1. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  2. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  3. 4dff710 Reduced receive window to accomodate for the 1 MHz Apple2 (thanks to Glenn Jones for the hint). by oliverschmidt · 19 years ago
  4. beb0c88 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  5. cef6d6c Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  6. 509ee03 Increased the WWW_CONF_MAX_URLLEN to avoid a textentry field "wider than long" - thanks to Glenn Jones for the hint :-) by oliverschmidt · 19 years ago
  7. 14821d4 Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  8. 542f0a5 Saved another 10 bytes by making use of the (overwritten) INIT segment for the file i/o library initialization. by oliverschmidt · 19 years ago
  9. 5a4a03c Renamed TFE driver to Uther driver (of course only for the Apple2). by oliverschmidt · 19 years ago
  10. 689cda2 Switched configuration default to the LANceGS card as it is more popular - at least now ;-) by oliverschmidt · 19 years ago
  11. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago
  12. b65645c Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  13. fcfb61c Removed unnecessary ptr1 spilling from the cs8900a drivers. by oliverschmidt · 19 years ago
  14. ac66124 Made the cs8900a drivers compliant with the cc65 doc ("the compiler does only allow regular 6502 opcodes to be used with the inline assembler"). by oliverschmidt · 19 years ago
  15. d86377a Saved some more memory by introducing a multi stage boot process: by oliverschmidt · 19 years ago
  16. 3ff1aaa Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  17. 1691288 Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  18. 99480c1 The mousetext based ctk drawing code uses the cc65 C library function _textframexy to draw the window borders. by oliverschmidt · 19 years ago
  19. 3165c4a More or less cosmetic change. by oliverschmidt · 19 years ago
  20. d9f3314 According to Adam the contents of the uip_buf are never assumed to be valid accross events boundaries. The same holds true for file open-read/write-close cycles (at least for module loading and config file i/o). by oliverschmidt · 19 years ago
  21. 14af295 Moved Apple2 ctk-conio-conf.h into the conf directory (as for most other targets). by oliverschmidt · 19 years ago
  22. 023e3e0 Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  23. 67fa2ac Yet another trick to get more memory: The startup now delegates parts of the initialization (namely relocating the CODE segment and setting the BSS to zero) to code in the new TEMP segment which gets overwritten later. This saves about 30 bytes in the CODE segment and 100 bytes in the STARTUP segment. by oliverschmidt · 19 years ago
  24. 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
  25. 2fa3323 Completed integration of TFE driver into Contiki for the Apple2: by oliverschmidt · 19 years ago
  26. 0cdc202 Replaced the OUI of IBM with the OUI of Cirrus Logic (would most probably make sense for the other cs8900a based drivers as well) and replaced 0x64 (for C64) with 0xa2 (for Apple2). by oliverschmidt · 19 years ago
  27. a330e33 As there was again not enough memory there's yet another memory layout for Contiki on the Apple2. The benefit of the new layout is that reduction of stack size means increase of heap size - and it looks like Contiki needs very little stack... by oliverschmidt · 19 years ago
  28. d36173a Made a copy of the TFE driver files for Glenn Jones' Apple2 ethernet card. The only modification is to change the memory mapped i/o adressses to something valid for the Apple2. Of course: by oliverschmidt · 19 years ago
  29. 46ea673 Moved ProDOS 8 file buffer from $BB00 to $0800 to remove unnecessary incompatibility between Contiki and BASIC.SYSTEM. by oliverschmidt · 19 years ago
  30. dedbd5d Minor fix. by oliverschmidt · 19 years ago
  31. e792998 Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 19 years ago
  32. 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
  33. 9e5ed02 Made email compose window size compile-time configurable. by oliverschmidt · 19 years ago
  34. e23148e Updated to reflect recent Contiki kernel API changes. by oliverschmidt · 20 years ago
  35. 60dec5e Added log configuration file (disabled logging). by oliverschmidt · 20 years ago
  36. 9d248d7 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  37. 57d90a1 Changed ctk-mousetext to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  38. d572381 Fixed typo. by oliverschmidt · 20 years ago
  39. 0fc22c5 Removed support for 40 column display from the apple2enh build. The startup code now switches to 80 column display itself. This allows to: by oliverschmidt · 20 years ago
  40. 5867b67 Removed support for 40 column display from the apple2enh build. The startup code now switches to 80 column display itself. This allows to: by oliverschmidt · 20 years ago
  41. d42a5f8 Added the calculator app to the Apple2 port. by oliverschmidt · 20 years ago
  42. 9e652ff Adjusted Apple2 port to the new Contiki kernel (and fixed / tuned pseudo clock). by oliverschmidt · 20 years ago
  43. 38e6633 Significantly improved screen refresh performance by drawing background directly into video buffer using memset/memcpy. by oliverschmidt · 20 years ago
  44. 280d131 Removed 80 char static buffer used for printing potentially truncated strings. The new code is tweaked to be only 8 bytes larger resulting in a win of 72 bytes. by oliverschmidt · 20 years ago
  45. f0d728a Excluded icon drawing code from compilation if no icon support is configured. by oliverschmidt · 20 years ago
  46. 10cb4f5 Changed desktop window to draw desktop icons non-focused when another window is open. by oliverschmidt · 20 years ago
  47. 65d6284 Part 5 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  48. 980310d Part 4 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  49. 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
  50. fc68395 Didn't just fix the build but even made it work again ;-) by oliverschmidt · 20 years ago
  51. fcbc43d Fixed build (and fine tuned conf files) by oliverschmidt · 20 years ago
  52. 3cf3d30 Reactivated Contiki for the Apple ][ by oliverschmidt · 20 years ago
  53. ff450d7 removed uip_main by adamdunkels · 20 years ago
  54. 4457a0d Added missing file by adamdunkels · 21 years ago
  55. 3f57dbd Removed call to ctk_redraw() by adamdunkels · 21 years ago
  56. a4ed847 Initial import by adamdunkels · 21 years ago