1. dcb85f5 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  2. f62fb9e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  3. bfe3f3e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  4. 30a5583 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  5. 77f0a0a Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  6. 1bcc93c Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  7. 1f28e9b Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  8. fd9b467 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  9. dc37969 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  10. 9d58ba1 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  11. af21162 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  12. 8bbf56d Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  13. 266e585 Added new contiki/Makefile.common to contain common defines. As an initial step moved the exsisting app defines from Makefile.cc65 over here. by oliverschmidt · 19 years ago
  14. 6784cc6 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  15. ec69f09 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  16. aaaef94 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  17. e04e386 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  18. ba0640b Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  19. 8782c95 Added directory support to the Apple2 cfs. by oliverschmidt · 19 years ago
  20. 19c1876 Added missing include for sprintf(). by oliverschmidt · 19 years ago
  21. 991ae2b Renamed constructor/destructor to avoid name clashes with cc65 C-library stuff. by oliverschmidt · 19 years ago
  22. f88ee84 Reverted recent change: "Implemented ctk_arch_isprint as macro like the gtk target does." as it obviously causes trouble with the cc65 isprint inline stuff. by oliverschmidt · 19 years ago
  23. 93ffcf1 Brought back closing all open files on exit as a last resort. by oliverschmidt · 19 years ago
  24. 6b49252 Removed (after all unnecessary) stack pointer initialization and added explicit switching to ROM on exit to bring back compatiblity with BASIC.SYSTEM. by oliverschmidt · 19 years ago
  25. 7f856cc Implemented ctk_arch_isprint as macro like the gtk target does. by oliverschmidt · 19 years ago
  26. be6e4dc Prefilled port with 23 and fixed several bugs: by oliverschmidt · 19 years ago
  27. ca9101d CTK_TEXTENTRY_CLEAR() already includes memset(). by oliverschmidt · 19 years ago
  28. ea6c672 Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  29. d25993e Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  30. 91a8e77 No need to avoid __fastcall__ for kfs_open. by oliverschmidt · 19 years ago
  31. 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
  32. 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
  33. 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
  34. 147e607 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  35. 4f0cf88 Redesigned file system handling on the Apple2: by oliverschmidt · 19 years ago
  36. 31785ae Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  37. e23e63e Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  38. cd89bec Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  39. 3cf20b2 Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  40. 6663891 Use all available screen estate for the web browser. by oliverschmidt · 19 years ago
  41. 389e2f2 Do not only disable init() and poll() but send() as well if the chip detection fails because it is as cheap as two bytes. by oliverschmidt · 19 years ago
  42. 2caed81 Added example for PT_SPAWN() by adamdunkels · 19 years ago
  43. a5f1e79 Fixed bugs in some examples, removed out-commented code by adamdunkels · 19 years ago
  44. 5703bfd Reordered definitions to make meaning clearer by adamdunkels · 19 years ago
  45. 84d8463 Brought back chip detection code because this driver is loaded by default before the user has a chance to switch it or adjust the slot setting. Therefore it seems advisable to not just write to a whole bunch of random i/o ports of some unknown card ;-) by oliverschmidt · 19 years ago
  46. 305ff43 Moved cc65 zero page variables in the the upper half of the zero page where "only" Applesoft stuff resides to reduce risk of issues with the ProDOS kernel and/or ProDOS device drivers. by oliverschmidt · 19 years ago
  47. d78036e 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
  48. 37ac24e These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  49. e350e0a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  50. 83b8327 Removed unnecessary return which made it into the binary because of the disabled cc65 optimizations in conjunction with inline assembly. by oliverschmidt · 19 years ago
  51. 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
  52. 97e3957 Make use of the .linecont feature to make the source more readable. by oliverschmidt · 19 years ago
  53. ee8b50d Adjust menu item width to accomodate the long string "web downloader". by oliverschmidt · 19 years ago
  54. 9be3621 These symbols are necessary for (at least some) apps, but are initialized by constructors which are currently not supported for apps. Therefore we include these symbols into the Contiki kernel to make them thus available to the apps indirectly via the contiki-labels mechanism. by oliverschmidt · 19 years ago
  55. 477570f Updated banking overrides to the ROM routine usage of the most recent cc65 snapshot. by oliverschmidt · 19 years ago
  56. ad995ec Configure the www URL length to the same value used in wget to avoid inconsistencies. by oliverschmidt · 19 years ago
  57. 31c0f68 Fixed cut&paste error. by oliverschmidt · 19 years ago
  58. 36b6ec3 These macros are now already defined in cc65 conio.h. by oliverschmidt · 19 years ago
  59. 7fdf5f5 The most recent cc65 snapshot supports bgcolor, bodercolor and textcolor to be implemented as macros. In order to avoid warnings if these macros expand to constants their usages have to be casted to void if their return value isn't used. BTW: Ullrich added the same casts to cc65-internal usages of these functions/macros. by oliverschmidt · 19 years ago
  60. 4c19ccb Made use of the new cfs support. CONTIKI.CFG is now created on demand. by oliverschmidt · 19 years ago
  61. b2ea9e9 Added rudimentary cfs support to be used by applications (but not the kernel). by oliverschmidt · 19 years ago
  62. 8401606 Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  63. 7b9025d Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  64. eaba1a3 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  65. c43cafd Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  66. 5a2165f Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  67. f10f67b Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  68. d26ce87 Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  69. 5aabbed Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  70. 30d048a Omit the ctk_icon if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  71. a40eac5 Allow program descriptions to omit the ctk_icon completely if CTK_CONF_ICONS is 0. by oliverschmidt · 19 years ago
  72. 22ef3f7 Fine tuned ctk configuration and disabled icons for the Apple ][ build. by oliverschmidt · 19 years ago
  73. 1419ac3 Removed (currently non-portable) email app from Apple2 build. by oliverschmidt · 19 years ago
  74. 98ebe83 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  75. 58d1458 Replaced the OUI of IBM with the OUI of Standard Microsystems. by oliverschmidt · 19 years ago
  76. c8bfc02 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  77. e2c0862 Fixed driver bug I introduced recently. by oliverschmidt · 19 years ago
  78. 4dff710 Reduced receive window to accomodate for the 1 MHz Apple2 (thanks to Glenn Jones for the hint). by oliverschmidt · 19 years ago
  79. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  80. 01e9ffd Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  81. 4bb5451 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  82. 4c59cb0 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  83. beb0c88 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  84. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  85. cef6d6c Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  86. 2b1582b Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  87. 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
  88. e245c9c Made the lan91c96 drivers use the uip MAC address instead of a compiled in constant (like the cs8900a drivers). by oliverschmidt · 19 years ago
  89. 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
  90. 1f7f652 Added PT_YIELD() function for yielding from a protothread, fixed a bug in the PT_SPAWN() macro, rewrote PT_WAIT_THREAD() to look more sensible, removed unnecessary linebreaks in macro definitions by adamdunkels · 19 years ago
  91. a771362 Bugfix: now bails out from POLL_REQUEST call if the TCP connection is unable to accept the poll by adamdunkels · 19 years ago
  92. 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
  93. bf5bffe Improved web browser usability by setting the focus to the [down] button when "stopped" (but not when "done"). Fortunately this doesn't increase the memory used as I removed an obsolete focus setting somewhere else. by oliverschmidt · 19 years ago
  94. 5a4a03c Renamed TFE driver to Uther driver (of course only for the Apple2). by oliverschmidt · 19 years ago
  95. 689cda2 Switched configuration default to the LANceGS card as it is more popular - at least now ;-) by oliverschmidt · 19 years ago
  96. 01e9d1e Made processes window two chars wider to have more chars for service names (and made killprocnum textentry field non-scroll). by oliverschmidt · 19 years ago
  97. 8871bdd Added driver for the LANcsGS ethernet card - heavily based on the ETH64 driver. by oliverschmidt · 19 years ago
  98. ff8cd80 Use the same loop algorithms in the lan91c96 driver as they are used in the cs8900a drivers with the benefit of: by oliverschmidt · 19 years ago
  99. fcdbaec Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago
  100. b65645c Avoid unnecessary modification of uip_len in the cs8900a drivers. by oliverschmidt · 19 years ago