tint2/src/util
Sebastian Reichel edad9bb7f5 Fix memory leak for battery tooltips
Instead of returning a const string, that is fed into strdup, tooltip
functions are now supposed to return allocated strings. This fixes a
memory leak in the battery tooltip.

This is used instead of simply freeing the memory in the battery
tooltip function, since it also avoids a uselesss strdup().
2015-08-07 02:09:53 +02:00
..
area.c Merge taskbar_alignment from branch 2015-06-12 00:52:10 +02:00
area.h Fix memory leak for battery tooltips 2015-08-07 02:09:53 +02:00
common.c Fix systray rendering when compositor off 2015-07-23 20:38:33 +02:00
common.h systray: fix black icon background for 32-bit icons when disable_transparency = 1; fix empty icon detection when disable_transparency = 1; fix icon blinking by delaying rendering less aggressively; removed XClearArea on traywin->win (triggers unnecessary redraws); cache icon names; profiling messages updated 2015-06-21 14:50:08 +02:00
strnatcmp.c Sort tasks on taskbar: config + sort by title or center (disabled, work in progress) - issue 478 2015-03-28 22:38:57 +00:00
strnatcmp.h Sort tasks on taskbar: config + sort by title or center (disabled, work in progress) - issue 478 2015-03-28 22:38:57 +00:00
timer.c Fix timer bug (again) 2015-07-04 16:47:29 +02:00
timer.h systray: Profiling code. Export environment variable SYSTRAY_PROFILING=1 when running tint2 to enable it 2015-06-19 10:46:29 +02:00
window.c Taskbar: better task monitor detection (issue #511) 2015-08-01 00:21:25 +02:00
window.h Sort tasks on taskbar (disabled, work in progress) - issue 478 2015-03-28 21:07:33 +00:00