aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/focus.c
Commit message (Expand)AuthorAge
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Give windows pointer focus immediately when they are switched toLibravatar William Wold2018-09-10
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Fix crash when focusing from fullscreen in an invalid directionLibravatar Ryan Dwyer2018-09-06
* Fix crash when using focus parent/child from an empty workspaceLibravatar Ryan Dwyer2018-09-05
* Fix another focus bug when moving into outputLibravatar Ryan Dwyer2018-09-05
* Fix crash when focus hits edge of rootLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* commands: prevent focusing mode with no containersLibravatar Ian Fan2018-08-18
* Refactor seat_get_focus functionsLibravatar Ryan Dwyer2018-08-17
* Fix focus mode_toggle from a child of a floating containerLibravatar Ryan Dwyer2018-07-28
* When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
* Use parse_movement_directionLibravatar Ryan Dwyer2018-07-19
* Defer the focus commandsLibravatar Ryan Dwyer2018-07-19
* Implement focus output commandLibravatar Ryan Dwyer2018-07-19
* Implement `focus mode_toggle`Libravatar emersion2018-07-09
* Merge branch 'wlroots' into seat-fixesLibravatar Tony Crisci2018-04-02
|\
| * Partially implement move commandLibravatar Drew DeVault2018-04-02
* | rename seat functionsLibravatar Tony Crisci2018-04-02
|/
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
* fix container_get_in_direction nameLibravatar Tony Crisci2018-03-29
* rename container functionsLibravatar Tony Crisci2018-03-29
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* remove checks for command handlersLibravatar Tony Crisci2018-02-24
* basic focus in directionLibravatar Tony Crisci2018-02-14
* basic focus (without direction)Libravatar Tony Crisci2018-02-14
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* Wire up output frame loopLibravatar Drew DeVault2017-11-11
* Improve criteria handlingLibravatar Calvin Lee2017-04-05
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* introduce next/prev as a direction for focus/move commands.Libravatar wil2016-12-29
* merge in latest commitsLibravatar Zandr Martin2016-09-02
* refactor commands.cLibravatar Zandr Martin2016-09-01