Age | Commit message (Expand) | Author |
2018-10-16 | Prevent duplicate workspace::focus events | Ryan Dwyer |
2018-10-15 | Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warp | Ryan Dwyer |
2018-09-23 | Flatten container in workspace_rejigger | Ryan Dwyer |
2018-09-23 | Fix some bugs as a result of removing move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-23 | Remove move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-17 | Fix crash moving out of tab container | William Wold |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-13 | Remove bad assertion in workspace_rejigger | Ryan Dwyer |
2018-09-12 | Merge pull request #2620 from ianyfan/commands | emersion |
2018-09-11 | commands: when moving container, remove its gaps | Ian Fan |
2018-09-11 | commands: when moving container, restore focus properly | Ian Fan |
2018-09-11 | Implement tiling drag | Ryan Dwyer |
2018-09-06 | Introduce seat_set_focus_container and seat_set_focus_workspace | Ryan Dwyer |
2018-09-06 | Fix crash when moving view across outputs | Ryan Dwyer |
2018-09-05 | Allow marked containers to be moved out of the scratchpad via move command | Ryan Dwyer |
2018-09-05 | Fix moving workspace to output | Ryan Dwyer |
2018-09-05 | Remove offset argument to container_add_sibling | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-08-28 | commands: fix moving container to different output | Ian Fan |
2018-08-27 | Initialise variable properly | Scott Anderson |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Workspace move cycle | Armin Preiml |
2018-08-25 | Merge pull request #2510 from RyanDwyer/relocate-layout-functions | Drew DeVault |
2018-08-25 | Merge branch 'master' into commands | Ryan Dwyer |
2018-08-25 | Relocate container_move, container_move_to and container_get_in_direction | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-20 | commands: implement move absolute | Ian Fan |
2018-08-20 | Send output enter/leave events correctly | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | commands: saner workspace number handling | Ian Fan |
2018-08-18 | commands: fix documentation formatting mistakes for move command | Ian Fan |
2018-08-18 | Rename container_sort_workspaces and container_wrap_children | Ryan Dwyer |
2018-08-08 | Deny moving a sticky container to workspace if it's the same output | Ryan Dwyer |
2018-08-07 | Fix crash when running `move container to workspace back_and_forth` | Ryan Dwyer |
2018-08-06 | Merge branch 'master' into workspace-move-to-output | Brian Ashworth |
2018-08-07 | Move workspace moving code out of container_move_to | Ryan Dwyer |
2018-08-06 | commands: fix workspace edge cases | Ian Fan |
2018-08-06 | commands: check for special workspaces in workspace & move commands | Ian Fan |
2018-08-06 | commands: add optional flags to move | Ian Fan |
2018-08-06 | commands: complete move implementation | Ian Fan |
2018-08-04 | Separate root-related code | Ryan Dwyer |
2018-08-03 | Deny "move container" when an empty workspace is focused | Ryan Dwyer |
2018-08-02 | Allow moving containers when workspace itself is focused | Ryan Dwyer |
2018-08-01 | ipc: prevent emitting a workspace::focus event when moving a container to a d... | Ian Fan |
2018-07-28 | Send floating container to scratchpad when a child is focused | Ryan Dwyer |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-09 | Implement some floating move commands | Ryan Dwyer |