swayfx/sway/tree
Ryan Dwyer 0046eed969 Fix titles when container titles contain UTF-8 characters
The title and marks textures would have their height set from the
config's computed max font height, but the textures were not regenerated
when the config's max font height changed which made a gap appear.
Rather than making it regenerate the title textures every time the
config font height was changed, I've changed it to just make the
textures the height of the title itself and fill any gap when rendering.

Also, the title_width and marks_width variables have been renamed to
make it more obvious that they are in output-buffer-local coordinates.

Fixes #1936.
2018-07-07 15:49:51 +10:00
..
arrange.c Remove transaction_add_damage 2018-06-27 17:46:03 +10:00
container.c Fix titles when container titles contain UTF-8 characters 2018-07-07 15:49:51 +10:00
layout.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
output.c Implement atomic layout updates for tree operations 2018-06-23 16:24:11 +10:00
view.c Fix titles when container titles contain UTF-8 characters 2018-07-07 15:49:51 +10:00
workspace.c workspace_next_name: free targets later than these already found in order 2018-07-05 08:13:10 +09:00