| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-28 | Merge pull request #1638 from swaywm/swaybg-layers | Drew DeVault | -951/+724 | |
| Reimplement swaybg using surface layers | ||||
| 2018-03-28 | Address review comments | Drew DeVault | -71/+50 | |
| 2018-03-28 | Merge pull request #1641 from swaywm/transformed-events | Drew DeVault | -2/+1 | |
| Update input events per swaywm/wlroots#765 | ||||
| 2018-03-28 | Refactor configure/ack configure/commit flow | Drew DeVault | -10/+5 | |
| 2018-03-28 | Remove obsolete client code | Drew DeVault | -987/+0 | |
| 2018-03-28 | Fix style | Drew DeVault | -1/+1 | |
| 2018-03-28 | s/scaling_mode/background_mode/g | Drew DeVault | -24/+24 | |
| Since it now includes SOLID_COLOR this is a more appropriate name. | ||||
| 2018-03-28 | Implement image backgrounds | Drew DeVault | -2/+112 | |
| 2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | -39/+550 | |
| 2018-03-28 | Add client protocols and swaybg skeleton | Drew DeVault | -182/+347 | |
| 2018-03-28 | Update input events per swaywm/wlroots#765 | Drew DeVault | -2/+1 | |
| 2018-03-28 | Add subprojects to gitignore | Drew DeVault | -0/+1 | |
| 2018-03-27 | Fix broken repo references | Drew DeVault | -2/+2 | |
| 2018-03-27 | Move .build.yml repo references to github.com | Drew DeVault | -2/+2 | |
| 2018-03-27 | Fix lingering xdg shell issues | Drew DeVault | -3/+3 | |
| 2018-03-27 | Update API to match latest wlroots | Drew DeVault | -2/+2 | |
| 2018-03-19 | Merge pull request #1626 from emersion/wlroots-update | Drew DeVault | -7/+7 | |
| Update wlroots API | ||||
| 2018-03-19 | Update wlroots API | emersion | -7/+7 | |
| Breaking changes in wlr_xdg_shell_v6 and wlr_renderer have been made upstream. | ||||
| 2018-03-18 | Merge pull request #1625 from emersion/matrix-redesign | Drew DeVault | -10/+10 | |
| Update rendering code for wlroots matrix redesign | ||||
| 2018-03-15 | Update rendering code for wlroots matrix redesign | emersion | -10/+10 | |
| 2018-03-15 | Merge pull request #1622 from emersion/wlroots-subproject-fallback | Drew DeVault | -1/+2 | |
| meson: allow wlroots to be a subproject | ||||
| 2018-03-15 | meson: allow wlroots to be a subproject | emersion | -1/+2 | |
| 2018-03-13 | Merge pull request #1623 from emersion/ipc-output-modes | Drew DeVault | -2/+38 | |
| ipc: add output modes | ||||
| 2018-03-12 | ipc: add output modes | emersion | -2/+38 | |
| 2018-03-04 | Merge pull request #1617 from swaywm/drop-travis | Drew DeVault | -44/+9 | |
| Drop Travis in favor of builds.sr.ht | ||||
| 2018-03-04 | Drop Travis in favor of builds.sr.ht | Drew DeVault | -44/+9 | |
| 2018-03-03 | Merge pull request #1616 from martinetd/xwayland_nowidth | Drew DeVault | -0/+4 | |
| xwayland: do not send surface configure when no width/height | ||||
| 2018-03-03 | xwayland: do not send surface configure when no width/height | Dominique Martinet | -0/+4 | |
| 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? | ||||
| 2018-02-27 | Merge pull request #1611 from acrisci/ipc-new-window | Drew DeVault | -3/+102 | |
| Ipc new window | ||||
| 2018-02-27 | ipc new window event | Tony Crisci | -3/+102 | |
| 2018-02-27 | Utilize wlr_xwayland_surface_is_unmanaged | Drew DeVault | -1/+1 | |
| 2018-02-26 | Merge pull request #1608 from acrisci/ipc-focused | Drew DeVault | -0/+6 | |
| ipc show focused container | ||||
| 2018-02-26 | ipc show focused container | Tony Crisci | -0/+6 | |
| 2018-02-26 | Fix wlr_render_with_matrix call | Drew DeVault | -1/+1 | |
| This takes an alpha parameter now. | ||||
| 2018-02-25 | Revert "Multiple output coords by scale" | Drew DeVault | -7/+8 | |
| This reverts commit 94f8bdf08146bae057233386ac2521b095396786. | ||||
| 2018-02-25 | Multiple output coords by scale | Drew DeVault | -8/+7 | |
| 2018-02-25 | Send surface enter/leave events | Drew DeVault | -0/+45 | |
| 2018-02-25 | Use focus for new windows xwayland/wl_shell | Drew DeVault | -10/+6 | |
| 2018-02-25 | Document updates to the output command | Drew DeVault | -11/+20 | |
| 2018-02-24 | Merge pull request #1585 from acrisci/focus-overhaul | emersion | -250/+869 | |
| focus overhaul | ||||
| 2018-02-24 | static bfs queue | Tony Crisci | -9/+25 | |
| 2018-02-24 | add config handlers | Tony Crisci | -2/+18 | |
| 2018-02-24 | remove checks for command handlers | Tony Crisci | -37/+0 | |
| 2018-02-24 | separate config directives and commands | Tony Crisci | -11/+35 | |
| 2018-02-24 | take seat param for handle_command and rename | Tony Crisci | -25/+32 | |
| 2018-02-24 | update log.h for latest wlr | Tony Crisci | -2/+2 | |
| 2018-02-22 | basic layout command | Tony Crisci | -0/+81 | |
| 2018-02-20 | bug: fix crash on focus up | Tony Crisci | -3/+2 | |
| 2018-02-20 | use wl_container_of() in output destroy callback | Tony Crisci | -14/+2 | |
| 2018-02-20 | rename new_input listener on input-manager | Tony Crisci | -5/+5 | |
