Age | Commit message (Expand) | Author |
2018-09-24 | cursor: allow cursor_set_image to accept a NULL image to hide cursor | Ian Fan |
2018-09-22 | Implement tab cycling using mouse wheel | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-12 | Minor fixes to tiling drag implementation | Ryan Dwyer |
2018-09-11 | Implement tiling drag | Ryan Dwyer |
2018-09-11 | Rename OP_MOVE to OP_MOVE_FLOATING | Ryan Dwyer |
2018-09-07 | Merge pull request #2603 from emersion/fix-dnd | Drew DeVault |
2018-09-07 | Fix drag-and-drop | emersion |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |
2018-09-05 | Fix clicking workspace buttons | Ryan Dwyer |
2018-09-05 | Focus empty workspace when clicking it | Ryan Dwyer |
2018-09-05 | Fix crash when moving mouse over a fullscreen split container | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | Merge pull request #2460 from RyanDwyer/implement-mousedown | Drew DeVault |
2018-08-18 | Fix mod+resize | Ryan Dwyer |
2018-08-18 | Don't send motion if the cursor hasn't moved | Ryan Dwyer |
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-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-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-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-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-07-31 | Fix popups | Ryan Dwyer |
2018-07-28 | Fix clicking a floating split container | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
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-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 | Fix crash when clicking certain surfaces | Ryan Dwyer |
2018-07-24 | Make mod+resize work in any direction | Ryan Dwyer |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-24 | Fix some cases where the cursor doesn't update | Ryan Dwyer |