aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/focus.c
Commit message (Expand)AuthorAge
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* cmd_focus: show scratchpad if hiddenLibravatar Brian Ashworth2018-12-03
* Fix focus_wrapping yesLibravatar Brian Ashworth2018-11-05
* Wrap to fartherest output when running focus outputLibravatar Ryan Dwyer2018-11-01
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Merge pull request #2975 from RyanDwyer/deny-commands-when-no-outputsLibravatar Drew DeVault2018-10-25
|\
| * Deny several commands when there's no outputs connectedLibravatar Ryan Dwyer2018-10-26
* | Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
|/
* Rebase the cursor after focusing in a directionLibravatar Ryan Dwyer2018-10-24
* Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* Consider cursor warp when switching workspacesLibravatar Ryan Dwyer2018-10-19
* Remove cursor warping from seat_set_focusLibravatar Ryan Dwyer2018-10-18
* 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