aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* Fix compilation against wlroots without X11 backendLibravatar Marien Zwart2018-09-21
* Introduce create_output command (for developer use)Libravatar Ryan Dwyer2018-09-19
* 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
* Address ianyfan's commentsLibravatar Brian Ashworth2018-09-14
* Escape spaces in background file pathLibravatar Brian Ashworth2018-09-13
* Allow spaces in background file pathsLibravatar Brian Ashworth2018-09-13
* 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
* | Update textures for cmd_client_* commandsLibravatar Brian Ashworth2018-09-11
* | Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* | Introduce tiling_drag directiveLibravatar Ryan Dwyer2018-09-11
|/
* Give windows pointer focus immediately when they are switched toLibravatar William Wold2018-09-10
* commands: prevent running empty seat commandLibravatar Ian Fan2018-09-08
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Merge pull request #2578 from RyanDwyer/fix-binding-reloadLibravatar emersion2018-09-06
|\
| * Fix management of bindings during reloadLibravatar Ryan Dwyer2018-09-06
* | Fix crash when running "layout toggle"Libravatar Ryan Dwyer2018-09-06
* | Merge pull request #2586 from RyanDwyer/fix-fullscreen-focus-crashLibravatar Drew DeVault2018-09-05
|\ \
| * | Fix crash when focusing from fullscreen in an invalid directionLibravatar 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 crash when running layout toggle splitLibravatar Ryan Dwyer2018-09-05
* Fix crash when using focus parent/child from an empty workspaceLibravatar Ryan Dwyer2018-09-05
* Fix another focus bug when moving into outputLibravatar Ryan Dwyer2018-09-05
* Fix moving workspace to outputLibravatar Ryan Dwyer2018-09-05
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Fix crash when focus hits edge of rootLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Deny repeating reload by holding keyLibravatar Ryan Dwyer2018-09-04
* Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03
* Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildLibravatar sghctoma2018-09-03
|\
| * Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
| * Merge pull request #2547 from RyanDwyer/fix-reload-crashLibravatar Drew DeVault2018-09-01
| |\
| | * Allow reload command to exist anywhere in the command stringLibravatar Ryan Dwyer2018-09-01
| | * Fix crash on reloadLibravatar Ryan Dwyer2018-09-01
| * | Implement deprecated new_window and new_float commandsLibravatar Ryan Dwyer2018-09-01
| |/
* / Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
|/
* commands: fix exec quotingLibravatar Ian Fan2018-08-29
* commands: fix moving container to different outputLibravatar Ian Fan2018-08-28
* Fix gaps issuesLibravatar Ryan Dwyer2018-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