aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/focus.c
Commit message (Expand)AuthorAge
* focus: beyond fullscreen when focused explicitlyLibravatar lbonn2021-02-25
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* commands/focus: force container warp when fulfilling `focus mode_toggle`Libravatar Tudor Brindus2020-11-01
* Fix crash when showing scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* focus: do nothing on focus prev|next for workspacesLibravatar Ronan Pigott2019-11-04
* focus: add a NULL check in `focus <direction>`Libravatar lbonn2019-11-01
* focus: support focus prev|next [sibling]Libravatar Ronan Pigott2019-10-27
* focus: support focus_wrapping workspaceLibravatar lbonn2019-10-17
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* cmd_focus: raise floating for `<criteria> focus`Libravatar Brian Ashworth2019-04-11
* Support focus <direction> for floating containersLibravatar Ryan Dwyer2019-03-20
* Handle seat_get_focused_workspace returning NULLLibravatar Brian Ashworth2019-03-12
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* 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
|\