swayfx/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.c Fix nested tabs 2018-05-24 17:38:31 +10:00
container.c Clean up container title functions 2018-05-25 21:07:59 +10:00
layout.c Clean up container title functions 2018-05-25 21:07:59 +10:00
output.c move output create to its own file 2018-04-03 20:00:09 -04:00
view.c Clean up container title functions 2018-05-25 21:07:59 +10:00
workspace.c Refactor arrange_windows() 2018-04-28 11:26:14 +10:00