summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
Commit message (Expand)AuthorAge
* Implement gaps (PR #2047)Libravatar Nate Symer2018-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
* Use constants for titlebar dimensionsLibravatar Ryan Dwyer2018-05-22
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
* Rebuild textures if needed when moving a containerLibravatar Ryan Dwyer2018-05-19
* Count descendant views for hide_edge_borders smartLibravatar Brian Ashworth2018-05-12
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
* Calculate config->font_height based on existing container titlesLibravatar Ryan Dwyer2018-05-03
* Render titlesLibravatar Ryan Dwyer2018-05-03
* Implement bordersLibravatar Ryan Dwyer2018-04-30
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
* Feedback for fullscreen.Libravatar Ryan Dwyer2018-04-17
* Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
* Implement move [left|right|up|down]Libravatar Drew DeVault2018-04-06
* Remove L_TYPESLibravatar emersion2018-04-05
* Add container_damage_wholeLibravatar emersion2018-04-05
* Implement opacity commandLibravatar Tony Crisci2018-04-04
* move workspace create to workspace.cLibravatar Tony Crisci2018-04-03
* fix old todosLibravatar Tony Crisci2018-04-03
* move container_set_layout to layout.hLibravatar Tony Crisci2018-04-03
* make container_finish privateLibravatar Tony Crisci2018-04-03
* unify container destroy functionsLibravatar Tony Crisci2018-04-03
* move view and workspace destructors to container.cLibravatar Tony Crisci2018-04-03
* change reap container approachLibravatar Tony Crisci2018-04-02
* fix more close segfaultsLibravatar Tony Crisci2018-04-02
* Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\
| * Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
| |\
| * | Xwayland unmanaged views aren't views anymoreLibravatar emersion2018-04-02
| * | Introduce common functions to create, map, unmap, destroy viewsLibravatar emersion2018-03-31
* | | Merge branch 'wlroots' into split-containersLibravatar Tony Crisci2018-04-02
|\ \ \ | | |/ | |/|
| * | Partially implement move commandLibravatar Drew DeVault2018-04-02
| |/
* | add docstrings and todosLibravatar Tony Crisci2018-03-31
* | handle container destroy in the seatLibravatar Tony Crisci2018-03-31
* | basic split containersLibravatar Tony Crisci2018-03-31
|/
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
* Destroy empty workspaces when moving awayLibravatar Drew DeVault2018-03-30
* Fix oversights from previous pull requestLibravatar Tony Crisci2018-03-29