summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
...
* | Fix crash when unmapping a view with reapable parentsLibravatar Ryan Dwyer2018-06-24
* | Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* | Preserve buffers during transactionsLibravatar Ryan Dwyer2018-06-18
* | Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\|
| * Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
* | Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* | WIP: Atomic layout updates ground workLibravatar Ryan Dwyer2018-06-09
|/
* Switch restore workspaces to a nested for-loopLibravatar Brian Ashworth2018-06-08
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
* Address emersions comments on output re-enablingLibravatar Brian Ashworth2018-06-06
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
* Fix potential crash when destroying workspaceLibravatar Ryan Dwyer2018-06-03
* Don't unmaximize floating viewsLibravatar Ryan Dwyer2018-06-01
* 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
* Rename set_maximized functions to set_tiledLibravatar Ryan Dwyer2018-06-01
* Fix issues with sticky containers and workspacesLibravatar 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
* Add tree representation to IPC workspace descriptionLibravatar Ryan Dwyer2018-05-29
* Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
* Send workspace::move in container_output_destroyLibravatar Brian Ashworth2018-05-27
* Don't move empty workspaces when output is destroyedLibravatar emersion2018-05-27
* Clean up container title functionsLibravatar Ryan Dwyer2018-05-25
* Implement clicking stacked title barsLibravatar Ryan Dwyer2018-05-22
* Use constants for titlebar dimensionsLibravatar Ryan Dwyer2018-05-22
* Use class or app_id in tree representationLibravatar Ryan Dwyer2018-05-21
* Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
* Add assertion in container_at_viewLibravatar Ryan Dwyer2018-05-21
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
* Rebuild textures if needed when moving a containerLibravatar Ryan Dwyer2018-05-19
* Fix many border opacity issuesLibravatar Ryan Dwyer2018-05-17
* Set textures to null when destroyingLibravatar Ryan Dwyer2018-05-17
* Kill wl_shellLibravatar emersion2018-05-14
* Add xdg-shell stable supportLibravatar emersion2018-05-13
* Fix recursion when counting descendants of a typeLibravatar Brian Ashworth2018-05-12
* Count descendant views for hide_edge_borders smartLibravatar Brian Ashworth2018-05-12
* Damage container when updating titleLibravatar emersion2018-05-10
* Damage borders when damaging viewLibravatar emersion2018-05-10
* Implement pango supportLibravatar Ryan Dwyer2018-05-06
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
* Use scissor to render title textureLibravatar Ryan Dwyer2018-05-05
* Check for NULL in container_update_titleLibravatar Alex Xu (Hello71)2018-05-04
* Fix title texture widthLibravatar Ryan Dwyer2018-05-03
* Convert border_colors.text to float[4]Libravatar Drew DeVault2018-05-03
* Fix anti-aliasingLibravatar Drew DeVault2018-05-03
* Fix potential segfault when setting container titleLibravatar Ryan Dwyer2018-05-03