Age | Commit message (Expand) | Author |
2018-08-06 | commands: complete workspace implementation | Ian Fan |
2018-08-06 | commands: fix layout implementation (also better name for previous split layout) | Ian Fan |
2018-08-06 | commands: complete move implementation | Ian Fan |
2018-08-05 | Fix segv when sway is terminating | Mariusz Bialonczyk |
2018-08-04 | Move workspace pid code to root.c | Ryan Dwyer |
2018-08-04 | Separate root-related code | Ryan Dwyer |
2018-08-03 | Check correct ws for sticky and fix floating iter | Brian Ashworth |
2018-08-03 | Merge pull request #2414 from RyanDwyer/fix-inactive-fullscreen-crash | emersion |
2018-08-03 | Fix crash when moving cursor over a fullscreen split container | Ryan Dwyer |
2018-08-03 | Fix crash when fullscreen view closes on inactive workspace | Ryan Dwyer |
2018-08-02 | Fix pointer events for fullscreen views | emersion |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-08-02 | Fix focus related crashes | Ryan Dwyer |
2018-08-02 | Merge branch 'master' into fix-resize-wiggle | emersion |
2018-08-01 | Merge pull request #2391 from RyanDwyer/fix-popups-v2 | Drew DeVault |
2018-08-01 | ipc: prevent emitting a workspace::focus event when moving a container to a d... | Ian Fan |
2018-08-01 | ipc: fix workspace::focus event behaviour | Ian Fan |
2018-08-01 | ipc: add window::move events | Ian Fan |
2018-08-01 | ipc: fix workspace::move calls argument order | Ian Fan |
2018-08-01 | ipc: only emit window::create event for views | Ian Fan |
2018-08-01 | ipc: add window::mark event | Ian Fan |
2018-08-01 | ipc: add workspace::empty event | Ian Fan |
2018-08-01 | ipc: add window::title event | Ian Fan |
2018-08-01 | ipc: add window::close event | Ian Fan |
2018-08-01 | ipc: add workspace::init event | Ian Fan |
2018-08-01 | Correctly track saved surfaces during multiple transactions | Ryan Dwyer |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-30 | Fix title textures on scale change | Brian Ashworth |
2018-07-28 | Merge pull request #2360 from RyanDwyer/floating-containers | Drew DeVault |
2018-07-28 | Fix crash when a deferred command destroys a workspace | Ryan Dwyer |
2018-07-28 | Fix crash when unfloating child of container into empty workspace | Ryan Dwyer |
2018-07-28 | Fix focus mode_toggle from a child of a floating container | Ryan Dwyer |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-28 | Fix crash when a child of a floating container is in the scratchpad | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-28 | Preserve workspace name | Mihai Coman |
2018-07-27 | Fix assign to workspace | Ryan Dwyer |
2018-07-26 | Refactor view_map | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | fix #2355: "move workspace to output up" crashes | Cédric Cabessa |
2018-07-25 | more style fixes, reorder config.h include | Pascal Pascher |
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ... | Pascal Pascher |
2018-07-25 | more style fixes, included "sway/config.h" where needed | Pascal Pascher |
2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla... | Pascal Pascher |
2018-07-24 | Merge pull request #2165 from swaywm/pid-workspaces | Drew DeVault |
2018-07-24 | Address @emersion's review comments | Drew DeVault |
2018-07-23 | Also extract first workspace name from bindcodes | frsfnrrg |