Age | Commit message (Expand) | Author |
2018-08-18 | Rename mousedown to down and make seat operation a named enum | Ryan Dwyer |
2018-08-18 | Implement mousedown operation | Ryan Dwyer |
2018-08-17 | Refactor seat_get_focus functions | Ryan Dwyer |
2018-08-12 | Make mod+resize a floating container resize the container itself | Ryan Dwyer |
2018-08-12 | Use col-resize and row-resize cursor images | Ryan Dwyer |
2018-08-12 | Fix right-click/popups and add state checks | Ryan Dwyer |
2018-08-12 | Allow resizing tiled views via mod key | Ryan Dwyer |
2018-08-12 | Refactor dispatch_cursor_button | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-11 | Merge pull request #2449 from RyanDwyer/remove-bfs | Drew DeVault |
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer |
2018-08-11 | Remove container_has_child | Ryan Dwyer |
2018-08-08 | Don't call send_pointer_notify_button when doing move or resize | Ryan Dwyer |
2018-08-08 | Focus floating views when beginning move/resize operations | Ryan Dwyer |
2018-08-08 | Fix edge cases when moving floating container to new workspace | Ryan Dwyer |
2018-08-03 | Fix crash when moving cursor over a fullscreen split container | Ryan Dwyer |
2018-08-02 | Fix pointer events for fullscreen views | emersion |
2018-08-02 | Fix crash on mouse motion on fullscreen container | minus |
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-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::focus event | Ian Fan |
2018-08-01 | XCursor is not configured if no pointer device is available | chr0me |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-29 | Bindings use advised keyboard repeat parameters | frsfnrrg |
2018-07-29 | Implement key repeat for pressed key bindings | frsfnrrg |
2018-07-29 | Merge pull request #2376 from swaywm/virtual-keyboard | emersion |
2018-07-28 | Add virtual keyboard protocol | Drew DeVault |
2018-07-28 | Don't enable numlock by default. This fixes an annoying issue where laptop ke... | Geoff Greer |
2018-07-28 | Merge pull request #2360 from RyanDwyer/floating-containers | Drew DeVault |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-28 | Fix clicking a floating split container | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-28 | Include errno.h | Ryan Dwyer |
2018-07-28 | Show errno description in log | Ryan Dwyer |
2018-07-28 | Handle out-of-fd situations gracefully for transaction and urgent timers | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | Fix LEDs for configured modifier states | ProgAndy |
2018-07-25 | Implement setting NumLock and CapsLock status | ProgAndy |
2018-07-25 | Merge pull request #2350 from ppascher/xwayland-optional | Drew DeVault |
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-25 | Fix crash when closing last child of a tabbed container | Ryan Dwyer |
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 |