aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-03-06[lcd4linux @ 2004-03-06 20:31:16 by reinelt]reinelt12-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]hejl1-1/+6
Fixed memory leak in hash_get_regex
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt13-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]reinelt46-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]reinelt1-9/+11
Crystalfontz Contrast issue fixed
2004-03-01[lcd4linux @ 2004-03-01 04:29:51 by reinelt]reinelt4-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]reinelt5-15/+226
ChangeLog updated Version number bumped to 0.10.0
2004-02-29[lcd4linux @ 2004-02-29 14:30:59 by reinelt]reinelt1-2/+10
icon visibility fix for generic graphics from Xavier
2004-02-27[lcd4linux @ 2004-02-27 07:06:24 by reinelt]reinelt5-11/+200
new function 'qprintf()' (simple but quick snprintf() replacement)
2004-02-27[lcd4linux @ 2004-02-27 06:07:55 by reinelt]reinelt2-21/+40
hash improvements from Martin
2004-02-26[lcd4linux @ 2004-02-26 21:42:45 by reinelt]reinelt1-3/+12
memory leak fixes from Martin
2004-02-24[lcd4linux @ 2004-02-24 06:00:22 by reinelt]reinelt1-0/+58
Status and Todo list from Xavier
2004-02-24[lcd4linux @ 2004-02-24 05:54:57 by reinelt]reinelt10-682/+660
X11 driver ported
2004-02-23[lcd4linux @ 2004-02-23 06:44:27 by reinelt]reinelt3-85/+16
"Lightning" widget from Xavier (lcd4linux.conf.sample) removed obsolete Docs.
2004-02-22[lcd4linux @ 2004-02-22 17:35:41 by reinelt]reinelt5-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]nicowallmeier3-1/+435
Imon/Telmon plugin ported
2004-02-18[lcd4linux @ 2004-02-18 06:39:20 by reinelt]reinelt8-83/+167
T6963 driver for graphic displays finished
2004-02-17[lcd4linux @ 2004-02-17 05:37:20 by reinelt]reinelt2-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]reinelt1-1/+13
compile problem with missing frontend.h fixed
2004-02-16[lcd4linux @ 2004-02-16 08:19:44 by reinelt]reinelt1-14/+19
i2c_sensors patch from Xavier
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt22-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]reinelt12-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]reinelt2-2/+14
bug in netdev parsing fixed
2004-02-14[lcd4linux @ 2004-02-14 12:07:27 by nicowallmeier]nicowallmeier1-5/+8
minor bugfix
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt16-150/+167
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-02-14[lcd4linux @ 2004-02-14 10:09:50 by reinelt]reinelt1-11/+124
I2C Sensors for 2.4 kernels (/proc instead of /sysfs)
2004-02-10[lcd4linux @ 2004-02-10 07:42:35 by reinelt]reinelt34-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]reinelt4-16/+160
DVB plugin ported
2004-02-09[lcd4linux @ 2004-02-09 19:49:38 by nicowallmeier]nicowallmeier1-2/+5
Minor bugfix
2004-02-07[lcd4linux @ 2004-02-07 13:45:23 by reinelt]reinelt2-14/+16
icon visibility patch #2 from Xavier
2004-02-05[lcd4linux @ 2004-02-05 23:58:18 by mkeil]mkeil1-3/+5
Fixed/Optimized Hashage-timings
2004-02-05[lcd4linux @ 2004-02-05 07:10:23 by reinelt]reinelt3-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]reinelt2-2/+27
icon visibility patch from Xavier
2004-02-04[lcd4linux @ 2004-02-04 19:10:51 by reinelt]reinelt5-117/+400
Crystalfontz driver nearly finished
2004-02-02[lcd4linux @ 2004-02-02 05:22:16 by reinelt]reinelt1-2/+15
Brightness fpr Noritake Displays avaliable as a plugin
2004-02-01[lcd4linux @ 2004-02-01 19:37:40 by reinelt]reinelt4-58/+133
got rid of every strtok() incarnation.
2004-02-01[lcd4linux @ 2004-02-01 18:08:50 by reinelt]reinelt2-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]hejl1-7/+10
Fixes for busy flag
2004-02-01[lcd4linux @ 2004-02-01 08:05:12 by reinelt]reinelt4-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]reinelt38-69/+472
HD44780 patch from Martin Hejl dmalloc integrated
2004-01-30[lcd4linux @ 2004-01-30 07:12:35 by reinelt]reinelt4-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]reinelt1-2/+9
check for /sys mounted
2004-01-29[lcd4linux @ 2004-01-29 05:53:47 by reinelt]reinelt3-75/+503
uClibc compatibility issues from Martin Hejl
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt57-58/+338
every .c file includes "config.h" now
2004-01-28[lcd4linux @ 2004-01-28 06:43:31 by reinelt]reinelt1-10/+9
plugin_ppp finished.
2004-01-27[lcd4linux @ 2004-01-27 08:13:39 by reinelt]reinelt7-14/+160
ported PPP token to plugin_ppp
2004-01-27[lcd4linux @ 2004-01-27 06:34:14 by reinelt]reinelt7-25/+371
Cwlinux driver portet to NextGeneration (compiles, but not tested!)
2004-01-27[lcd4linux @ 2004-01-27 05:06:10 by reinelt]reinelt1-65/+95
i2c update from Xavier
2004-01-27[lcd4linux @ 2004-01-27 04:48:57 by reinelt]reinelt2-38/+67
bug with hash_age() fixed (thanks to Markus Keil for pointing this out)
2004-01-25[lcd4linux @ 2004-01-25 05:30:08 by reinelt]reinelt9-41/+235
plugin_netdev for parsing /proc/net/dev added