aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
...
* 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
| * Handle xwayland views sending new sizes in their commitsLibravatar Ryan Dwyer2018-08-18
| * Fix geometryLibravatar Ryan Dwyer2018-08-18
* | Fix double iterating in container_for_each_childLibravatar Ian Fan2018-08-18
* | Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* | Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
|/
* Attempt to reap old tiling parent when floating a containerLibravatar Ryan Dwyer2018-08-17
* Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* Fix container_has_ancestor crashLibravatar Ryan Dwyer2018-08-12
* 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
|/
* Rename container_at_view to surface_at_view and make it return voidLibravatar Ryan Dwyer2018-08-08
* Fix focus when clicking floating decorationsLibravatar 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
* 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 pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Fix popupsLibravatar Ryan Dwyer2018-07-31
* | ipc: fix workspace::move calls argument orderLibravatar Ian Fan2018-08-01
* | ipc: only emit window::create event for viewsLibravatar Ian Fan2018-08-01
* | ipc: add workspace::empty eventLibravatar Ian Fan2018-08-01
* | ipc: add window::close eventLibravatar Ian Fan2018-08-01
* | ipc: add workspace::init eventLibravatar Ian Fan2018-08-01
|/
* Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
* Merge pull request #2360 from RyanDwyer/floating-containersLibravatar Drew DeVault2018-07-28
|\
| * Fix crash when unfloating child of container into empty workspaceLibravatar Ryan Dwyer2018-07-28
| * Fix focus mode_toggle from a child of a floating containerLibravatar Ryan Dwyer2018-07-28
| * When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
| * Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* | Fix crash when a deferred command destroys a workspaceLibravatar Ryan Dwyer2018-07-28
|/
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* fix #2355: "move workspace to output up" crashesLibravatar Cédric Cabessa2018-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
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Fix pointer events for overlapping floating viewsLibravatar Ryan Dwyer2018-07-20
* Merge branch 'master' into destroy-output-destroy-empty-workspacesLibravatar Ryan Dwyer2018-07-18
|\
| * 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
| * Make container_for_each_descendant_dfs descend into floating viewsLibravatar Ryan Dwyer2018-07-16
| * Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14