summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
* 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
| * Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
| * Remove duplicate function declaration and add assertionLibravatar Ryan Dwyer2018-07-09
| * Implement some floating move commandsLibravatar Ryan Dwyer2018-07-09
* | Destroy empty workspace when destroying its outputLibravatar vilhalmer2018-07-08
|/
* Fix titles when container titles contain UTF-8 charactersLibravatar Ryan Dwyer2018-07-07
* container_free: free formatted titleLibravatar Dominique Martinet2018-07-05
* Fix booleanLibravatar Ryan Dwyer2018-07-04
* Only call view_set_tiled when switching floating modeLibravatar Ryan Dwyer2018-07-04
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-30
|\
| * container_at_view: don't offset the view by the window geometryLibravatar Rostislav Pehlivanov2018-06-30
| * Revert "Don't unmaximize floating views"Libravatar Rostislav Pehlivanov2018-06-30
* | Fix memleak in container_get_boxLibravatar Ryan Dwyer2018-06-27
* | Fix nitpicksLibravatar Ryan Dwyer2018-06-27
* | Remove incorrect assertion and supporting codeLibravatar Ryan Dwyer2018-06-26
* | Fix crash when closing output window from outer sessionLibravatar Ryan Dwyer2018-06-26
* | Fix crash when disconnecting outputLibravatar Ryan Dwyer2018-06-26
* | Fix another crash when moving out of stacks or tabsLibravatar Ryan Dwyer2018-06-24