Commit Graph

84 Commits (17bb39cd499a2fa423272b62b61368aa0044afe2)

Author SHA1 Message Date
Ryan Dwyer f04b8f0061 Fix crash when moving a container to a fullscreen workspace 6 years ago
Ryan Dwyer c5a6c37275 Make workspace back_and_forth seat-specific 6 years ago
Ryan Dwyer c006717910 Minor refactor of input manager 6 years ago
Ryan Dwyer 799f285cd1 Fix moving tiled containers to workspaces which only have floating views 6 years ago
Ryan Dwyer 05284b65db Prevent duplicate workspace::focus events 6 years ago
Ryan Dwyer 26278b694c Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp 7 years ago
Ryan Dwyer 9753e52d6b Flatten container in workspace_rejigger 7 years ago
Ryan Dwyer 0b7fb6943e Fix some bugs as a result of removing move_out_of_tabs_stacks 7 years ago
Ryan Dwyer 93624599b3 Remove move_out_of_tabs_stacks 7 years ago
William Wold f48999dd24 Fix crash moving out of tab container 7 years ago
Ryan Dwyer f6e218a643 Rename seat_get_active_child to seat_get_active_tiling_child 7 years ago
Ryan Dwyer 2f6935e00f Remove bad assertion in workspace_rejigger 7 years ago
emersion af9e8f94cc
Merge pull request from ianyfan/commands 7 years ago
Ian Fan ae535396b0 commands: when moving container, remove its gaps 7 years ago
Ian Fan c770949a9f commands: when moving container, restore focus properly 7 years ago
Ryan Dwyer 8bb40c24c7 Implement tiling drag 7 years ago
Ryan Dwyer 908095ef9a Introduce seat_set_focus_container and seat_set_focus_workspace 7 years ago
Ryan Dwyer 01117db6d9 Fix crash when moving view across outputs 7 years ago
Ryan Dwyer dbf4aa3e33 Allow marked containers to be moved out of the scratchpad via move command 7 years ago
Ryan Dwyer 9d168a693d Fix moving workspace to output 7 years ago
Ryan Dwyer 06d9693829 Remove offset argument to container_add_sibling 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
Ian Fan bc30f2d528 commands: fix moving container to different output 7 years ago
Scott Anderson 31c3c8a365 Initialise variable properly 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Armin Preiml 1a72149d88 Workspace move cycle 7 years ago
Drew DeVault b945957b9b
Merge pull request from RyanDwyer/relocate-layout-functions 7 years ago
Ryan Dwyer 4b9ad9c238
Merge branch 'master' into commands 7 years ago
Ryan Dwyer f4bc25bcc6 Relocate container_move, container_move_to and container_get_in_direction 7 years ago
Ryan Dwyer b6058703fa Refactor destroy functions and save workspaces when there's no outputs 7 years ago
Ian Fan f51b9478f2 commands: implement move absolute 7 years ago
Ryan Dwyer 0f6d212629 Send output enter/leave events correctly 7 years ago
Ryan Dwyer 2b5a404ac9 Replace hacky L_FLOATING container with a list 7 years ago
Ian Fan e81cc8a575 commands: saner workspace number handling 7 years ago
Ian Fan 453646b887 commands: fix documentation formatting mistakes for move command 7 years ago
Ryan Dwyer 16c663ed49 Rename container_sort_workspaces and container_wrap_children 7 years ago
Ryan Dwyer 5653fc754b Deny moving a sticky container to workspace if it's the same output 7 years ago
Ryan Dwyer 5ac6f2f429 Fix crash when running `move container to workspace back_and_forth` 7 years ago
Brian Ashworth 639f3368e1
Merge branch 'master' into workspace-move-to-output 7 years ago
Ryan Dwyer f57a3919cf Move workspace moving code out of container_move_to 7 years ago
Ian Fan f7c21451df commands: fix workspace edge cases 7 years ago
Ian Fan 667b8dcb67 commands: check for special workspaces in workspace & move commands 7 years ago
Ian Fan dd48c8a579 commands: add optional flags to move 7 years ago
Ian Fan 69e1a421fc commands: complete move implementation 7 years ago
Ryan Dwyer 04489ff420 Separate root-related code 7 years ago
Ryan Dwyer 9e8d628a17 Deny "move container" when an empty workspace is focused 7 years ago
Ryan Dwyer d64c8df7ce Allow moving containers when workspace itself is focused 7 years ago
Ian Fan 03eaf444a4 ipc: prevent emitting a workspace::focus event when moving a container to a different workspace or output 7 years ago
Ryan Dwyer 9d1f6e095b Send floating container to scratchpad when a child is focused 7 years ago
Ryan Dwyer 08cfba2192 Allow containers to float 7 years ago