aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-19new plugin raspivolker8-4116/+3551
2013-02-13added new examples to config filevolker1-3/+15
2013-02-13Ticket #284volker2-8/+19
2013-02-13stabilize text widget when no string is available; info message when serdispl...volker3-1/+10
2012-06-23widget_timer: oops, forgot to update includes...mzuther1-1/+1
2012-06-23widget_timer: timer widgets should not abuse timer groups (fixes ticket #278)mzuther1-1/+1
2012-05-19Mitigate format string exploitsjmccrohan3-5/+5
2012-05-12Add drv_generic_serial.c functions to header filejmccrohan1-0/+2
2012-04-09typo fix from Robert Reschmichael1-1/+1
2012-04-09patch to support hex sequences from Marcus Menzelmichael1-0/+38
2012-03-26Fixed realloc error handling in timer_group.c; changed the interval member in...mjona6-1729/+8764
2012-03-26handle failing realloc() correctly (thanks to Mattia)michael2-52/+20
2012-03-26changed error() to info() to avoid syslog flooding<