Age | Commit message (Expand) | Author | Files | Lines |
2011-07-27 | picoLCDGraphics needs keypad linked | michael | 2 | -0/+2 |
2011-07-27 | various compiler warnings fixed | michael | 13 | -60/+39 |
2011-07-27 | Autoconf 2.68 | michael | 3 | -1455/+2751 |
2011-07-27 | run smoketest on all of my 8 cores | michael | 1 | -2/+2 |
2011-07-27 | indentation | michael | 4 | -330/+320 |
2011-07-27 | patch to replace outdate library libmpd with recent library libmpdclient from... | michael | 2 | -240/+427 |
2011-07-27 | lcd4linux-wireless.patch from Hans de Goede | michael | 1 | -1/+1 |
2011-07-27 | st2205-width-height-swap.patch from Hans de Goede | michael | 1 | -2/+2 |
2011-07-27 | hwmon patch from Hans de Goede | michael | 1 | -0/+14 |
2011-07-27 | patch to support SureElectronicsDE-LD023 from Matt Joice | michael | 1 | -3/+16 |
2011-05-06 | Fixed keypad widget in GLCD2USB | harbaum | 1 | -0/+7 |
2011-02-12 | timer.c: fixed detection of positive clock skew (and some typos) | mzuther | 4 | -10/+10 |
2011-01-23 | timer.c: fixed clock skew detection | mzuther | 1 | -26/+46 |
2011-01-23 | timer.c: skip intermediate timer intervals | mzuther | 2 | -16/+46 |
2011-01-05 | fix for a bug introduced in the DE-LD021 driver | michael | 1 | -3/+3 |
2011-01-04 | indentation | michael | 2 | -3/+3 |
2011-01-04 | support for Sure Electronics DE-LD021 by Natanael Olaiz | michael | 1 | -10/+8 |
2011-01-02 | driver for EFN LED modules by Tilman Glötzner | michael | 9 | -21/+469 |
2010-11-28 | commented, corrected and beautified both timer and timer group code | mzuther | 11 | -197/+511 |
2010-11-27 | finished commenting the timer code | mzuther | 2 | -46/+138 |
2010-11-20 | started commenting the timer code | mzuther | 5 | -52/+170 |
2010-11-19 | Added brightness support for GLCD2USB | harbaum | 5 | -28/+8014 |
2010-11-18 | Added 128x64 sample graphic | harbaum | 1 | -0/+0 |
2010-10-31 | Removed accidentially added file | harbaum | 1 | -0/+0 |
2010-10-31 | Minor description fixes | harbaum | 5 | -218/+228 |
2010-09-19 | patch from Jar: typo fixed, documentation which is now in the wiki removed | michael | 1 | -28/+1 |
2010-08-25 | added netmask_short in plugin_netinfo for CIDR notation | volker | 1 | -13/+52 |
2010-07-16 | compile error fixed (thanks to Tom) | michael | 1 | -19/+19 |
2010-07-13 | support for Sure Electronics's 1602 LCD Display Board with USB from Mikhail | michael | 5 | -13/+50 |
2010-07-11 | X11 driver: possibility to ignore auto-repeated KeyPress events | mzuther | 1 | -1/+22 |
2010-06-25 | ooops... forgot to add drv_ASTUSB.c | michael | 1 | -0/+512 |
2010-06-21 | driver for Allnet FW8888 from Claas Hilbrecht | michael | 8 | -7986/+375 |
2010-06-21 | ASTUSB driver from Henrik Schondorff | michael | 9 | -288/+612 |
2010-05-19 | Ticket #170 (picolcd graphic build error) fixed by matt | michael | 1 | -0/+1 |
2010-05-17 | Ticket #184 (LCD::contrast and LCD::backlight segfaulting) fixed | michael | 1 | -2/+2 |
2010-04-22 | drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages | mzuther | 1 | -2/+2 |
2010-04-18 | drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO) | mzuther | 1 | -2/+78 |
2010-04-18 | X11 driver: correctly handle key releases | mzuther | 2 | -17/+28 |
2010-03-12 | changed hardcoded pixel resolution to configuration; usb_*_np functions only ... | volker | 1 | -21/+30 |
2010-02-23 | 'Fix the huawei e220 at commands' by Jar | michael | 1 | -12/+9 |
2010-02-15 | drv_picoLCDGraphic.c: minimum USB read timeout is now 1 ms | mzuther | 1 | -1/+1 |
2010-02-14 | drv_picoLCDGraphic.c: added configuration for USB read timeout | mzuther | 1 | -1/+9 |
2010-02-14 | indent.sh run | michael | 1 | -172/+171 |
2010-02-14 | plugin_huawei-fix-interval-check_V2.patch from Jar | michael | 1 | -35/+35 |
2010-02-12 | Improved config behavior. | mjona | 1 | -9/+32 |
2010-02-12 | Fixed a segmentation fault bug in cfg_get(). | mjona | 1 | -1/+1 |
2010-02-11 | All static memory allocations were turned into dynamical ones. | mjona | 1 | -128/+200 |
2010-02-07 | timer.c: two small optimizations (removed "flag"; tv_usec can't be negative) | mzuther | 1 | -7/+4 |
2010-02-07 | added grouping of widgets by update interval (new file "timer_group.c") | mzuther | 13 | -168/+441 |
2010-02-07 | BUG: handle negative delays in timer_process() (timer.c) | mzuther | 1 | -0/+4 |