Age | Commit message (Collapse) | Author | Files | Lines |
|
'const'ified the whole source
|
|
prepared support for startup splash screen
|
|
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
|
|
got rid of every strtok() incarnation.
|
|
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
|
|
new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital
|
|
timer queues added
liblcd4linux deactivated turing transformation to new layout
|
|
evaluating the 'Variables' section in the config file
|
|
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
|