Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-24 | [lcd4linux @ 2003-07-24 04:48:09 by reinelt] | reinelt | 1 | -1/+5 | |
'soft clear' needed for virtual rows | |||||
2003-07-21 | [lcd4linux @ 2003-07-21 06:34:14 by reinelt] | reinelt | 1 | -9/+19 | |
bars on virtual rows fixed | |||||
2003-07-21 | [lcd4linux @ 2003-07-21 06:10:11 by reinelt] | reinelt | 1 | -25/+17 | |
removed maxlen parameter from process_row() | |||||
2003-06-21 | [lcd4linux @ 2003-06-21 05:46:18 by reinelt] | reinelt | 1 | -1/+37 | |
DVB client integrated | |||||
2003-06-13 | [lcd4linux @ 2003-06-13 06:35:56 by reinelt] | reinelt | 1 | -22/+100 | |
added scrolling capability | |||||
2003-02-22 | [lcd4linux @ 2003-02-22 07:53:09 by reinelt] | reinelt | 1 | -5/+8 | |
cfg_get(key,defval) | |||||
2003-02-05 | [lcd4linux @ 2003-02-05 04:31:38 by reinelt] | reinelt | 1 | -1/+13 | |
T_EXEC: remove trailing CR/LF T_EXEC: deactivated maxlen calculation (for I don't understand what it is for :-) | |||||
2002-12-05 | [lcd4linux @ 2002-12-05 19:23:01 by reinelt] | reinelt | 1 | -2/+5 | |
fixed undefined operations found by gcc3 | |||||
2002-08-19 | [lcd4linux @ 2002-08-19 04:41:20 by reinelt] | reinelt | 1 | -1/+5 | |
introduced bar.c, moved bar stuff from display.h to bar.h | |||||
2001-05-06 | [lcd4linux @ 2001-05-06 10:01:27 by reinelt] | reinelt | 1 | -2/+7 | |
fixed a bug which prevented extendet tokens to be used for GPO's many thanks to Carsten Nau! | |||||
2001-03-17 | [lcd4linux @ 2001-03-17 11:11:31 by ltoetsch] | ltoetsch | 1 | -2/+5 | |
bugfix: max for BAR_T | |||||
2001-03-16 | [lcd4linux @ 2001-03-16 16:40:17 by ltoetsch] | ltoetsch | 1 | -1/+8 | |
implemented time bar | |||||
2001-03-16 | [lcd4linux @ 2001-03-16 09:28:08 by ltoetsch] | ltoetsch | 1 | -3/+9 | |
bugfixes | |||||
2001-03-15 | [lcd4linux @ 2001-03-15 15:49:22 by ltoetsch] | ltoetsch | 1 | -7/+4 | |
fixed compile HD44780.c, cosmetics | |||||
2001-03-15 | [lcd4linux @ 2001-03-15 09:47:13 by reinelt] | reinelt | 1 | -3/+8 | |
some fixes to ppdef off-by-one bug in processor.c fixed | |||||
2001-03-14 | [lcd4linux @ 2001-03-14 13:19:29 by ltoetsch] | ltoetsch | 1 | -4/+11 | |
Added pop3/imap4 mail support | |||||
2001-03-13 | [lcd4linux @ 2001-03-13 08:34:15 by reinelt] | reinelt | 1 | -6/+10 | |
corrected a off-by-one bug with sensors | |||||
2001-03-08 | [lcd4linux @ 2001-03-08 15:25:38 by ltoetsch] | ltoetsch | 1 | -15/+24 | |
improved exec | |||||
2001-03-08 | [lcd4linux @ 2001-03-08 08:39:54 by reinelt] | reinelt | 1 | -2/+6 | |
fixed two typos | |||||
2001-03-07 | [lcd4linux @ 2001-03-07 18:10:21 by ltoetsch] | ltoetsch | 1 | -4/+24 | |
added e(x)ec commands | |||||
2001-03-02 | [lcd4linux @ 2001-03-02 10:18:03 by ltoetsch] | ltoetsch | 1 | -2/+62 | |
added /proc/apm battery stat | |||||
2001-02-19 | [lcd4linux @ 2001-02-19 00:15:46 by reinelt] | reinelt | 1 | -45/+76 | |
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens | |||||
2001-02-16 | [lcd4linux @ 2001-02-16 14:15:11 by reinelt] | reinelt | 1 | -2/+7 | |
fixed type in processor.c GPO documentation update from Carsten | |||||
2001-02-16 | [lcd4linux @ 2001-02-16 08:23:09 by reinelt] | reinelt | 1 | -1/+13 | |
new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de> | |||||
2001-02-14 | [lcd4linux @ 2001-02-14 07:40:16 by reinelt] | reinelt | 1 | -7/+46 | |
first (incomplete) GPO implementation | |||||
2001-02-13 | [lcd4linux @ 2001-02-13 09:00:13 by reinelt] | reinelt | 1 | -5/+8 | |
prepared framework for GPO's (general purpose outputs) | |||||
2001-02-11 | [lcd4linux @ 2001-02-11 23:34:07 by reinelt] | reinelt | 1 | -2/+9 | |
fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the online value is 5 chars long. corrected to ' ----'. thanks to Carsten Nau <info@cnau.de> | |||||
2000-08-10 | [lcd4linux @ 2000-08-10 09:44:09 by reinelt] | reinelt | 1 | -3/+8 | |
new debugging scheme: error(), info(), debug() uses syslog if in daemon mode | |||||
2000-07-31 | [lcd4linux @ 2000-07-31 10:43:44 by reinelt] | reinelt | 1 | -18/+24 | |
some changes to support kernel-2.4 (different layout of various files in /proc) | |||||
2000-05-21 | [lcd4linux @ 2000-05-21 06:20:35 by reinelt] | reinelt | 1 | -10/+45 | |
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future | |||||
2000-04-15 | [lcd4linux @ 2000-04-15 11:56:35 by reinelt] | reinelt | 1 | -4/+10 | |
more debug messages | |||||
2000-04-15 | [lcd4linux @ 2000-04-15 11:13:54 by reinelt] | reinelt | 1 | -2/+10 | |
added '-d' (debugging) switch added several debugging messages removed config entry 'Delay' for HD44780 driver delay loop for HD44780 will be calibrated automatically | |||||
2000-04-01 | [lcd4linux @ 2000-04-01 16:22:38 by reinelt] | reinelt | 1 | -2/+6 | |
bug that caused a segfault in processor.c fixed (thanks to herp) | |||||
2000-03-23 | [lcd4linux @ 2000-03-23 07:24:48 by reinelt] | reinelt | 1 | -2/+6 | |
PPM driver up and running (but slow!) | |||||
2000-03-22 | [lcd4linux @ 2000-03-22 07:33:50 by reinelt] | reinelt | 1 | -155/+87 | |
FAQ added new modules 'processor.c' contains all data processing | |||||
2000-03-19 | [lcd4linux @ 2000-03-19 08:41:28 by reinelt] | reinelt | 1 | -7/+12 | |
documentation available! README, README.MatrixOrbital, README.Drivers added Skeleton.c as a starting point for new drivers | |||||
2000-03-18 | [lcd4linux @ 2000-03-18 10:31:06 by reinelt] | reinelt | 1 | -23/+76 | |
added sensor handling (for temperature etc.) made data collecting happen only if data is used (reading /proc/meminfo takes a lot of CPU!) released lcd4linux-0.92 | |||||
2000-03-18 | [lcd4linux @ 2000-03-18 08:07:04 by reinelt] | reinelt | 1 | -17/+36 | |
vertical bars implemented bar compaction improved memory information implemented | |||||
2000-03-17 | [lcd4linux @ 2000-03-17 09:21:42 by reinelt] | reinelt | 1 | -4/+51 | |
various memory statistics added | |||||
2000-03-13 | [lcd4linux @ 2000-03-13 15:58:24 by reinelt] | reinelt | 1 | -359/+206 | |
release 0.9 moved row parsing to parser.c all basic work finished | |||||
2000-03-10 | [lcd4linux @ 2000-03-10 17:36:02 by reinelt] | reinelt | 1 | -292/+283 | |
first unstable but running release |