Waybar/src
Daniel De Graaf ea722615c4 Allow enabing pango markup in the taskbar string
The fix for taskbar tooltips in 6a2d214b55 was incomplete: it causes the label
to contain escaped titles.  Use set_markup so that GTK decodes markup again,
but only if requested by the user (disabling markup is needed if using format
strings like "{title:.15}" to avoid terminating the string in the middle of an
XML entity).
2020-08-19 22:26:11 -04:00
..
modules Allow enabing pango markup in the taskbar string 2020-08-19 22:26:11 -04:00
util fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
ALabel.cpp clock: scroll through multiple timezones 2020-08-13 18:53:18 -04:00
AModule.cpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
bar.cpp refactor(bar): separate GTK event handlers for gtk-layer-shell 2020-08-14 22:47:57 -07:00
client.cpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
factory.cpp only return a bluetooth module from factory if the rfkill feature is enabled. 2020-08-14 20:59:30 +02:00
main.cpp Replace signal handler with signal handling thread 2020-07-25 21:02:59 +10:00