marschap
|
2685f6c5d9
|
#include "main.h" to #define RENDER_FREQ
|
2006-09-20 06:53:18 +00:00 |
|
marschap
|
dd8c34b002
|
update ChangeLog
|
2006-09-19 19:04:09 +00:00 |
|
marschap
|
522c356f1b
|
fix comments
|
2006-09-19 16:50:59 +00:00 |
|
marschap
|
3c4f0c501b
|
clean generated files
|
2006-09-19 15:02:54 +00:00 |
|
marschap
|
33d5132fd8
|
fix -f in help screen
|
2006-09-19 08:51:35 +00:00 |
|
marschap
|
e6b745d9d4
|
show correct default for sreen duration; replace a magic number by the corresponding constant
|
2006-09-19 08:50:17 +00:00 |
|
marschap
|
7707257e1e
|
a few fixes to the man pages
|
2006-09-19 08:40:59 +00:00 |
|
marschap
|
77dd01d3ed
|
make option -f not take arguments in the server
|
2006-09-19 08:26:22 +00:00 |
|
marschap
|
a65d5645f9
|
remove unused cruft
|
2006-09-19 08:08:49 +00:00 |
|
marschap
|
255dbfd7ab
|
use type large enough to hold getopt() return values
|
2006-09-19 08:02:20 +00:00 |
|
marschap
|
b8dd87a35b
|
#include "getopt.h" instead of declaring external variabls, make sure
SYSCONFDIR is defined; use correct type to hold getopt() return values
|
2006-09-19 08:01:19 +00:00 |
|
marschap
|
36622dcf8f
|
little cleanup
|
2006-09-19 07:59:27 +00:00 |
|
marschap
|
eedfdab9f3
|
BSD make manual says it supports $?; so let's give it a go
|
2006-09-19 07:17:16 +00:00 |
|
marschap
|
d5492fd269
|
dont't use # as delimiter in sed substs; do not use $< to appease BSD make
|
2006-09-19 07:04:32 +00:00 |
|
marschap
|
8f775c3249
|
"screens" instead of "modes"; clarify meaning of screen D
|
2006-09-18 18:47:23 +00:00 |
|
marschap
|
20e0bc71be
|
add directory for lcdproc-config.5
|
2006-09-18 18:43:03 +00:00 |
|
marschap
|
ee59665b0c
|
replace lcdproc.1 by a version generated from lcdproc.1.in
|
2006-09-18 18:15:57 +00:00 |
|
marschap
|
e3fd8cd4ad
|
fix typo
|
2006-09-18 18:11:48 +00:00 |
|
marschap
|
da0b6997c4
|
fix typo
|
2006-09-18 14:48:32 +00:00 |
|
marschap
|
2b946e9082
|
keep checks in intepret_boolean() consistent with those in config_get_boolean()
|
2006-09-18 14:42:44 +00:00 |
|
marschap
|
6dbcc7d1f3
|
fix typos, bring LCDd man page in sync with program
|
2006-09-18 14:40:20 +00:00 |
|
marschap
|
470b5ee00d
|
replace LCDd.8 by an extended, generated version
|
2006-09-18 14:00:40 +00:00 |
|
marschap
|
5a14b72a7c
|
add man page for LCDproc config files
|
2006-09-18 11:03:38 +00:00 |
|
marschap
|
40cde70e7f
|
replace config file parser with a more tolerant one that allows spaces around tokens
|
2006-09-18 10:39:21 +00:00 |
|
marschap
|
086b56a60d
|
doxygen-ize publich functions; make config_read_file() not ignore errors frm underlying parser
|
2006-09-18 10:37:51 +00:00 |
|
marschap
|
9344df67ef
|
declare functions that are used only locally static
|
2006-09-18 09:48:39 +00:00 |
|
marschap
|
93404d5541
|
break long lines
|
2006-09-17 09:51:19 +00:00 |
|
marschap
|
24a8996795
|
add convenience targets to Makefiles; require autmake 1.9;
install HTML versin of user guide in Debian
|
2006-09-14 09:48:40 +00:00 |
|
marschap
|
a83702643b
|
list all driver modules to avoid complaints why some aren't in
|
2006-09-13 19:03:59 +00:00 |
|
marschap
|
8c29102154
|
remove old cruft hurting today's installations
|
2006-09-13 18:48:38 +00:00 |
|
marschap
|
779e4fa811
|
little version update
|
2006-09-13 14:20:31 +00:00 |
|
marschap
|
f9e05bb409
|
remove empty note
|
2006-09-13 14:20:01 +00:00 |
|
marschap
|
05ab0b71ab
|
replace illegal char
|
2006-09-13 14:19:01 +00:00 |
|
marschap
|
1e5a7def69
|
add id's to <sectX> to avoid warnings in xmlto
|
2006-09-13 11:49:43 +00:00 |
|
marschap
|
487f0c5c09
|
fix typo
|
2006-09-13 10:31:37 +00:00 |
|
marschap
|
cc2c84a7b8
|
declare constant function parameters const (as well as constant function return values)
|
2006-09-12 16:23:24 +00:00 |
|
marschap
|
f34c246200
|
make lcdproc locale aware: make times & dates locale-dependant and configurable
|
2006-09-12 14:37:06 +00:00 |
|
marschap
|
08c77e0bf7
|
make LowLoad / HighLoad lcdproc.conf parameters instead compile time options
|
2006-09-11 17:33:05 +00:00 |
|
marschap
|
82024b0cb1
|
#include <sys/time.h> for systems that ned it [e.g. FreeBSD4.11] (M. Dolze)
|
2006-09-11 10:23:07 +00:00 |
|
marschap
|
aa7a671a25
|
allow on/off in boolean config fileds
|
2006-09-10 11:34:18 +00:00 |
|
marschap
|
4e3c2eef1d
|
get rid of shared/fileio.*: it malloced/freed every byte read
|
2006-09-10 11:25:55 +00:00 |
|
marschap
|
ee1e5c967f
|
convert between CRC and the bytes comprising it manually to avoid endianness issues
|
2006-09-09 20:12:38 +00:00 |
|
marschap
|
e234c49db9
|
cfmakeraw() on FreeBSD doesn't set CLOCAL (Matteo Pillon)
|
2006-09-09 13:31:49 +00:00 |
|
marschap
|
8e63d5ef4f
|
OpenBSD and FreeBSD 4 do not seem to know about all termios speeds (M. Dolze)
|
2006-09-09 13:28:01 +00:00 |
|
gfk
|
fc1bcd41c5
|
Using the server libs for the drivers shared objects.
|
2006-09-04 01:18:44 +00:00 |
|
gfk
|
7762e801e5
|
check sys/sysctl.h seperately, as it requires other headers on at least OpenBSD
|
2006-09-03 15:20:36 +00:00 |
|
marschap
|
4d85f1b412
|
make fast speeds conditional
|
2006-09-02 18:54:54 +00:00 |
|
marschap
|
9be6414607
|
add STOP icon (Hon Yuen Kwun)
|
2006-09-02 17:39:21 +00:00 |
|
gfk
|
f348d119a0
|
Fixed a missing i386 lib on OpenBSD.
|
2006-09-01 22:59:23 +00:00 |
|
marschap
|
df436b9095
|
corrected #defines to have custom icons show correctly (Hon Yuen Kwun)
|
2006-08-27 18:23:57 +00:00 |
|