1. e31aaa9 Removed support for relative paths (and in fact added testing for absolute paths) as relative paths are not re-applyable by their very nature. by oliverschmidt · 18 years ago
  2. 684dd24 Beautified screen output. by oliverschmidt · 18 years ago
  3. 30a0898 Made the 'bouncing box' screensaver the default for the apple2enh target. by oliverschmidt · 18 years ago
  4. d7616e8 The apple2enh banking implies screen distortions in graphics mode. Therefore I added a simple 'bouncing box' screensaver running in text mode. by oliverschmidt · 18 years ago
  5. a6c17c2 The general policy of the configedit app is to _not_ load the configuration file for providing default values but to get them from the "live" system. by oliverschmidt · 18 years ago
  6. 1a1e628 Added configuration option to set the current directory (aka ProDOS prefix) now that we have chdir() in the cc65 C-Library. by oliverschmidt · 18 years ago
  7. 9f1aca5 Replaced "Press any key ..." message with 'Close' button to allow for mouse operation. by oliverschmidt · 18 years ago
  8. 356f366 - Up to now the LAN slot had to have a valid setting (1-7). Now the LAN slot is allowed to be 0. This new value is displayed as empty field in the configedit app. Any invalid user entry (not in '1'-'7') is interpreted as 0. The default (if no contiki.cfg yet exsists) is now 0. All drivers were updated to recognize 0 as signal to deactivate. by oliverschmidt · 19 years ago
  9. eb79d84 Described one configuration setting better. by oliverschmidt · 19 years ago
  10. d501194 Extended config apps to manage screensaver name, screensaver timeout and LSB (least significant byte) of MAC address (and supplied reasonable by oliverschmidt · 19 years ago
  11. d1c833f Ported the C64 screensavers to the Apple2. This turned out to be quite simple as they were based on a 40x25 block pseudo-graphics mode based on coloring inverse blanks. The Apple2 has a native 40x24(resp.48) block graphics mode. by oliverschmidt · 19 years ago
  12. dc29778 Beautified textmap. by oliverschmidt · 19 years ago
  13. 0dca928 Made use of the new checkbox textentry input handler. by oliverschmidt · 19 years ago
  14. de4a9f6 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago
  15. e3f7ad3 Renamed global icon variables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  16. afeda73 Activated downloading to file, switched form the pure posix calls to the cfs wrappers for consistency with the other apps and further imporved error handling (especially closing files). by oliverschmidt · 19 years ago
  17. bc1dc14 The configedit app needs to write the config file and therefore can't go with the kfs but has to use the full cfs. But because the config file always resides in the Contiki directory regardless of the ProDOS 8 prefix we have to get the Contiki directory from the kfs. by oliverschmidt · 19 years ago
  18. 63a664b The config app is loaded on every startup so keep it small to improve loading time by using the kfs for reading the config file. by oliverschmidt · 19 years ago
  19. d1318ec Ported the wget app to the Apple2 and improved the error handling. For now the "save to file" feature is commented out... by oliverschmidt · 19 years ago
  20. 4c19ccb Made use of the new cfs support. CONTIKI.CFG is now created on demand. by oliverschmidt · 19 years ago
  21. 5aabbed Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  22. 689cda2 Switched configuration default to the LANceGS card as it is more popular - at least now ;-) by oliverschmidt · 19 years ago
  23. 3b308a6 Avoided heap fragmentation due to driver reload by explicitly unloading the old driver (if applicable) instead of relying on the service replace infrastructure. by oliverschmidt · 19 years ago
  24. 2fa3323 Completed integration of TFE driver into Contiki for the Apple2: by oliverschmidt · 19 years ago
  25. 76872e8 Up to now Contiki for the Apple2 was loaded under DOS 3.3 and it destroyed DOS 3.3 to get as much as possible memory. by oliverschmidt · 19 years ago
  26. 9e652ff Adjusted Apple2 port to the new Contiki kernel (and fixed / tuned pseudo clock). by oliverschmidt · 20 years ago
  27. 980310d Part 4 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  28. 19032c6 - Added a custom ctk drawing module based on ctk-conio which makes use of the "Mousetext" feature available on enhanced Apple //e (or better) machines. by oliverschmidt · 20 years ago