aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree
Commit message (Expand)AuthorAge
...
* 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
* Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\
| * Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
| * Implement scratchpadLibravatar Ryan Dwyer2018-07-23
| * Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6Libravatar emersion2018-07-22
| * Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
| * Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
| * Allow xwayland views to become urgent when on a non-visible workspaceLibravatar Ryan Dwyer2018-07-19
| * Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
| * Mark containers as urgent in IPC if they have urgent viewsLibravatar Ryan Dwyer2018-07-16
| * Update workspace urgent state when views close or move workspacesLibravatar Ryan Dwyer2018-07-16