summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add solid-color rendering to swaybgLibravatar Drew DeVault2018-03-28
|
* Add client protocols and swaybg skeletonLibravatar Drew DeVault2018-03-28
|
* Merge pull request #1641 from swaywm/transformed-eventsLibravatar Drew DeVault2018-03-28
|\ | | | | Update input events per swaywm/wlroots#765
| * Update input events per swaywm/wlroots#765Libravatar Drew DeVault2018-03-28
|/
* Add subprojects to gitignoreLibravatar Drew DeVault2018-03-28
|
* Fix broken repo referencesLibravatar Drew DeVault2018-03-27
|
* Move .build.yml repo references to github.comLibravatar Drew DeVault2018-03-27
|
* Fix lingering xdg shell issuesLibravatar Drew DeVault2018-03-27
|
* Update API to match latest wlrootsLibravatar Drew DeVault2018-03-27
|
* Merge pull request #1626 from emersion/wlroots-updateLibravatar Drew DeVault2018-03-19
|\ | | | | Update wlroots API
| * Update wlroots APILibravatar emersion2018-03-19
|/ | | | | Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream.
* Merge pull request #1625 from emersion/matrix-redesignLibravatar Drew DeVault2018-03-18
|\ | | | | Update rendering code for wlroots matrix redesign
| * Update rendering code for wlroots matrix redesignLibravatar emersion2018-03-15
|/
* Merge pull request #1622 from emersion/wlroots-subproject-fallbackLibravatar Drew DeVault2018-03-15
|\ | | | | meson: allow wlroots to be a subproject
| * meson: allow wlroots to be a subprojectLibravatar emersion2018-03-15
| |
* | Merge pull request #1623 from emersion/ipc-output-modesLibravatar Drew DeVault2018-03-13
|\ \ | |/ |/| ipc: add output modes
| * ipc: add output modesLibravatar emersion2018-03-12
|/
* Merge pull request #1617 from swaywm/drop-travisLibravatar Drew DeVault2018-03-04
|\ | | | | Drop Travis in favor of builds.sr.ht
| * Drop Travis in favor of builds.sr.htLibravatar Drew DeVault2018-03-04
|/
* Merge pull request #1616 from martinetd/xwayland_nowidthLibravatar Drew DeVault2018-03-03
|\ | | | | xwayland: do not send surface configure when no width/height
| * xwayland: do not send surface configure when no width/heightLibravatar Dominique Martinet2018-03-03
|/ | | | | | | | | | | | The code in apply_horiz_layout systematically does `set_position` then `set_size`, so for new windows there is an invalid call. For old windows there are two calls when only one is needed, with the current code set_position could not send any surface configure without impact, but in the future it might be needed? Native wayland surfaces do not need to know where they are (the set_position handled only updates the sway internal view variable), why does X11 window need that?
* Merge pull request #1611 from acrisci/ipc-new-windowLibravatar Drew DeVault2018-02-27
|\ | | | | Ipc new window
| * ipc new window eventLibravatar Tony Crisci2018-02-27
|/
* Utilize wlr_xwayland_surface_is_unmanagedLibravatar Drew DeVault2018-02-27
|
* Merge pull request #1608 from acrisci/ipc-focusedLibravatar Drew DeVault2018-02-26
|\ | | | | ipc show focused container
| * ipc show focused containerLibravatar Tony Crisci2018-02-26
|/
* Fix wlr_render_with_matrix callLibravatar Drew DeVault2018-02-26
| | | | This takes an alpha parameter now.
* Revert "Multiple output coords by scale"Libravatar Drew DeVault2018-02-25
| | | | This reverts commit 94f8bdf08146bae057233386ac2521b095396786.
* Multiple output coords by scaleLibravatar Drew DeVault2018-02-25
|
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
|
* Use focus for new windows xwayland/wl_shellLibravatar Drew DeVault2018-02-25
|
* Document updates to the output commandLibravatar Drew DeVault2018-02-25
|
* Merge pull request #1585 from acrisci/focus-overhaulLibravatar emersion2018-02-24
|\ | | | | focus overhaul
| * static bfs queueLibravatar Tony Crisci2018-02-24
| |
| * add config handlersLibravatar Tony Crisci2018-02-24
| |
| * remove checks for command handlersLibravatar Tony Crisci2018-02-24
| |
| * separate config directives and commandsLibravatar Tony Crisci2018-02-24
| |
| * take seat param for handle_command and renameLibravatar Tony Crisci2018-02-24
| |
| * update log.h for latest wlrLibravatar Tony Crisci2018-02-24
| |
| * basic layout commandLibravatar Tony Crisci2018-02-22
| |
| * bug: fix crash on focus upLibravatar Tony Crisci2018-02-20
| |
| * use wl_container_of() in output destroy callbackLibravatar Tony Crisci2018-02-20
| |
| * rename new_input listener on input-managerLibravatar Tony Crisci2018-02-20
| |
| * make handle_output_destroy() staticLibravatar Tony Crisci2018-02-20
| |
| * remove old commentsLibravatar Tony Crisci2018-02-20
| |
| * add doc to sway_seat_get_focus_inactive()Libravatar Tony Crisci2018-02-20
| |
| * bugfix: get right layout box for rendering viewsLibravatar Tony Crisci2018-02-19
| |
| * Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaulLibravatar Tony Crisci2018-02-19
| |\
| | * Add -Wno-unused-functionLibravatar Drew DeVault2018-02-18
| | | | | | | | | | | | | | | This is temporary, it helps while we work on porting and large swaths of the code are commented out.
| * | use quotes for container includeLibravatar Tony Crisci2018-02-17
| | |