Commit Graph
83 Commits
Author SHA1 Message Date
marschap cc2c84a7b8 declare constant function parameters const (as well as constant function return values) 2006-09-12 16:23:24 +00:00
marschap 9b111eeac4 cleanup: remove unnecessary (=invisible) leading spaces 2006-04-27 15:01:49 +00:00
marschap 587085a292 clarification: get_info() returns const char * 2006-04-12 08:12:13 +00:00
marschap 65a473f2b7 fix checks in *_num() functions: only when/where necessary 2006-04-11 20:57:15 +00:00
marschap b3c07e229e harmonize coding style and messages; add more checks 2006-04-08 14:27:24 +00:00
marschap 743871cff3 make get_key() result const char *, so that it is not modified 2006-04-06 13:25:14 +00:00
marschap 580e59b6a4 streamline config file parameter names 2006-04-05 10:40:41 +00:00
boercher bba4631370 eliminated compiler warnings 2005-10-25 22:34:07 +00:00
marschap d7d2c5771f update bar functions to 0.5 API for Wirz SLI and MTC_S16209X drivers 2005-07-25 17:54:07 +00:00
marschap 3e1ed65a12 cosmetic changes to a few drivers: keep functions not in the 0.5 API private 2005-07-25 17:05:39 +00:00
marschap ca7b9f3f45 fixes in the get_key() functions; svgalib_drv.c instrumented with debugging code 2005-07-03 12:20:24 +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 112d58eb33 correct MtxOrb keypress mapping 2005-01-22 18:43:56 +00:00
wayn3 bf93b6c288 Added Paul Hedderly's patch from 0.4.4 to this current version. It allows
USB serial devices to work.
2003-02-12 01:55:01 +00:00
wayn3 026e647e88 keypad_test_mode made functional. get_info also modified to work. 2002-11-24 01:18:43 +00:00
dglaude 3c9a9a6af3 Keypad should work the 0.5 way now. Need testing and new LCDd.conf parameter. 2002-10-19 22:41:28 +00:00
dglaude 060f8d2faf MtxOrb need to be maintained. I lost custom char and Contrast goes wrong. 2002-10-19 21:13:38 +00:00
robijn 3168d4cafc Menustuff added/modified! 2002-05-26 19:21:23 +00:00
robijn dc4c049721 - Added some icons.
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00
dglaude 25fc33ec5c Cleanup and more extensive explanation of why we don't use hardware feature 2002-03-04 17:52:44 +00:00
dglaude a4089c644f Better vbar wich y support, cleanup of MtxOrb.h 2002-03-04 17:52:04 +00:00
dglaude 34c6492529 Now everything should be in PrivateDate 2002-03-04 17:51:15 +00:00
dglaude 1573bb5456 Added layer to bridge vbar/hbar from API 0.4 to API 0.5 2002-03-04 17:50:44 +00:00
dglaude 214128bf0f Moving cellwidth and cellheight to PrivateData. 2002-03-04 17:50:03 +00:00
dglaude 16c90bc00b Move MtxOrb_type, keypad_test_mode, _key, timer to PrivateData. 2002-03-04 17:49:25 +00:00
dglaude 090fbc0bf4 Move framebuf, old, contrast and backlightenabled to PrivateData. 2002-03-04 17:48:49 +00:00
dglaude 923ecd88c8 More stuff in PrivateData like fd ... 2002-03-04 17:48:14 +00:00
dglaude 7ec6b5fd2a Moving stuff into PrivateData (WIP) 2002-03-04 17:47:42 +00:00
dglaude 6247df0275 ??? check the diff, sorry ??? 2002-03-04 17:47:02 +00:00
dglaude 1e57ce0f64 ??? check the diff, sorry ??? 2002-03-04 17:46:29 +00:00
dglaude 92ae009b9f Starting to use PrivateData, just for def[] and use[] 2002-03-04 17:45:46 +00:00
dglaude 41be774906 Removed the command-line support, left the config file stuff only. 2002-03-04 17:45:10 +00:00
dglaude 1fcea3bc5e Removed all the // ... from C++ and translated to /* ... * 2002-03-04 17:44:10 +00:00
reenoo 38d64b68a6 fixed key mapping configuration 2002-02-23 19:37:58 +00:00
reenoo 4c2e597342 the character in the lower right corner was not displayed 2002-02-23 19:36:24 +00:00
robijn dba163c4a4 Drivers are now being loaded as modules. 2002-02-21 22:50:12 +00:00
dglaude 801b9558f1 WIP: configfile code from stable-0-4-3... #ifdef currently 2002-01-21 14:09:55 +00:00
dglaude 4222ee41ab The old_icon is ready to be removed bignum does not need init anymore. 2002-01-18 08:00:46 +00:00
dglaude 79a5d76203 I did not BREAK MtxOrb, I forgot to sync bigfont.h ;-) 2002-01-18 07:56:44 +00:00
dglaude 227b5329b8 I recently broke MtxOrb in CVS. This fix the segfault but does not fix BIGnum :-( 2002-01-17 21:26:10 +00:00
dglaude 4a78e112e9 Change in hbar and vbar + cleanup ...WIP... 2002-01-17 20:53:03 +00:00
dglaude ca162dc94d Rename _?bar and init_?bar stuff to _old_. 2002-01-17 20:51:31 +00:00
dglaude 5b9200acf7 More cleaning up and work on BigNum I guess (bad fix for duplicate icon and new icon emulation) 2002-01-16 20:27:55 +00:00
dglaude 1fd9aa94da Cleanup+TODO+ BigNum still working on but seems to work OK 2002-01-15 20:01:18 +00:00
dglaude cc7447a12f New software BigNum, work in progress tested on emulator only... 2002-01-15 14:13:44 +00:00
dglaude 3ddd1defbe Comment C ways 2002-01-03 15:25:48 +00:00
dglaude e85dbde5f7 GPL as in stable-0-4-3 2002-01-02 15:03:19 +00:00
dglaude 7847b4e17a Cleaning of report/debug as in stable-0-4-3 (work in progres) 2002-01-02 14:55:01 +00:00
robijn 71056ec551 v0.5 kick-off 2001-12-30 00:15:25 +00:00
dglaude e671804453 Now you can choose between report.h and debug.h (default) If you are happy with it I'll remove debug.h 2001-12-05 18:28:22 +00:00