swayfx/sway/tree
emersion b84bf3585c
Fix pango title escaping
This commit fixes two bugs.

First, commit [1] has inverted the condition when we escape pango markup. We
need to escape client-provided strings when markup is enabled.

Second, parse_title_format has a shortcut when title_format is set to `%title`,
and escape_pango_markup wasn't used anymore there.

Fixes https://github.com/swaywm/sway/issues/3181

[1]: caee2dff03
2018-11-25 09:09:32 +01:00
..
arrange.c Fix crash when view maps while locked 2018-10-13 19:15:04 +10:00
container.c Adding commands for configuring titlebar borders and padding 2018-11-22 10:30:04 +01:00
node.c ipc: handle NULL cases for node_get_output 2018-09-15 09:42:49 +01:00
output.c Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00
root.c Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
view.c Fix pango title escaping 2018-11-25 09:09:32 +01:00
workspace.c Allow multiple outputs for workspace output 2018-11-11 11:22:38 -05:00