aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree
Commit message (Expand)AuthorAge
* Implement window_role criteria tokenLibravatar Ryan Dwyer2018-09-04
* Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Merge pull request #2513 from RyanDwyer/rename-root-outputsLibravatar Drew DeVault2018-08-26
|\
| * Add comment for sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
| * Rename sway_root.outputs to sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
* | 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
* Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Merge pull request #2466 from RyanDwyer/geometryLibravatar Drew DeVault2018-08-18
|\
| * Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
| * Fix geometryLibravatar Ryan Dwyer2018-08-18
| * Add view_get_geometryLibravatar emersion2018-08-18
* | Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* | Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
|/
* Add using_csd variable to transaction stateLibravatar Ryan Dwyer2018-08-17
* Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* Merge pull request #2449 from RyanDwyer/remove-bfsLibravatar Drew DeVault2018-08-11
|\
| * Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* | Remove container_has_childLibravatar Ryan Dwyer2018-08-11
|/
* Deny moving a sticky container to workspace if it's the same outputLibravatar Ryan Dwyer2018-08-08
* 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 pull request #2268 from emersion/server-decoration-bordersLibravatar Drew DeVault2018-08-06
|\
| * Handle views created after decoration mode is sent for xdg-shellLibravatar emersion2018-08-06
* | commands: complete workspace implementationLibravatar Ian Fan2018-08-06
* | commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06
* | commands: complete move implementationLibravatar Ian Fan2018-08-06
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Fix crash when moving cursor over a fullscreen split containerLibravatar Ryan Dwyer2018-08-03
* Fix pointer events for fullscreen viewsLibravatar emersion2018-08-02
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Merge branch 'master' into fix-resize-wiggleLibravatar emersion2018-08-02
|\
| * Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
| |\
| | * Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
| | * Fix popupsLibravatar Ryan Dwyer2018-07-31
| * | ipc: add window::mark eventLibravatar Ian Fan2018-08-01
| |/
* / Correctly track saved surfaces during multiple transactionsLibravatar Ryan Dwyer2018-08-01
|/
* Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
* 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
* style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24