Age | Commit message (Expand) | Author |
2021-02-16 | container: Move pending state to state struct | Kenny Levinsen |
2021-01-04 | cmd_move: update container representation in sibling swaps | Ronan Pigott |
2020-12-20 | commands/move: reset geometry of promoted containers | Ronan Pigott |
2020-12-20 | commands/move: squash workspace after directional con move | Ronan Pigott |
2020-12-20 | commands/move: rework container_move_in_direction | Ronan Pigott |
2020-12-20 | Revert "commands/move: maintain workspace_layout when moving" | Ronan Pigott |
2020-12-20 | commands/move: don't flatten on move; reap empty former parent instead | Tudor Brindus |
2020-11-11 | tree/container: introduce `container_is_sticky[_or_child]` functions | Tudor Brindus |
2020-10-24 | commands/move: fix crash when moving sphsc child | Ronan Pigott |
2020-10-04 | commands/move: fix single-split escaping on move | Tudor Brindus |
2020-07-27 | Use wlr_output_layout_output_at to get output for move to cursor | Thayne McCombs |
2020-07-27 | Keep windows in bounds on move to position mouse | Thayne McCombs |
2020-07-21 | added ppt unit to move position command | Nils Schulte |
2020-07-03 | commands/move: maintain workspace_layout when moving | Tudor Brindus |
2020-07-01 | commands/move: unwrap workspace container on move to new workspace | Tudor Brindus |
2020-01-18 | Check argc>0 before strcasecmp. Should shortcircuit | Jason Nader |
2020-01-18 | commands/move: Fix crash when required args not provided | Jason Nader |
2020-01-16 | cmd_move: Fix crash when moving to scratchpad hidden split containers | Ronan Pigott |
2019-08-23 | cmd_move: fix move to scratchpad hidden container | Brian Ashworth |
2019-08-20 | Allow moving a container hidden in scratchpad | lbonn |
2019-07-15 | Rework gaps code to be simpler and correct | Pedro Côrte-Real |
2019-07-14 | Layout tiled using a width/height fraction | Pedro Côrte-Real |
2019-06-16 | Fix sway crashes for scratchpad layouts | Rouven Czerwinski |
2019-04-30 | cmd_move: add support for output current | Brian Ashworth |
2019-04-19 | cmd_move: allow for all i3 syntax options | Brian Ashworth |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-04-13 | Fix potential null accesses | Ashkan Kiani |
2019-03-11 | commands: allow tiled sticky containers to be moved | Ian Fan |
2019-02-22 | move scratchpad: hide visible scratchpad container | Brian Ashworth |
2019-02-22 | commands/move: reintroduce wrongly removed NULL check | Rouven Czerwinski |
2019-02-21 | Handle NULL from output_get_active_workspace | Brian Ashworth |
2019-02-12 | Don't remove from scratchpad on move to workspace | athrungithub |
2019-01-28 | Introduce container_is_scratchpad_hidden | Ryan Dwyer |
2019-01-25 | Implement fullscreen global | Ryan Dwyer |
2019-01-22 | root_scratchpad_remove_container: do not show | Brian Ashworth |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-15 | Handle hidden scratchpad containers in commands | Brian Ashworth |
2019-01-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
2019-01-09 | Reset container dimensions when moving into workspace from direction | Ryan Dwyer |
2018-12-20 | Combine output_by_name and output_by_identifier | Brian Ashworth |
2018-11-29 | move to workspace: fix moving floating container to non-empty workspace | Dominique Martinet |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-11-01 | Wrap to fartherest output when running focus output | Ryan Dwyer |
2018-10-30 | Remove enum movement_direction | Ryan Dwyer |
2018-10-26 | Deny several commands when there's no outputs connected | Ryan Dwyer |
2018-10-22 | Fix crash when moving a container to a fullscreen workspace | Ryan Dwyer |
2018-10-21 | Make workspace back_and_forth seat-specific | Ryan Dwyer |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-17 | Fix moving tiled containers to workspaces which only have floating views | Ryan Dwyer |