aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
Commit message (Expand)AuthorAge
...
* 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
* Fix moving workspace to outputLibravatar Ryan Dwyer2018-09-05
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* commands: fix moving container to different outputLibravatar Ian Fan2018-08-28
* Initialise variable properlyLibravatar Scott Anderson2018-08-27
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Workspace move cycleLibravatar Armin Preiml2018-08-25
* Merge pull request #2510 from RyanDwyer/relocate-layout-functionsLibravatar Drew DeVault2018-08-25
|\
| * Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* | Merge branch 'master' into commandsLibravatar Ryan Dwyer2018-08-25
|\|
| * Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* | commands: implement move absoluteLibravatar Ian Fan2018-08-20
|/
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* commands: saner workspace number handlingLibravatar Ian Fan2018-08-18
* commands: fix documentation formatting mistakes for move commandLibravatar Ian Fan2018-08-18
* Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
* Deny moving a sticky container to workspace if it's the same outputLibravatar Ryan Dwyer2018-08-08
* Fix crash when running `move container to workspace back_and_forth`Libravatar Ryan Dwyer2018-08-07
* Merge branch 'master' into workspace-move-to-outputLibravatar Brian Ashworth2018-08-06
|\
| * commands: fix workspace edge casesLibravatar Ian Fan2018-08-06
| * commands: check for special workspaces in workspace & move commandsLibravatar Ian Fan2018-08-06
| * commands: add optional flags to moveLibravatar Ian Fan2018-08-06
| * commands: complete move implementationLibravatar Ian Fan2018-08-06
* | Move workspace moving code out of container_move_toLibravatar Ryan Dwyer2018-08-07
|/
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Deny "move container" when an empty workspace is focusedLibravatar Ryan Dwyer2018-08-03
* Allow moving containers when workspace itself is focusedLibravatar Ryan Dwyer2018-08-02
* ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* Send floating container to scratchpad when a child is focusedLibravatar Ryan Dwyer2018-07-28
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Implement some floating move commandsLibravatar Ryan Dwyer2018-07-09