aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Expand)AuthorAge
* 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
* Add view_get_geometryLibravatar emersion2018-08-18
* Attempt to reap old tiling parent when floating a containerLibravatar Ryan Dwyer2018-08-17
* When the workspace is focused, return it instead of checking parentLibravatar Donnie West2018-08-16
* Merge pull request #2458 from RyanDwyer/cleanup-transactionsLibravatar Drew DeVault2018-08-15
|\
| * Simplify transactionsLibravatar Ryan Dwyer2018-08-15
* | Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
|/
* Use assigned workspace name for outputLibravatar minus2018-08-12
* 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
|/
* Merge branch 'master' into masterLibravatar Brian Ashworth2018-08-08
|\
| * 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
| * 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
| * Fix infinite loop when focusing sticky containers via workspace commandLibravatar Ryan Dwyer2018-08-07
| * Merge branch 'master' into workspace-move-to-outputLibravatar Brian Ashworth2018-08-06
| |\
| | * commands: fix workspace edge casesLibravatar Ian Fan2018-08-06
| | * commands: check for special workspaces in workspace & move commandsLibravatar Ian Fan2018-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 moving code out of container_move_toLibravatar Ryan Dwyer2018-08-07
| |/
* / Fix segv when sway is terminatingLibravatar Mariusz Bialonczyk2018-08-05
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Check correct ws for sticky and fix floating iterLibravatar Brian Ashworth2018-08-03
* Merge pull request #2414 from RyanDwyer/fix-inactive-fullscreen-crashLibravatar emersion2018-08-03
|\
| * Fix crash when fullscreen view closes on inactive workspaceLibravatar Ryan Dwyer2018-08-03
* | 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
* Fix focus related crashesLibravatar Ryan Dwyer2018-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: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
| * | ipc: fix workspace::focus event behaviourLibravatar Ian Fan2018-08-01
| * | ipc: add window::move eventsLibravatar Ian Fan2018-08-01
| * | 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 window::mark eventLibravatar Ian Fan2018-08-01
| * | ipc: add workspace::empty eventLibravatar Ian Fan2018-08-01