sway/sway
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
..
commands Implement mode --pango_markup 2018-07-05 18:12:14 -04:00
config config: add a couple of forgotten frees 2018-07-05 08:13:10 +09:00
desktop Fix titles when container titles contain UTF-8 characters 2018-07-07 15:49:51 +10:00
input Merge branch 'master' into leaks 2018-07-06 16:22:13 +01:00
tree Fix titles when container titles contain UTF-8 characters 2018-07-07 15:49:51 +10:00
base64.c Rework get_clipboard implementation 2017-07-07 21:51:34 +02:00
commands.c cmd_results_to_json: return copied string and properly free the json 2018-07-05 13:11:02 +09:00
config.c config: add a couple of forgotten frees 2018-07-05 08:13:10 +09:00
criteria.c sway/criteria: gcc string truncation warning fix 2018-06-08 22:30:13 +09:00
debug-tree.c Add L_FLOATING back to debug tree 2018-06-01 23:14:58 +10:00
ipc-json.c Fix compilation errors related to disabled outputs 2018-06-09 11:38:16 +01:00
ipc-server.c Merge branch 'master' into leaks 2018-07-06 16:22:13 +01:00
main.c pango/cairo: set default font map to NULL to free it 2018-07-05 13:11:06 +09:00
meson.build Add idle inhibit unstable v1 support 2018-07-02 09:29:16 +09:00
security.c Add minimal config subsystem 2017-12-05 10:40:55 +01:00
server.c startup: move setenv WAYLAND_DISPLAY before config execs 2018-07-04 13:52:26 +09:00
sway-bar.5.scd Add sway-bar(5) 2018-05-11 21:13:43 -04:00
sway-input.5.scd Escape underscore in sway-input(5) man page to avoid invalid colors 2018-07-05 14:31:52 +02:00
sway.1.scd Add sway(5) 2018-05-11 21:03:43 -04:00
sway.5.scd Implement mode --pango_markup 2018-07-05 18:12:14 -04:00