summaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
...
* 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
* Calculate config->font_height based on existing container titlesLibravatar Ryan Dwyer2018-05-03
* Render titlesLibravatar Ryan Dwyer2018-05-03
* Fix layer surface crash on output destroyLibravatar db2018-05-01
* Allow clicking view decorations to focus viewLibravatar Ryan Dwyer2018-05-01
* Fix surface offset when using bordersLibravatar Ryan Dwyer2018-05-01
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Remove sway_container.workspace_layoutLibravatar Ryan Dwyer2018-04-26
* Fix crash in container_descendants()Libravatar Ryan Dwyer2018-04-24
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
* container_destroy: fix segfaultLibravatar Dominique Martinet2018-04-13
* Implement move [left|right|up|down]Libravatar Drew DeVault2018-04-06
* Fix deletion of still-visible workspaces on unfocusLibravatar Drew DeVault2018-04-06
* Merge pull request #1743 from emersion/subsurface-damage-trackingLibravatar Drew DeVault2018-04-05
|\
| * Fix desktop_damage_whole_surfaceLibravatar emersion2018-04-05
| * Add container_damage_wholeLibravatar emersion2018-04-05
* | Handle output removal on swaybarLibravatar Drew DeVault2018-04-05
|/
* Merge branch 'wlroots' into fix-focus-inactiveLibravatar Tony Crisci2018-04-04
|\
| * Use new wlr_*_surface_at functionsLibravatar emersion2018-04-04
| * Remove unused SWAY_VIEW_TYPESLibravatar emersion2018-04-04
| * Implement opacity commandLibravatar Tony Crisci2018-04-04
* | fix sending window new eventLibravatar Tony Crisci2018-04-04
* | try to fix focus-inactiveLibravatar Tony Crisci2018-04-04
|/
* send window close eventLibravatar Tony Crisci2018-04-04
* fix double freeLibravatar Tony Crisci2018-04-04
* simplify container closeLibravatar Tony Crisci2018-04-03
* move output create to its own fileLibravatar Tony Crisci2018-04-03