Age | Commit message (Expand) | Author |
2021-10-21 | commands/focus: focus view inside container | siikamiika |
2021-02-25 | focus: beyond fullscreen when focused explicitly | lbonn |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2020-11-01 | commands/focus: force container warp when fulfilling `focus mode_toggle` | Tudor Brindus |
2020-01-16 | Fix crash when showing scratchpad hidden split containers | Ronan Pigott |
2019-11-04 | focus: do nothing on focus prev|next for workspaces | Ronan Pigott |
2019-11-01 | focus: add a NULL check in `focus <direction>` | lbonn |
2019-10-27 | focus: support focus prev|next [sibling] | Ronan Pigott |
2019-10-17 | focus: support focus_wrapping workspace | lbonn |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-11 | cmd_focus: raise floating for `<criteria> focus` | Brian Ashworth |
2019-03-20 | Support focus <direction> for floating containers | Ryan Dwyer |
2019-03-12 | Handle seat_get_focused_workspace returning NULL | Brian Ashworth |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-12-03 | cmd_focus: show scratchpad if hidden | Brian Ashworth |
2018-11-05 | Fix focus_wrapping yes | Brian Ashworth |
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-25 | Merge pull request #2975 from RyanDwyer/deny-commands-when-no-outputs | Drew DeVault |
2018-10-26 | Deny several commands when there's no outputs connected | Ryan Dwyer |
2018-10-25 | Rebase the cursor after applying transactions | Ryan Dwyer |
2018-10-24 | Rebase the cursor after focusing in a direction | Ryan Dwyer |
2018-10-19 | Introduce cursor_rebase | Ryan Dwyer |
2018-10-19 | Consider cursor warp when switching workspaces | Ryan Dwyer |
2018-10-18 | Remove cursor warping from seat_set_focus | Ryan Dwyer |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-10 | Give windows pointer focus immediately when they are switched to | William Wold |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |
2018-09-06 | Fix crash when focusing from fullscreen in an invalid direction | Ryan Dwyer |
2018-09-05 | Fix crash when using focus parent/child from an empty workspace | Ryan Dwyer |
2018-09-05 | Fix another focus bug when moving into output | Ryan Dwyer |
2018-09-05 | Fix crash when focus hits edge of root | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Relocate container_move, container_move_to and container_get_in_direction | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | commands: prevent focusing mode with no containers | Ian Fan |
2018-08-17 | Refactor seat_get_focus functions | Ryan Dwyer |
2018-07-28 | Fix focus mode_toggle from a child of a floating container | Ryan Dwyer |
2018-07-28 | When unfloating, return container to previously focused tiled container | Ryan Dwyer |
2018-07-19 | Use parse_movement_direction | Ryan Dwyer |
2018-07-19 | Defer the focus commands | Ryan Dwyer |
2018-07-19 | Implement focus output command | Ryan Dwyer |
2018-07-09 | Implement `focus mode_toggle` | emersion |