Age | Commit message (Collapse) | Author | Files | Lines |
|
'const'ified the whole source
|
|
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
|
|
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)
|
|
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...
|
|
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
|
|
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
|
|
T6963 driver for graphic displays finished
|
|
removed strtok() from layout processing (took me hours to find this bug)
further strtok() removind should be done!
|
|
HD44780 patch from Martin Hejl
dmalloc integrated
|
|
every .c file includes "config.h" now
|
|
several bugs fixed where segfaulting on layout>display
Crystalfontz driver optimized, 632 display already works
|
|
bug in expr.c fixed (thanks to Xavier)
some progress with /proc/stat parsing
|
|
started plugin proc_stat which should parse /proc/stat
which again is a paint in the a**
thinking over implementation methods of delta functions
(CPU load, ...)
|
|
new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital
|
|
further widget and layout processing
|
|
layout starts to exist...
|
|
added new function 'cfg_list()' (not finished yet)
added layout.c (will replace processor.c someday)
added widget_text.c (will be the first and most important widget)
modified lcd4linux.c so that old-style configs should work, too
|
|
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
|
|
allowed '.' in key names
allowed empty group keys (not only "group anything {", but "anything {")
|
|
Luk Claes added to AUTHORS
cfg: group handling ('{}') added
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
|
|
renamed 'client' to 'plugin'
|
|
renamed expression.{c,h} to client.{c,h}
added config file client
new functions 'AddNumericVariable()' and 'AddStringVariable()'
new parameter '-i' for interactive mode
|
|
libtool junk; copyright messages cleaned up
|
|
new function 'cfg_number()'
|
|
liblcd4linux patch from Patrick Schemitz
|
|
remove PID file if driver initialisation fails
|
|
cfg_get(key,defval)
|
|
minor cleanups
|
|
improved exec
|
|
added e(x)ec commands
|
|
new debugging scheme: error(), info(), debug()
uses syslog if in daemon mode
|
|
eliminated some compiler warnings with glibc
|
|
added '-d' (debugging) switch
added several debugging messages
removed config entry 'Delay' for HD44780 driver
delay loop for HD44780 will be calibrated automatically
|
|
added '-c key=val' option
|
|
version 0.95 released
X11 driver up and running
minor bugs fixed
|
|
README.Raster added
|
|
more Pixmap renaming
quoting of '#' in config file
|
|
first unstable but running release
|
|
|