aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree
Commit message (Expand)AuthorAge
...
* Merge pull request #2772 from RyanDwyer/improve-popup-damageLibravatar Drew DeVault2018-10-09
|\
| * Only damage popups when popups have damageLibravatar Ryan Dwyer2018-10-07
* | Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* | Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
|/
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Improve CSD logicLibravatar Ryan Dwyer2018-09-27
| * Rename view_set_csd_from_client to view_update_csd_from_clientLibravatar Ryan Dwyer2018-09-27
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Fix smart gapsLibravatar Brian Ashworth2018-10-01
* | Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
* | Rename workspace_outputs to workspace_configs and fix memory leakLibravatar Ryan Dwyer2018-09-28
|/
* ipc: add pid information for views in layout treeLibravatar Ian Fan2018-09-19
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* 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
|/