Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-02 | [lcd4linux @ 2001-03-02 10:18:03 by ltoetsch] | ltoetsch | 1 | -0/+7 | |
added /proc/apm battery stat | |||||
2001-03-01 | [lcd4linux @ 2001-03-01 22:33:50 by reinelt] | reinelt | 1 | -10/+13 | |
renamed Raster_flush() to PPM_flush() | |||||
2001-02-19 | [lcd4linux @ 2001-02-19 00:15:46 by reinelt] | reinelt | 1 | -9/+14 | |
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens | |||||
2000-12-07 | [lcd4linux @ 2000-12-07 20:47:54 by reinelt] | reinelt | 1 | -1/+1 | |
first try for SIN bars | |||||
2000-12-01 | [lcd4linux @ 2000-12-01 20:42:37 by reinelt] | reinelt | 1 | -9/+10 | |
added debugging of SIN driver output, probably found the positioning bug (format %02x instead of %2x) | |||||
2000-07-31 | [lcd4linux @ 2000-07-31 10:43:44 by reinelt] | reinelt | 1 | -16/+18 | |
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 | -13/+15 | |
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future | |||||
2000-05-02 | [lcd4linux @ 2000-05-02 06:05:00 by reinelt] | reinelt | 1 | -2/+11 | |
driver for 3Com Palm Pilot added | |||||
2000-04-30 | [lcd4linux @ 2000-04-30 06:40:42 by reinelt] | reinelt | 1 | -4/+8 | |
bars for Beckmann+Egle driver | |||||
2000-04-17 | [lcd4linux @ 2000-04-17 05:14:27 by reinelt] | reinelt | 1 | -1/+1 | |
added README.44780 | |||||
2000-04-13 | [lcd4linux @ 2000-04-13 06:09:52 by reinelt] | reinelt | 1 | -1/+1 | |
added BogoMips() to system.c (not used by now, maybe sometimes we can calibrate our delay loop with this value) added delay loop to HD44780 driver. It seems to be quite fast now. Hopefully no compiler will optimize away the delay loop! | |||||
2000-04-12 | [lcd4linux @ 2000-04-12 08:05:45 by reinelt] | reinelt | 1 | -10/+14 | |
first version of the HD44780 driver | |||||
2000-04-03 | [lcd4linux @ 2000-04-03 06:53:09 by reinelt] | reinelt | 1 | -0/+1 | |
releasing 0.96 annoying X11 bugs hopefully fixed KDE integration | |||||
2000-04-03 | [lcd4linux @ 2000-04-03 04:46:38 by reinelt] | reinelt | 1 | -2/+2 | |
added '-c key=val' option | |||||
2000-04-03 | [lcd4linux @ 2000-04-03 04:01:31 by reinelt] | reinelt | 1 | -4/+4 | |
if 'gap' is specified as -1, a gap of (pixelsize+pixelgap) is selected automatically | |||||
2000-04-01 | [lcd4linux @ 2000-04-01 16:22:38 by reinelt] | reinelt | 1 | -4/+4 | |
bug that caused a segfault in processor.c fixed (thanks to herp) | |||||
2000-03-30 | [lcd4linux @ 2000-03-30 16:46:57 by reinelt] | reinelt | 1 | -2/+2 | |
configure now handles '--with-x' and '--without-x' correct | |||||
2000-03-28 | [lcd4linux @ 2000-03-28 07:22:15 by reinelt] | reinelt | 1 | -8/+16 | |
version 0.95 released X11 driver up and running minor bugs fixed | |||||
2000-03-26 | [lcd4linux @ 2000-03-26 20:00:44 by reinelt] | reinelt | 1 | -9/+5 | |
README.Raster added | |||||
2000-03-26 | [lcd4linux @ 2000-03-26 18:46:28 by reinelt] | reinelt | 1 | -7/+11 | |
bug in pixmap.c that leaded to empty bars fixed name conflicts with X11 resolved | |||||
2000-03-26 | [lcd4linux @ 2000-03-26 12:55:03 by reinelt] | reinelt | 1 | -1/+1 | |
enhancements to the PPM driver | |||||
2000-03-25 | [lcd4linux @ 2000-03-25 05:50:43 by reinelt] | reinelt | 1 | -5/+5 | |
memory leak in Raster_flush closed driver family logic changed | |||||
2000-03-24 | [lcd4linux @ 2000-03-24 11:36:56 by reinelt] | reinelt | 1 | -9/+5 | |
new syntax for raster configuration changed XRES and YRES to be configurable PPM driver works nice | |||||
2000-03-23 | [lcd4linux @ 2000-03-23 07:24:48 by reinelt] | reinelt | 1 | -3/+15 | |
PPM driver up and running (but slow!) | |||||
2000-03-22 | [lcd4linux @ 2000-03-22 15:36:21 by reinelt] | reinelt | 1 | -5/+9 | |
added '-l' switch (list drivers) generic pixmap driver added X11 Framework done | |||||
2000-03-22 | [lcd4linux @ 2000-03-22 07:33:50 by reinelt] | reinelt | 1 | -8/+4 | |
FAQ added new modules 'processor.c' contains all data processing | |||||
2000-03-19 | [lcd4linux @ 2000-03-19 08:41:28 by reinelt] | reinelt | 1 | -0/+1 | |
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 | -4/+17 | |
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 | -12/+6 | |
vertical bars implemented bar compaction improved memory information implemented | |||||
2000-03-17 | [lcd4linux @ 2000-03-17 09:21:42 by reinelt] | reinelt | 1 | -7/+18 | |
various memory statistics added | |||||
2000-03-13 | [lcd4linux @ 2000-03-13 15:58:24 by reinelt] | reinelt | 1 | -4/+10 | |
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 | -8/+10 | |
first unstable but running release | |||||
2000-03-07 | [lcd4linux @ 2000-03-07 11:01:34 by reinelt] | reinelt | 1 | -0/+17 | |
system.c cleanup |