Commit Graph

  • 9fa517f0b9 better wording of comments marschap 2006-09-20 10:24:52 +00:00
  • f5b90b0d3a protect against t_diff overflows e.g. after suspends (Steve Hill) marschap 2006-09-20 08:59:34 +00:00
  • 29b70ee8d6 rely on #include "getopt" to provide getopt's global variables marschap 2006-09-20 08:14:57 +00:00
  • 1415588abb doyygen'ate CFontzPacket.c; allow keys to be retrieved even if no changes happen (Steve Hill) marschap 2006-09-20 08:03:15 +00:00
  • 2685f6c5d9 #include "main.h" to #define RENDER_FREQ marschap 2006-09-20 06:53:18 +00:00
  • dd8c34b002 update ChangeLog marschap 2006-09-19 19:04:09 +00:00
  • 522c356f1b fix comments marschap 2006-09-19 16:50:59 +00:00
  • 3c4f0c501b clean generated files marschap 2006-09-19 15:02:54 +00:00
  • 33d5132fd8 fix -f in help screen marschap 2006-09-19 08:51:35 +00:00
  • e6b745d9d4 show correct default for sreen duration; replace a magic number by the corresponding constant marschap 2006-09-19 08:50:17 +00:00
  • 7707257e1e a few fixes to the man pages marschap 2006-09-19 08:40:59 +00:00
  • 77dd01d3ed make option -f not take arguments in the server marschap 2006-09-19 08:26:22 +00:00
  • a65d5645f9 remove unused cruft marschap 2006-09-19 08:08:49 +00:00
  • 255dbfd7ab use type large enough to hold getopt() return values marschap 2006-09-19 08:02:20 +00:00
  • b8dd87a35b #include "getopt.h" instead of declaring external variabls, make sure SYSCONFDIR is defined; use correct type to hold getopt() return values marschap 2006-09-19 08:01:19 +00:00
  • 36622dcf8f little cleanup marschap 2006-09-19 07:59:27 +00:00
  • eedfdab9f3 BSD make manual says it supports $?; so let's give it a go marschap 2006-09-19 07:17:16 +00:00
  • d5492fd269 dont't use # as delimiter in sed substs; do not use $< to appease BSD make marschap 2006-09-19 07:04:32 +00:00
  • 8f775c3249 "screens" instead of "modes"; clarify meaning of screen D marschap 2006-09-18 18:47:23 +00:00
  • 20e0bc71be add directory for lcdproc-config.5 marschap 2006-09-18 18:43:03 +00:00
  • ee59665b0c replace lcdproc.1 by a version generated from lcdproc.1.in marschap 2006-09-18 18:15:57 +00:00
  • e3fd8cd4ad fix typo marschap 2006-09-18 18:11:48 +00:00
  • da0b6997c4 fix typo marschap 2006-09-18 14:48:32 +00:00
  • 2b946e9082 keep checks in intepret_boolean() consistent with those in config_get_boolean() marschap 2006-09-18 14:42:44 +00:00
  • 6dbcc7d1f3 fix typos, bring LCDd man page in sync with program marschap 2006-09-18 14:40:20 +00:00
  • 470b5ee00d replace LCDd.8 by an extended, generated version marschap 2006-09-18 14:00:40 +00:00
  • 5a14b72a7c add man page for LCDproc config files marschap 2006-09-18 11:03:38 +00:00
  • 40cde70e7f replace config file parser with a more tolerant one that allows spaces around tokens marschap 2006-09-18 10:39:21 +00:00
  • 086b56a60d doxygen-ize publich functions; make config_read_file() not ignore errors frm underlying parser marschap 2006-09-18 10:37:51 +00:00
  • 9344df67ef declare functions that are used only locally static marschap 2006-09-18 09:48:39 +00:00
  • 93404d5541 break long lines marschap 2006-09-17 09:51:19 +00:00
  • 24a8996795 add convenience targets to Makefiles; require autmake 1.9; install HTML versin of user guide in Debian marschap 2006-09-14 09:48:40 +00:00
  • a83702643b list all driver modules to avoid complaints why some aren't in marschap 2006-09-13 19:03:59 +00:00
  • 8c29102154 remove old cruft hurting today's installations marschap 2006-09-13 18:48:38 +00:00
  • 779e4fa811 little version update marschap 2006-09-13 14:20:31 +00:00
  • f9e05bb409 remove empty note marschap 2006-09-13 14:20:01 +00:00
  • 05ab0b71ab replace illegal char marschap 2006-09-13 14:19:01 +00:00
  • 1e5a7def69 add id's to <sectX> to avoid warnings in xmlto marschap 2006-09-13 11:49:43 +00:00
  • 487f0c5c09 fix typo marschap 2006-09-13 10:31:37 +00:00
  • cc2c84a7b8 declare constant function parameters const (as well as constant function return values) marschap 2006-09-12 16:23:24 +00:00
  • f34c246200 make lcdproc locale aware: make times & dates locale-dependant and configurable marschap 2006-09-12 14:37:06 +00:00
  • 08c77e0bf7 make LowLoad / HighLoad lcdproc.conf parameters instead compile time options marschap 2006-09-11 17:33:05 +00:00
  • 82024b0cb1 #include <sys/time.h> for systems that ned it [e.g. FreeBSD4.11] (M. Dolze) marschap 2006-09-11 10:23:07 +00:00
  • aa7a671a25 allow on/off in boolean config fileds marschap 2006-09-10 11:34:18 +00:00
  • 4e3c2eef1d get rid of shared/fileio.*: it malloced/freed every byte read marschap 2006-09-10 11:25:55 +00:00
  • ee1e5c967f convert between CRC and the bytes comprising it manually to avoid endianness issues marschap 2006-09-09 20:12:38 +00:00
  • e234c49db9 cfmakeraw() on FreeBSD doesn't set CLOCAL (Matteo Pillon) marschap 2006-09-09 13:31:49 +00:00
  • 8e63d5ef4f OpenBSD and FreeBSD 4 do not seem to know about all termios speeds (M. Dolze) marschap 2006-09-09 13:28:01 +00:00
  • fc1bcd41c5 Using the server libs for the drivers shared objects. gfk 2006-09-04 01:18:44 +00:00
  • 7762e801e5 check sys/sysctl.h seperately, as it requires other headers on at least OpenBSD gfk 2006-09-03 15:20:36 +00:00
  • 4d85f1b412 make fast speeds conditional marschap 2006-09-02 18:54:54 +00:00
  • 9be6414607 add STOP icon (Hon Yuen Kwun) marschap 2006-09-02 17:39:21 +00:00
  • f348d119a0 Fixed a missing i386 lib on OpenBSD. gfk 2006-09-01 22:59:23 +00:00
  • df436b9095 corrected #defines to have custom icons show correctly (Hon Yuen Kwun) marschap 2006-08-27 18:23:57 +00:00
  • b8400a9f66 fix previous commit marschap 2006-08-20 20:46:52 +00:00
  • 4cf9bb5d66 add forgotten documentation files marschap 2006-08-20 20:43:03 +00:00
  • 7eb5ecbce5 add driver EyeboxOne for the LCD display on the EyeboxOne (Cedric TESSIER aka NeCetiC) marschap 2006-08-20 17:21:13 +00:00
  • ff8454632c update for the serialVFD-driver (Stefan Herdler): - successfully tested with the* *Samsung 20S204DA2* *VFD - Improvements in the support of displays without usercharacters - Update of the documentation. marschap 2006-08-14 18:59:13 +00:00
  • 4f5aa4e451 add the new files for the g15 driver and the unified serial hd44780 sub-driver marschap 2006-08-13 15:55:47 +00:00
  • e74ec40375 new driver for LCD in Logitech G15 gaming keyboards (Anthony J. Mirabella) marschap 2006-08-13 12:38:17 +00:00
  • 611e249a4a add connection types to LCDd's manual page too marschap 2006-08-13 11:21:50 +00:00
  • 5f4cfa3b88 - unified hd44780 sub-driver that replaces picanlcd & lcdserializer while providing the same functions (Matteo Pillon) - character mapping for special (almost) hd44780-compatible LCDs (Matteo Pillon) marschap 2006-08-13 11:13:13 +00:00
  • 81c0072b82 add section about requirements of the pyramid driver marschap 2006-08-13 09:56:09 +00:00
  • 172bfa73ee reset ccmode when clearing screen marschap 2006-07-30 16:58:26 +00:00
  • abed4843a9 reset ptr iterating through framebuffer at EOL marschap 2006-07-16 18:51:40 +00:00
  • d4164d7d17 add info about Debian packaging marschap 2006-07-16 12:22:07 +00:00
  • bf8ae1900f add documentation marschap 2006-07-16 11:38:39 +00:00
  • e3039f1b13 clarification marschap 2006-07-16 11:26:38 +00:00
  • 280d51fd8e include information sent by R. Mount marschap 2006-07-16 11:26:04 +00:00
  • fb1d8c7fc4 fix typo marschap 2006-07-16 10:20:55 +00:00
  • bc4ae6c1b9 add braces to be on the safe side marschap 2006-07-08 19:38:17 +00:00
  • 7884f23794 update change log marschap 2006-07-08 16:52:00 +00:00
  • b474f182be fix logic for axis movement (Jannis Achstetter) marschap 2006-07-08 16:45:15 +00:00
  • f61f6ba43a adapt contrst values for CFontz* drivers marschap 2006-06-25 16:09:56 +00:00
  • 5f6af60a23 document recent changes marschap 2006-06-25 15:09:55 +00:00
  • 249cec2033 convert 2 further drivers to bignum library marschap 2006-06-25 15:08:42 +00:00
  • 136e20f9b0 fix typos marschap 2006-06-25 15:01:29 +00:00
  • 32aa1feac7 use symbolic constant NUM_CCs instead of 7 marschap 2006-06-25 15:00:55 +00:00
  • ad8de456bb make bigclokc work with <20 char LCDs, 1st preparation for different time formats marschap 2006-06-20 18:31:54 +00:00
  • 7585552398 bugfix: do not write ints when you want to write chars marschap 2006-06-20 18:28:50 +00:00
  • 0fcedaa546 fix indentation & typo marschap 2006-06-20 17:21:27 +00:00
  • 6a1a98ccba little cleanups marschap 2006-06-20 17:19:43 +00:00
  • 89997fb68d align help screen descriptions marschap 2006-06-18 20:53:32 +00:00
  • 9a0f2a614d further clarifications marschap 2006-06-18 20:38:25 +00:00
  • 1aa4adfa97 update man pages marschap 2006-06-18 20:29:56 +00:00
  • 952714c757 add rudimentary documentation for MD8800; update a few docs marschap 2006-06-18 17:28:57 +00:00
  • 76bd9644d5 fix flickering backlight on a single winamp wired hd47780 (Robin Gilks) marschap 2006-06-18 12:10:10 +00:00
  • 4be0826e83 add debug output to get_key() marschap 2006-06-18 11:04:48 +00:00
  • 6d4f22032c fix another typo marschap 2006-06-05 14:46:16 +00:00
  • 629b0a7c90 correct generation of sub-menus marschap 2006-06-05 09:59:23 +00:00
  • 34193a935c fix vertical bars marschap 2006-06-05 09:12:29 +00:00
  • 1044c8efa6 fix typo marschap 2006-06-05 08:35:51 +00:00
  • a8f963c935 remove illegal argument -d from init scripts marschap 2006-05-25 12:10:49 +00:00
  • 265e334866 fix a few typos marschap 2006-05-25 11:59:38 +00:00
  • 136558264e activate curses driver (should work everywhere) marschap 2006-05-25 11:54:55 +00:00
  • d2706df7f4 adapt config file paths to default $(sysconfdir) marschap 2006-05-25 11:46:15 +00:00
  • cc08745763 fix typo in previous commit marschap 2006-05-25 11:36:59 +00:00
  • 37cb0c20c1 no wildcards allowed in debian/conffiles; list config files explicitely marschap 2006-05-25 11:30:46 +00:00
  • 6bc01c64d7 Was missing a ]. gfk 2006-05-21 20:49:56 +00:00
  • bfc5215f2a update debian files marschap 2006-05-21 15:31:37 +00:00