Age | Commit message (Expand) | Author |
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 |
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 |