aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
Commit message (Expand)AuthorAge
* Check argc>0 before strcasecmp. Should shortcircuitLibravatar Jason Nader2020-01-18
* commands/move: Fix crash when required args not providedLibravatar Jason Nader2020-01-18
* cmd_move: Fix crash when moving to scratchpad hidden split containersLibravatar Ronan Pigott2020-01-16
* cmd_move: fix move to scratchpad hidden containerLibravatar Brian Ashworth2019-08-23
* Allow moving a container hidden in scratchpadLibravatar lbonn2019-08-20
* Rework gaps code to be simpler and correctLibravatar Pedro Côrte-Real2019-07-15
* Layout tiled using a width/height fractionLibravatar Pedro Côrte-Real2019-07-14
* Fix sway crashes for scratchpad layoutsLibravatar Rouven Czerwinski2019-06-16
* cmd_move: add support for output currentLibravatar Brian Ashworth2019-04-30
* cmd_move: allow for all i3 syntax optionsLibravatar Brian Ashworth2019-04-19
* Fix scratchpad fullscreen behavior and crashLibravatar Brian Ashworth2019-04-13
* Fix potential null accessesLibravatar Ashkan Kiani2019-04-13
* commands: allow tiled sticky containers to be movedLibravatar Ian Fan2019-03-11
* move scratchpad: hide visible scratchpad containerLibravatar Brian Ashworth2019-02-22
* commands/move: reintroduce wrongly removed NULL checkLibravatar Rouven Czerwinski2019-02-22
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* Don't remove from scratchpad on move to workspaceLibravatar athrungithub2019-02-12
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* root_scratchpad_remove_container: do not showLibravatar Brian Ashworth2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Handle hidden scratchpad containers in commandsLibravatar Brian Ashworth2019-01-15
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Reset container dimensions when moving into workspace from directionLibravatar Ryan Dwyer2019-01-09
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* move to workspace: fix moving floating container to non-empty workspaceLibravatar Dominique Martinet2018-11-29
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Wrap to fartherest output when running focus outputLibravatar Ryan Dwyer2018-11-01
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30
* Deny several commands when there's no outputs connectedLibravatar Ryan Dwyer2018-10-26
* Fix crash when moving a container to a fullscreen workspaceLibravatar Ryan Dwyer2018-10-22
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Fix moving tiled containers to workspaces which only have floating viewsLibravatar Ryan Dwyer2018-10-17
* Prevent duplicate workspace::focus eventsLibravatar Ryan Dwyer2018-10-16
* Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
* Flatten container in workspace_rejiggerLibravatar Ryan Dwyer2018-09-23
* Fix some bugs as a result of removing move_out_of_tabs_stacksLibravatar Ryan Dwyer2018-09-23
* Remove move_out_of_tabs_stacksLibravatar Ryan Dwyer2018-09-23
* Fix crash moving out of tab containerLibravatar William Wold2018-09-17
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Remove bad assertion in workspace_rejiggerLibravatar Ryan Dwyer2018-09-13
* Merge pull request #2620 from ianyfan/commandsLibravatar emersion2018-09-12
|\
| * commands: when moving container, remove its gapsLibravatar Ian Fan2018-09-11
| * commands: when moving container, restore focus properlyLibravatar Ian Fan2018-09-11
* | Implement tiling dragLibravatar Ryan Dwyer2018-09-11
|/
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Fix crash when moving view across outputsLibravatar Ryan Dwyer2018-09-06
* Allow marked containers to be moved out of the scratchpad via move commandLibravatar Ryan Dwyer2018-09-05