aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/layout.c
Commit message (Expand)AuthorAge
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
* Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
* Fix edge cases when moving floating container to new workspaceLibravatar Ryan Dwyer2018-08-08
* Implement move to workspace on a floating containerLibravatar Ryan Dwyer2018-08-08
* Merge branch 'master' into workspace-move-to-outputLibravatar Brian Ashworth2018-08-06
|\
| * commands: fix layout implementation (also better name for previous split layout)Libravatar 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
* ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* ipc: fix workspace::focus event behaviourLibravatar Ian Fan2018-08-01
* ipc: add window::move eventsLibravatar Ian Fan2018-08-01
* ipc: fix workspace::move calls argument orderLibravatar Ian Fan2018-08-01
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
* more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
* style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
* Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Fix crash when moving workspace to outputLibravatar Ryan Dwyer2018-07-19
* Update workspace urgent state when views close or move workspacesLibravatar Ryan Dwyer2018-07-16
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* No need to walk to workspace, recursive willLibravatar vilhalmer2018-07-09
* Regroup signalLibravatar vilhalmer2018-07-09
* Replace empty workspace with moved workspaceLibravatar vilhalmer2018-07-08
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\
| * Merge pull request #2124 from emersion/drag-icons1.0-alpha.3Libravatar Drew DeVault2018-06-09
| |\
| | * Render drag iconsLibravatar emersion2018-06-09
| * | Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
| |/
* | Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* | Make main properties be the pending stateLibravatar Ryan Dwyer2018-06-09
* | WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09
|/
* Switch restore workspaces to a nested for-loopLibravatar Brian Ashworth2018-06-08
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
* Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
* Remove tab/stack check for focusing after a splitLibravatar Brian Ashworth2018-06-06
* Fix focusing after splitting tabs/stacksLibravatar Brian Ashworth2018-06-06
* Fix movement crashes/issuesLibravatar Brian Ashworth2018-06-05