Commit Graph
582 Commits
Author SHA1 Message Date
marschap 3c6e935725 a first go at the glk driver 2006-10-31 16:19:44 +00:00
marschap 23e65a1a3d fix previous commit 2006-10-22 20:09:43 +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 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 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 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 c3b95c6dba don't report wrong keys; display seems to send lot of grabage 2006-10-14 12:09:09 +00:00
marschap 255c8d27d4 make --enable-seamless-hbars really work 2006-10-08 11:43:21 +00:00
marschap 9608cf6d6f change MtxOrb kyboard mapping code to use KeyMap_<X>=<name> 2006-10-06 18:35:01 +00:00
marschap 110c31c4b0 revamped version of the CwLnx driver 2006-10-06 09:29:57 +00:00
marschap 247ba1c193 correct logic in get_key() (Ethan Dicks) 2006-10-05 18:58:59 +00:00
marschap e206b6a600 remove references to obsolete init_*() functions 2006-10-04 17:24:20 +00:00
marschap b17f532a55 add support for IOWarrior56 2006-10-02 11:32:48 +00:00
marschap a33cc47f10 add required infrastructure for MtxOrb 2006-10-02 08:18:03 +00:00
marschap 2088f7cc1a a few comments 2006-10-01 18:07:06 +00:00
marschap e1f84a8008 bring all DEFAULT_* definitions into one place 2006-10-01 17:59:52 +00:00
marschap bf5edbd652 add new key mapping code (as a compile time option) 2006-10-01 16:17:41 +00:00
marschap 8bcc3c0e31 fix typo 2006-10-01 13:23:07 +00:00
marschap 8a5e6d5475 complete rewrite of MtxOrb driver (special thanks to Ethan Dicks for
testing and finding & correcting the bugs I introduced)
2006-10-01 12:20:34 +00:00
marschap f10895d04d FSF address change 2006-09-30 18:18:22 +00:00
marschap be8aa83cbe remove unused CGram type and variable 2006-09-29 21:29:47 +00:00
marschap d76637c771 remove unused stuff; reorganize a bit 2006-09-29 21:15:45 +00:00
marschap d627441a11 avoid warning 2006-09-29 20:19:25 +00:00
marschap d317808358 optimize out CwLnx_draw_frame() as it is called only by CwLnx_flush() 2006-09-29 20:18:32 +00:00
marschap f68d4f00cf little coding style harmonization; add 3 more API functions 2006-09-29 18:01:57 +00:00
marschap e3fe2c1428 declare local-only used functions as static; remove unused global variables 2006-09-29 17:51:25 +00:00
marschap 80ce07ca73 declare CwLnx_set_char(); remove duplicate declaration of CwLnx_clear() 2006-09-29 17:47:45 +00:00
marschap 43773f0083 little cleanups 2006-09-29 17:45:04 +00:00
marschap d8a976055c remove commented and unused code 2006-09-29 17:38:12 +00:00
marschap 90247689d3 remove unnecessary stuff 2006-09-29 17:31:18 +00:00
marschap 63c9f23742 remove unnecessary stuff; move things where hey belong 2006-09-29 10:03:43 +00:00
marschap f4970cd109 update comments 2006-09-29 09:51:26 +00:00
marschap c5aa381914 add character definitions used for the big fontr
(currently commented out; requires adv_bignum.h)
2006-09-29 09:40:03 +00:00
marschap ee0355fc9d make CFONTZ633_WRITE_DELAY=250 the default if CFONTZ633_WRITE_DELAY is not defined 2006-09-28 20:07:18 +00:00
mmdolze 6d3020af58 Fix variable naming. 2006-09-20 18:01:46 +00:00
marschap 5e80cfa503 doxygen'ate 2006-09-20 15:02:22 +00:00
marschap a34cbd1938 fix glitches 2006-09-20 14:43:00 +00:00
marschap 0087004ac7 doxygen'ate 2006-09-20 14:39:48 +00:00
marschap ccd4d7d32b fix a few glitches in doxygen comments 2006-09-20 14:15:24 +00:00
marschap e01bc6d922 doxygen'ate IOWarrior driver; make locally needed functions static 2006-09-20 14:14:39 +00:00
marschap 9fa517f0b9 better wording of comments 2006-09-20 10:24:52 +00:00
marschap 1415588abb doyygen'ate CFontzPacket.c; allow keys to be retrieved even if no changes happen (Steve Hill) 2006-09-20 08:03:15 +00:00
marschap 522c356f1b fix comments 2006-09-19 16:50:59 +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 82024b0cb1 #include <sys/time.h> for systems that ned it [e.g. FreeBSD4.11] (M. Dolze) 2006-09-11 10:23:07 +00:00