aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
Commit message (Expand)AuthorAge
...
* | Merge pull request #2578 from RyanDwyer/fix-binding-reloadLibravatar emersion2018-09-06
|\ \
| * | Fix management of bindings during reloadLibravatar Ryan Dwyer2018-09-06
* | | Restore focus correctly when closing a fullscreen viewLibravatar Ryan Dwyer2018-09-06
|/ /
* | Fix clicking workspace buttonsLibravatar Ryan Dwyer2018-09-05
* | Focus empty workspace when clicking itLibravatar Ryan Dwyer2018-09-05
* | Fix scratchpad related crashesLibravatar Ryan Dwyer2018-09-05
* | Fix focus bugLibravatar Ryan Dwyer2018-09-05
* | Fix crash when moving mouse over a fullscreen split containerLibravatar Ryan Dwyer2018-09-05
* | Fix mouse_warpingLibravatar Ryan Dwyer2018-09-05
* | Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
|/
* Deny repeating reload by holding keyLibravatar Ryan Dwyer2018-09-04
* Merge pull request #2544 from RyanDwyer/fix-deferred-cmd-crashLibravatar Drew DeVault2018-09-01
|\
| * Fix crash when running deferred commandsLibravatar Ryan Dwyer2018-08-31
* | Don't send never-ending transactions when a focused layer surface commitsLibravatar Ryan Dwyer2018-08-31
|/
* seat.c: clean-up seat_set_focus_warp functionLibravatar Ian Fan2018-08-27
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Merge pull request #2460 from RyanDwyer/implement-mousedownLibravatar Drew DeVault2018-08-18
|\
| * Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
| * Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
| * Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
* | Fix mod+resizeLibravatar Ryan Dwyer2018-08-18
|/
* Refactor seat_get_focus functionsLibravatar Ryan Dwyer2018-08-17
* Make mod+resize a floating container resize the container itselfLibravatar Ryan Dwyer2018-08-12
* Use col-resize and row-resize cursor imagesLibravatar Ryan Dwyer2018-08-12
* Fix right-click/popups and add state checksLibravatar Ryan Dwyer2018-08-12
* Allow resizing tiled views via mod keyLibravatar Ryan Dwyer2018-08-12
* Refactor dispatch_cursor_buttonLibravatar Ryan Dwyer2018-08-12
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Merge pull request #2449 from RyanDwyer/remove-bfsLibravatar Drew DeVault2018-08-11
|\
| * Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* | Remove container_has_childLibravatar Ryan Dwyer2018-08-11
|/
* Don't call send_pointer_notify_button when doing move or resizeLibravatar Ryan Dwyer2018-08-08
* Focus floating views when beginning move/resize operationsLibravatar Ryan Dwyer2018-08-08
* Fix edge cases when moving floating container to new workspaceLibravatar Ryan Dwyer2018-08-08
* Fix crash when moving cursor over a fullscreen split containerLibravatar Ryan Dwyer2018-08-03
* Fix pointer events for fullscreen viewsLibravatar emersion2018-08-02
* Fix crash on mouse motion on fullscreen containerLibravatar minus2018-08-02
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Fix focus related crashesLibravatar Ryan Dwyer2018-08-02
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
| * Fix popupsLibravatar Ryan Dwyer2018-07-31
* | ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* | ipc: fix workspace::focus event behaviourLibravatar Ian Fan2018-08-01
* | ipc: add window::focus eventLibravatar Ian Fan2018-08-01