Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-12 | [lcd4linux @ 2004-03-12 13:58:14 by reinelt] | reinelt | 1 | -468/+0 | |
removed imon.c (has been replaced by plugin_imon.c) | |||||
2004-03-11 | [lcd4linux @ 2004-03-11 06:39:58 by reinelt] | reinelt | 16 | -133/+350 | |
big patch from Martin: - reuse filehandles - memory leaks fixed - earlier busy-flag checking with HD44780 - reuse memory for strings in RESULT and hash - netdev_fast to wavid time-consuming regex | |||||
2004-03-10 | [lcd4linux @ 2004-03-10 07:16:15 by reinelt] | reinelt | 7 | -149/+693 | |
MySQL plugin from Javier added | |||||
2004-03-08 | [lcd4linux @ 2004-03-08 18:46:21 by hejl] | hejl | 1 | -3/+6 | |
Fixed bug introduced with "caching" the loadavg values | |||||
2004-03-08 | [lcd4linux @ 2004-03-08 18:45:52 by hejl] | hejl | 1 | -4/+7 | |
fixed segfault when using string concatenation | |||||
2004-03-08 | [lcd4linux @ 2004-03-08 16:26:26 by reinelt] | reinelt | 5 | -14/+46 | |
re-introduced \nnn (octal) characters in strings text widgets can have a 'update' speed of 0 which means 'never' (may be used for static content) | |||||
2004-03-08 | [lcd4linux @ 2004-03-08 04:33:08 by reinelt] | reinelt | 1 | -21/+41 | |
string concatenation fixed | |||||
2004-03-06 | [lcd4linux @ 2004-03-06 20:31:16 by reinelt] | reinelt | 12 | -640/+946 | |
Complete rewrite of the evaluator to get rid of the code from mark Morley (because of license issues). The new Evaluator does a pre-compile of expressions, and stores them in trees. Therefore it should be reasonable faster... | |||||
2004-03-03 | [lcd4linux @ 2004-03-03 08:40:07 by hejl] | hejl | 1 | -1/+6 | |
Fixed memory leak in hash_get_regex | |||||
2004-03-03 | [lcd4linux @ 2004-03-03 04:44:16 by reinelt] | reinelt | 13 | -63/+96 | |
changes (cosmetics?) to the big patch from Martin hash patch un-applied | |||||
2004-03-03 | [lcd4linux @ 2004-03-03 03:47:04 by reinelt] | reinelt | 46 | -167/+770 | |
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks | |||||
2004-03-03 | [lcd4linux @ 2004-03-03 03:41:02 by reinelt] | reinelt | 1 | -9/+11 | |
Crystalfontz Contrast issue fixed | |||||
2004-03-01 | [lcd4linux @ 2004-03-01 04:29:51 by reinelt] | reinelt | 4 | -24/+55 | |
cfg_number() returns -1 on error, 0 if value not found (but default val used), and 1 if value was used from the configuration. HD44780 driver adopted to new cfg_number() Crystalfontz 631 driver nearly finished | |||||
2004-02-29 | [lcd4linux @ 2004-02-29 17:09:53 by reinelt] | reinelt | 5 | -15/+226 | |
ChangeLog updated Version number bumped to 0.10.0 | |||||
2004-02-29 | [lcd4linux @ 2004-02-29 14:30:59 by reinelt] | reinelt | 1 | -2/+10 | |
icon visibility fix for generic graphics from Xavier | |||||
2004-02-27 | [lcd4linux @ 2004-02-27 07:06:24 by reinelt] | reinelt | 5 | -11/+200 | |
new function 'qprintf()' (simple but quick snprintf() replacement) | |||||
2004-02-27 | [lcd4linux @ 2004-02-27 06:07:55 by reinelt] | reinelt | 2 | -21/+40 | |
hash improvements from Martin | |||||
2004-02-26 | [lcd4linux @ 2004-02-26 21:42:45 by reinelt] | reinelt | 1 | -3/+12 | |
memory leak fixes from Martin | |||||
2004-02-24 | [lcd4linux @ 2004-02-24 06:00:22 by reinelt] | reinelt | 1 | -0/+58 | |
Status and Todo list from Xavier | |||||
2004-02-24 | [lcd4linux @ 2004-02-24 05:54:57 by reinelt] | reinelt | 10 | -682/+660 | |
X11 driver ported | |||||
2004-02-23 | [lcd4linux @ 2004-02-23 06:44:27 by reinelt] | reinelt | 3 | -85/+16 | |
"Lightning" widget from Xavier (lcd4linux.conf.sample) removed obsolete Docs. | |||||
2004-02-22 | [lcd4linux @ 2004-02-22 17:35:41 by reinelt] | reinelt | 5 | -450/+513 | |
some fixes for generic graphic driver and T6963 removed ^M from plugin_imon (Nico, are you editing under Windows?) | |||||
2004-02-18 | [lcd4linux @ 2004-02-18 14:45:42 by nicowallmeier] | nicowallmeier | 3 | -1/+435 | |
Imon/Telmon plugin ported | |||||
2004-02-18 | [lcd4linux @ 2004-02-18 06:39:20 by reinelt] | reinelt | 8 | -83/+167 | |
T6963 driver for graphic displays finished | |||||
2004-02-17 | [lcd4linux @ 2004-02-17 05:37:20 by reinelt] | reinelt | 2 | -55/+43 | |
Namespace clash between Curses driver and general text driver resolved (thanks to Martin Hejl) | |||||
2004-02-16 | [lcd4linux @ 2004-02-16 13:03:37 by reinelt] | reinelt | 1 | -1/+13 | |
compile problem with missing frontend.h fixed | |||||
2004-02-16 | [lcd4linux @ 2004-02-16 08:19:44 by reinelt] | reinelt | 1 | -14/+19 | |
i2c_sensors patch from Xavier | |||||
2004-02-15 | [lcd4linux @ 2004-02-15 21:43:43 by reinelt] | reinelt | 22 | -1160/+1165 | |
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed | |||||
2004-02-15 | [lcd4linux @ 2004-02-15 08:22:47 by reinelt] | reinelt | 12 | -896/+822 | |
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c | |||||
2004-02-15 | [lcd4linux @ 2004-02-15 07:23:04 by reinelt] | reinelt | 2 | -2/+14 | |
bug in netdev parsing fixed | |||||
2004-02-14 | [lcd4linux @ 2004-02-14 12:07:27 by nicowallmeier] | nicowallmeier | 1 | -5/+8 | |
minor bugfix | |||||
2004-02-14 | [lcd4linux @ 2004-02-14 11:56:11 by reinelt] | reinelt | 16 | -150/+167 | |
M50530 driver ported changed lots of 'char' to 'unsigned char' | |||||
2004-02-14 | [lcd4linux @ 2004-02-14 10:09:50 by reinelt] | reinelt | 1 | -11/+124 | |
I2C Sensors for 2.4 kernels (/proc instead of /sysfs) | |||||
2004-02-10 | [lcd4linux @ 2004-02-10 07:42:35 by reinelt] | reinelt | 34 | -8684/+211 | |
cut off all old-style files which are no longer used with NextGeneration | |||||
2004-02-10 | [lcd4linux @ 2004-02-10 06:54:38 by reinelt] | reinelt | 4 | -16/+160 | |
DVB plugin ported | |||||
2004-02-09 | [lcd4linux @ 2004-02-09 19:49:38 by nicowallmeier] | nicowallmeier | 1 | -2/+5 | |
Minor bugfix | |||||
2004-02-07 | [lcd4linux @ 2004-02-07 13:45:23 by reinelt] | reinelt | 2 | -14/+16 | |
icon visibility patch #2 from Xavier | |||||
2004-02-05 | [lcd4linux @ 2004-02-05 23:58:18 by mkeil] | mkeil | 1 | -3/+5 | |
Fixed/Optimized Hashage-timings | |||||
2004-02-05 | [lcd4linux @ 2004-02-05 07:10:23 by reinelt] | reinelt | 3 | -51/+288 | |
evaluator function names are no longer case-sensitive Crystalfontz Fan PWM control, Fan RPM monitoring, temperature monitoring | |||||
2004-02-04 | [lcd4linux @ 2004-02-04 19:11:44 by reinelt] | reinelt | 2 | -2/+27 | |
icon visibility patch from Xavier | |||||
2004-02-04 | [lcd4linux @ 2004-02-04 19:10:51 by reinelt] | reinelt | 5 | -117/+400 | |
Crystalfontz driver nearly finished | |||||
2004-02-02 | [lcd4linux @ 2004-02-02 05:22:16 by reinelt] | reinelt | 1 | -2/+15 | |
Brightness fpr Noritake Displays avaliable as a plugin | |||||
2004-02-01 | [lcd4linux @ 2004-02-01 19:37:40 by reinelt] | reinelt | 4 | -58/+133 | |
got rid of every strtok() incarnation. | |||||
2004-02-01 | [lcd4linux @ 2004-02-01 18:08:50 by reinelt] | reinelt | 2 | -15/+27 | |
removed strtok() from layout processing (took me hours to find this bug) further strtok() removind should be done! | |||||
2004-02-01 | [lcd4linux @ 2004-02-01 11:51:22 by hejl] | hejl | 1 | -7/+10 | |
Fixes for busy flag | |||||
2004-02-01 | [lcd4linux @ 2004-02-01 08:05:12 by reinelt] | reinelt | 4 | -75/+200 | |
Crystalfontz 633 extensions (CRC checking and stuff) Models table for HD44780 Noritake VFD BVrightness patch from Bill Paxton | |||||
2004-01-30 | [lcd4linux @ 2004-01-30 20:57:55 by reinelt] | reinelt | 38 | -69/+472 | |
HD44780 patch from Martin Hejl dmalloc integrated | |||||
2004-01-30 | [lcd4linux @ 2004-01-30 07:12:35 by reinelt] | reinelt | 4 | -40/+257 | |
HD44780 busy-flag support from Martin Hejl loadavg() uClibc replacement from Martin Heyl round() uClibc replacement from Martin Hejl warning in i2c_sensors fixed [ | |||||
2004-01-29 | [lcd4linux @ 2004-01-29 05:55:30 by reinelt] | reinelt | 1 | -2/+9 | |
check for /sys mounted | |||||
2004-01-29 | [lcd4linux @ 2004-01-29 05:53:47 by reinelt] | reinelt | 3 | -75/+503 | |
uClibc compatibility issues from Martin Hejl |