swayfx/sway/desktop
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
..
desktop.c Make main properties be the pending state 2018-06-09 10:08:43 +10:00
idle_inhibit_v1.c idle_inhibit: move server data to its own struct 2018-07-02 09:29:16 +09:00
layer_shell.c sway views: add helpers to get view and layer from wlr_surface 2018-06-30 22:31:14 +09:00
output.c Fix titles when container titles contain UTF-8 characters 2018-07-07 15:49:51 +10:00
transaction.c Updates per wlroots#1076 2018-07-05 00:26:35 +01:00
xdg_shell.c Updates per wlroots#1076 2018-07-05 00:26:35 +01:00
xdg_shell_v6.c Updates per wlroots#1076 2018-07-05 00:26:35 +01:00
xwayland.c Make view_update_* update live props as well 2018-07-06 19:33:10 +01:00