sway/include/sway/tree
Ryan Dwyer db38b9bbf3 Clean up container title functions
* Add and use lenient_strcat and lenient_strncat functions
* Rename `concatenate_child_titles` function as that's no longer what it
does
* Rename `container_notify_child_title_changed` because we only need to
notify that the tree structure has changed, not titles
* Don't notify parents when a child changes its title
* Update ancestor titles when changing a container's layout
	* Eg. create nested tabs and change the inner container to stacking
* No need to store tree presentation in both container->name and
formatted_title
2018-05-25 21:07:59 +10:00
..
arrange.h Remove arrange_windows() 2018-04-30 08:47:38 +10:00
container.h Clean up container title functions 2018-05-25 21:07:59 +10:00
layout.h Refactor arrange_windows() 2018-04-28 11:26:14 +10:00
output.h move output create to its own file 2018-04-03 20:00:09 -04:00
view.h Don't track damage for views on inactive tabs 2018-05-21 20:16:56 +10:00
workspace.h Create sway_workspace struct. 2018-04-17 09:31:34 +10:00