Age | Commit message (Expand) | Author |
2018-09-07 | Fix workspace switching | Ryan Dwyer |
2018-09-06 | Don't dirty outputs unnecessarily | Ryan Dwyer |
2018-09-06 | Make outputs dirty when changing focus | Ryan Dwyer |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |
2018-09-06 | Merge pull request #2578 from RyanDwyer/fix-binding-reload | emersion |
2018-09-06 | Restore focus correctly when closing a fullscreen view | Ryan Dwyer |
2018-09-06 | Fix management of bindings during reload | 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 scratchpad related crashes | Ryan Dwyer |
2018-09-05 | Fix focus bug | Ryan Dwyer |
2018-09-05 | Fix crash when moving mouse over a fullscreen split container | Ryan Dwyer |
2018-09-05 | Fix mouse_warping | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-04 | Deny repeating reload by holding key | Ryan Dwyer |
2018-09-01 | Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crash | Drew DeVault |
2018-08-31 | Don't send never-ending transactions when a focused layer surface commits | Ryan Dwyer |
2018-08-31 | Fix crash when running deferred commands | Ryan Dwyer |
2018-08-27 | seat.c: clean-up seat_set_focus_warp function | Ian Fan |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-21 | Replace enum resize_edge with wlr_edges | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | Implement iterators per container type | 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-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 |