tint2/src
2015-04-17 20:17:25 +00:00
..
battery Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
clock Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
launcher Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
systray Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
taskbar Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
tint2conf Add config option startup_notifications = 0/1 2015-03-21 13:39:43 +00:00
tooltip Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
util Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
config.c Memory management review: match char-malloc/strdup-free, gchar-g_str*/g_free; set pointers to null after free; initialize fonts/backgrounds correctly when missing from config 2015-04-11 09:51:10 +00:00
config.h SIGUSR1 does now a full restat of tint2 2010-04-18 14:28:45 +00:00
panel.c Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
panel.h Memory management review: match char-malloc/strdup-free, gchar-g_str*/g_free; set pointers to null after free; initialize fonts/backgrounds correctly when missing from config 2015-04-11 09:51:10 +00:00
server.c Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00
server.h Memory management review: match char-malloc/strdup-free, gchar-g_str*/g_free; set pointers to null after free; initialize fonts/backgrounds correctly when missing from config 2015-04-11 09:51:10 +00:00
tint.c Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations 2015-04-17 20:17:25 +00:00