aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
Commit message (Expand)AuthorAge
...
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* 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
* 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
* 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
|/
* 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
* commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06
* 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 popupsLibravatar Ryan Dwyer2018-07-31
* 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
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Mark containers as urgent in IPC if they have urgent viewsLibravatar Ryan Dwyer2018-07-16
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Implement some floating move commandsLibravatar Ryan Dwyer2018-07-09
* Fix memleak in container_get_boxLibravatar Ryan Dwyer2018-06-27
* Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\
| * Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
* | Make main properties be the pending stateLibravatar Ryan Dwyer2018-06-09
* | WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09
|/
* Remove container_self_or_parent_floatingLibravatar Ryan Dwyer2018-06-01
* Rename container_set_geometry_from_viewLibravatar Ryan Dwyer2018-06-01
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
* Fix unfullscreening a floating viewLibravatar Ryan Dwyer2018-06-01
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Send frame done to floating viewsLibravatar Drew DeVault2018-06-01
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
* Clean up container title functionsLibravatar Ryan Dwyer2018-05-25
* Replace empty argument with voidLibravatar Ryan Dwyer2018-05-22