aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2
2010-01-30plugin_huawei from Jar (forgot to add it last time)michael1-0/+1199
2010-01-28plugin_huawei from Jarmichael8-33/+79
2010-01-24picoLCDGraphic: updated example configuration files in "contrib/picoLCD"mzuther4-0/+4
2010-01-24picoLCDGraphic: update display regularly using a timer (*much* faster than re...mzuther2-6/+34
2010-01-24additional debugging outputvolker2-1/+5
2010-01-23fixed compile error on systems without strndup()volker1-0/+1
2010-01-21include config.h in *every* source filemichael4-0/+10
2010-01-20X11 driver: do not display key strokes that do not map to a buttonmzuther1-14/+18
2010-01-20indent.sh: ignore indentation profiles, so things are not messed up accidentallymzuther1-1/+2
2010-01-20X11 driver: handle key presses (arrows, RET and ESC) in addition to clicks on...mzuther1-2/+72
2010-01-19included "config.h" in "plugin.h" and changed "plugin.c" and "plugin_sample.c...mzuther3-10/+6
2010-01-19plugin_python.c: print tracebacks also for Python scripts that do not "compile"mzuther1-0/+2
2010-01-19plugin_python.c: print Python tracebacks on stderr (yay!)mzuther1-0/+2
2010-01-19fixed compile error by including "config.h" in "plugin_python.c"mzuther1-0/+1
2010-01-18support for 'aligned pingpong' by Martin Zuthermichael2-10/+44
2010-01-17use own strndup() from evaluator if not available on systemvolker2-5/+6
2010-01-17fixed typovolker1-1/+1
2010-01-17fixed memory leak in using strdup() instead of strdupa()volker1-0/+6
2010-01-15Ticket 182volker3-21/+31
2010-01-15strdupa uses alloca which is not available everywhere. strdup is used insteadvolker1-2/+2
2010-01-05plugins work on MacOS X: proc_stat, cpuinfovolker4-7/+87
2010-01-03linker error with LW_ABP correctedmichael2-14/+16
2010-01-03update to autoconf 2.65michael3-328/+403
2009-11-22indentationmichael1-1/+1
2009-11-22indentationmichael1-0/+1
2009-11-22add event.h to extra sourcesmichael1-1/+1
2009-11-22Logic Way ABP08 ABP09 enhancements by Arndt Kritznermichael1-7/+141
2009-11-21Remove warnings from mpris pluginedman0072-5/+4
2009-11-21Fix the dbus/pkg-config confgure (Now the configure script will probably requ...edman0072-2/+12
2009-11-21* Fix segfault on shutdown in drv_picoLCDGraphic.cedman0072-2/+8
2009-11-20special commandline parameters for X11volker4-3/+56
2009-11-19Make the dbus plugin shutdown without showing dbus leaks when compiled with -...edman0072-10/+12
2009-11-19drv_PICGraphic.cedman0071-1/+1
2009-11-18the DBus plugin is now disabled when dbus is not installed instead of stoppin...edman0072-4/+5
2009-11-18Prevent HD44780 and HD44780_I2C from building at the same timeedman0072-18/+24
2009-11-18disabling some driver if no parport availablevolker3-46/+74
2009-11-18Removed warning for the mpris dbus pluginedman0071-0/+2
2009-11-18MatrixOrbitalGXvolker1-0/+4
2009-11-18ppoll() is not available in glibc before 2.4volker1-0/+4
2009-11-17Fixed a few more leaks,edman0071-8/+24
2009-11-17plugin_dbus.c:edman0073-26/+42
2009-11-16dbus_watch_get_unix_fd() only exists in libdbus >= 1.1.1volker1-2/+17
2009-11-16small memory leak fixed (Thnaks to Ed and Valgrind)michael1-0/+1