Age | Commit message (Expand) | Author |
2018-07-25 | more style fixes, included "sway/config.h" where needed | Pascal Pascher |
2018-07-25 | Merge pull request #2354 from RyanDwyer/fix-crash-on-tab-reap | emersion |
2018-07-25 | Fix crash when closing last child of a tabbed container | Ryan Dwyer |
2018-07-25 | Improve rendering with a fullscreen opaque overlay surface | emersion |
2018-07-25 | Merge pull request #2352 from RedSoxFan/implement-2335 | emersion |
2018-07-24 | Change button var passed to seat_begin_move | Brian Ashworth |
2018-07-24 | Implement floating_modifier <mod> [inverse|normal] | Brian Ashworth |
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-24 | Merge pull request #2346 from RyanDwyer/fix-crash-on-click | Drew DeVault |
2018-07-24 | Fix crash when clicking certain surfaces | Ryan Dwyer |
2018-07-24 | Merge pull request #2344 from RyanDwyer/mod-resize-any-direction | emersion |
2018-07-24 | Make mod+resize work in any direction | Ryan Dwyer |
2018-07-24 | Merge pull request #2303 from frsfnrrg/mouse-bindings | Ryan Dwyer |
2018-07-24 | Merge branch 'master' into mouse-bindings | Ryan Dwyer |
2018-07-23 | Merge pull request #2284 from frsfnrrg/resolve-workspace-name-todo | Brian Ashworth |
2018-07-23 | Also extract first workspace name from bindcodes | frsfnrrg |
2018-07-23 | Merge pull request #2340 from RedSoxFan/parse_boolean | Drew DeVault |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-23 | Address review comments on parse_boolean | Brian Ashworth |
2018-07-23 | Remove unneeded const | Brian Ashworth |
2018-07-23 | Switch to using a function to parse booleans | Brian Ashworth |
2018-07-23 | Parse mouse binding options | frsfnrrg |
2018-07-23 | Merge branch 'master' into pid-workspaces | Drew DeVault |
2018-07-24 | Merge pull request #2342 from RyanDwyer/update-cursor | emersion |
2018-07-24 | Fix some cases where the cursor doesn't update | Ryan Dwyer |
2018-07-23 | Merge pull request #2341 from RedSoxFan/fix-2339 | Drew DeVault |
2018-07-23 | Add missing checks to fix 2339 | Brian Ashworth |
2018-07-23 | Merge pull request #2338 from somdoron/master | emersion |
2018-07-23 | fix crash on new output while swaylock is running | somdoron |
2018-07-23 | Merge pull request #2323 from RyanDwyer/scratchpad | Drew DeVault |
2018-07-23 | Store scratchpad list in sway_root instead of server | Ryan Dwyer |
2018-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-23 | Merge pull request #2328 from emersion/xdg-shell-set-title | Ryan Dwyer |
2018-07-22 | Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 | emersion |
2018-07-22 | Merge pull request #2296 from RyanDwyer/floating-modifier | emersion |
2018-07-22 | Enable wlr-gamma-control-unstable-v1 | emersion |
2018-07-22 | Set cursor when beginning resize and move operations | Ryan Dwyer |
2018-07-22 | Fix damage when shrinking a floating view using cursor | Ryan Dwyer |
2018-07-22 | Implement request_move and request_resize for xwayland views | Ryan Dwyer |
2018-07-22 | Fix focus bug with floating containers | Ryan Dwyer |
2018-07-22 | Deny move/resize events for tiled xdg shell views | Ryan Dwyer |
2018-07-22 | Consider view's min/max sizes when resizing | Ryan Dwyer |
2018-07-22 | Store last button and use it when views request to move or resize | Ryan Dwyer |
2018-07-22 | Prevent re-uploading the same cursor image multiple times | Ryan Dwyer |
2018-07-22 | Replace static handle_end_operation with seat_end_mouse_operation | Ryan Dwyer |
2018-07-22 | Remove unnecessary includes | Ryan Dwyer |
2018-07-22 | Implement xdg shell request_move and request_resize events | Ryan Dwyer |