Commit Graph
1214 Commits
Author SHA1 Message Date
marschap d54bc76d32 update & fix serialVFD driver (Stefan Herdler) 2006-12-08 18:06:59 +00:00
marschap 9cfa7c0a66 hide reading config from a string behind an #ifdef, avoid code for nested functions 2006-12-03 12:04:44 +00:00
marschap c8128c3e37 fix previous commit to this file 2006-12-03 12:03:22 +00:00
marschap 91ddb45a25 support Iface and ProcSize screens on Darwin (Eric Pooch) 2006-12-03 10:45:51 +00:00
mmdolze 3b03a1b569 In multiline mode the interface alias was incorrectly set.
Found by Eric Pooch.
2006-12-03 07:49:37 +00:00
marschap d7f0b80769 fix driver name cases 2006-12-02 14:11:01 +00:00
marschap 0e57be5bcb removed unused curses header include 2006-12-02 14:10:33 +00:00
marschap 2a34abeb8e take care of VKD modules when changing brightness 2006-11-26 20:42:42 +00:00
marschap 1d4d4443e8 make {Off,}Brightness run-time configurable in range [0, 1000] 2006-11-26 20:08:56 +00:00
marschap 220dd0a783 get rid of "magic" constant: use dynamically allocated string 2006-11-26 19:05:37 +00:00
marschap 7ade78b84f make MtxOrb use Brightness & OffBrightness like CFontzPacket 2006-11-26 19:03:50 +00:00
marschap f6e3027102 optimize flush() 2006-11-26 18:35:30 +00:00
marschap 2843e65f8e add hardware_cear() function 2006-11-26 18:32:59 +00:00
marschap db27eb5f95 remove old key mapping code 2006-11-26 18:28:47 +00:00
marschap 68652ddcf3 document latest changes 2006-11-25 18:15:52 +00:00
marschap 88582f41b4 fix typo 2006-11-25 18:15:38 +00:00
marschap 53317eac47 allow compiling with LDFLAG "--as-needed" (Robert Buchholz) 2006-11-25 10:54:01 +00:00
marschap 9b7fa552a3 default to foreground=FALSE even without config file 2006-11-19 14:33:01 +00:00
marschap c910fa2987 update 2006-11-12 09:45:13 +00:00
marschap 5d47472e43 update g15 driver to be compatible with g15daemon > 1.2 (Anthony J. Mirabella) 2006-11-12 09:44:16 +00:00
marschap cef487aa00 fix tag 2006-11-05 16:45:55 +00:00
mmdolze b02fd0c375 Fix typo. 2006-11-01 11:38:12 +00:00
marschap 3c6e935725 a first go at the glk driver 2006-10-31 16:19:44 +00:00
marschap 3ef9ad1c4e update CREDITS; make lcdproc's About screen show contributors 2006-10-30 20:20:08 +00:00
marschap 711f84a9f0 use default contrast as default for MtxOrb 2006-10-30 20:17:54 +00:00
marschap 2d7bc7282c fixes for ula200 (B. Walle) 2006-10-30 17:25:05 +00:00
marschap 6e48c4fce0 update 2006-10-29 18:29:42 +00:00
marschap c700056468 cleanups 2006-10-29 18:10:31 +00:00
marschap 8777e016ca do not overflow type element 2006-10-29 17:11:00 +00:00
marschap 5b94bcb59e fix typo 2006-10-22 20:53:32 +00:00
marschap e3f8c5a23d update to version 0.5.1 2006-10-22 20:45:33 +00:00
marschap 55f1ce4279 A little bit of doxygen ... 2006-10-22 20:10:06 +00:00
marschap 23e65a1a3d fix previous commit 2006-10-22 20:09:43 +00:00
marschap bf9b826ca4 tell how big number support was achieved 2006-10-22 16:01:13 +00:00
marschap 2968953073 big number support 2006-10-22 15:59:47 +00:00
marschap ad82c99646 graphics characters support in iMon driver (John Saunders) 2006-10-22 15:48:41 +00:00
marschap f1ea3b03a5 fix iMon vbars 2006-10-22 15:23:34 +00:00
marschap 8132527567 allow configuration of Shell in lcdexec.conf;
fall back to $SHELL if not set, and to /bin/sh if $SHELL is not set
2006-10-22 13:04:01 +00:00
marschap 35afd4bd11 few fixes to documentation 2006-10-21 21:43:59 +00:00
marschap a79abad8aa fix iMon hbar 2006-10-21 20:35:50 +00:00
marschap 4a7dd13f00 fix iMon cellwidth 2006-10-21 20:31:03 +00:00
marschap a3276c2026 update 2006-10-21 20:02:47 +00:00
marschap 2a890565bc update existing Debian init scripts; add new Debian & LSB init scripts 2006-10-21 20:01:42 +00:00
marschap ddf98e9a86 indent by 4 2006-10-21 17:40:14 +00:00
marschap 8fb54a71ff small refactoring of lcdproc client: get rid of global variables tmp & buffer 2006-10-15 20:48:13 +00:00
marschap 7811b491db refactor adv_bignum:
* support display heights > 4 (treated like height = 4);
* determine number of user-defineable chars using get_free_chars();
* allow custom chars starting at a character position (offset) != 0
* update and extend documentation
2006-10-15 16:06:08 +00:00
marschap e06eebf7e5 fix switching on/off the Load screen using the menu 2006-10-15 15:57:58 +00:00
marschap b54d2a810f add get_free_chars() function 2006-10-15 10:45:47 +00:00
marschap 904828032a fix Doxygen comments 2006-10-15 10:43:27 +00:00
marschap b57b00ee82 adapt to release of v0.5.1 2006-10-14 18:06:03 +00:00