marschap
6a1511bb72
* coding style harmonization in servers/
...
- explicitely declare void arguments
- make a few string args const
* better support for shorter displays in server screen
* make target to create top level tag file
2007-04-02 21:29:53 +00:00
marschap
f10895d04d
FSF address change
2006-09-30 18:18:22 +00:00
marschap
9b111eeac4
cleanup: remove unnecessary (=invisible) leading spaces
2006-04-27 15:01:49 +00:00
marschap
0c283e137f
convert to use PrivateData
2006-04-10 14:54:41 +00:00
marschap
7c0590b37b
fix prev commit: correctly check on left side too
2006-04-07 16:40:13 +00:00
marschap
0756946378
coding style harmonizing; more checks
2006-04-07 15:58:43 +00:00
boercher
bba4631370
eliminated compiler warnings
2005-10-25 22:34:07 +00:00
marschap
0ec83bdc66
get rid of old cruft: remove args argument from the modules' init() routines
2005-07-02 13:38:51 +00:00
marschap
b3230cf90f
- update drivers to use new API
...
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00
reenoo
7e9e57493c
added size option to text driver
2004-03-21 15:21:25 +00:00
blt
112db4aa1d
Remove unnecessary headers; Flush stdout properly
2003-07-20 01:11:29 +00:00
robijn
31641610d1
Added a limited 'base_drv'-like implementation of the extended
...
driver functions.
Removed some of this functionality from the curses and text driver.
2002-05-13 22:25:04 +00:00
robijn
dba163c4a4
Drivers are now being loaded as modules.
2002-02-21 22:50:12 +00:00
robijn
c6ef7cbf4e
Converted old to new functions.
2002-02-08 00:15:50 +00:00
robijn
71056ec551
v0.5 kick-off
2001-12-30 00:15:25 +00:00
reenoo
4e9ce1b443
=replaced non-static by static funtion declarations
2001-11-30 15:27:09 +00:00
dglaude
5716342df9
Rene Text BigNum and some cleaning
2001-11-29 08:42:41 +00:00
robijn
efcbed6026
Unallocated framebuffer fix.
2001-11-23 15:15:05 +00:00
ddouthitt
74153173c1
Fixed major bug: drivers that accepted size arguments could wind
...
up with more than 80 characters (20x4) in their display, and thus
overwrite memory outside of the allocated 80 characterwframebuffer.
For example, using a 20x6 screen would do this.
All drivers now either ignore a missing framebuffer, or allocate it
themselves - the latter is prefered.
2001-09-27 23:46:55 +00:00
ddouthitt
4a75325042
Updated text driver:
...
+ Uses syslog instead of printf's
+ No dependency on global lcd struct
+ Fixed bug which would've occured when no framebuffer found on init
2001-09-25 07:29:38 +00:00
ddouthitt
12deda27a4
+ Remove dependency on lcd.* (use internal structure instead)
...
+ Remove dependency on drv_base_* (mostly drv_base_close)
2001-09-25 01:01:55 +00:00
ddouthitt
4b24b2e6f1
Patched lcd.c to work with older drivers that use 0 or (void *) -1
...
as valid function pointer values (now logs to syslog); fixed text
driver, curses driver, and CFontz driver to work correctly in new
environment.
2001-09-25 00:13:57 +00:00
ddouthitt
f23292a554
Minor miscellaneous comment updates: mostly identifying drivers at
...
the top of their source code....
2001-09-24 16:30:31 +00:00
William Ferrell
6a115b4446
More formatting changes, new tags file.
2000-04-03 22:13:57 +00:00
William Ferrell
ddfd41f53e
More formatting updates. Reduced whitespace, looks even better.
2000-03-30 20:43:33 +00:00
William Ferrell
f5a5e9653b
Removed lcddriver.c (doesn't do anything, isn't in any makefiles, etc.).
...
Passed *every* piece of source in this project through indent. I'm setting
things up with ctags soon and am actually going to *gasp* use a nice
programming environment to continue development in. :)
2000-03-30 20:20:41 +00:00
William Ferrell
2635c3085d
Initial revision
1999-12-09 23:15:14 +00:00