1. 68c529e Merge remote-tracking branch 'contiki-avr/master' by Adam Dunkels · 11 years ago
  2. 506ed44 Merge remote-tracking branch 'contiki-atari/master' by Adam Dunkels · 11 years ago
  3. 5206f64 Merge remote-tracking branch 'contiki-apple2/master' by Adam Dunkels · 11 years ago
  4. c615a2d fix up some network related troubles.fix up some network related troubles. by ryohji · 17 years ago
  5. 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
  6. 2b9fbcd Replaced static with automatic variable. by oliverschmidt · 18 years ago
  7. da29225 Fixed typo. by oliverschmidt · 18 years ago
  8. a6f5275 Updated and improved documentation. by oliverschmidt · 18 years ago
  9. 077c766 Just bumped up global version string from '1.2' to '1.3' as theese are likely the last changes in the contiki 1.x module anyway. by oliverschmidt · 18 years ago
  10. 684dd24 Beautified screen output. by oliverschmidt · 18 years ago
  11. 30a0898 Made the 'bouncing box' screensaver the default for the apple2enh target. by oliverschmidt · 18 years ago
  12. 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
  13. ba6f590 The ctk polll-handler needs much more cycles when mouse support is compiled in. As the Apple2 port implements timers with a simple counter we need to take that into account. Note: If a mouse is really found at runtime doesn't make a noticable difference. by oliverschmidt · 18 years ago
  14. 03fa482 Reduced the stacksize to 256 bytes. Measurements have shown that the actual stack usage seems to be less than 100 bytes but that wouldn't allow for any additional scenario. by oliverschmidt · 18 years ago
  15. 17a6fab Fill up the language card using #pragma codeseg(). by oliverschmidt · 18 years ago
  16. 9111633 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
  17. 3fa6722 Include webserver in Apple2 builds - although it'll only fit into memory for the apple2enh target. by oliverschmidt · 18 years ago
  18. 6a165f1 Adjusted webserver source file list. by oliverschmidt · 18 years ago
  19. 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
  20. b5b84d8 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  21. e43cb18 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  22. 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
  23. 01e5b37 Completed the (by now quite complex) startup code for the apple2enh target. by oliverschmidt · 18 years ago
  24. a438e9d Added check to avoid closing dir twice (and improved macro usage consistency). by oliverschmidt · 18 years ago
  25. 6fa640d Added GS/OS icon file for launching individual *.PRG files. by oliverschmidt · 18 years ago
  26. 98d158b Added a simple stack size analysis functionality to be compiled in on demand by defining STACK_SIZE to the same value as __STACK_SIZE__ in the linker config file. by oliverschmidt · 18 years ago
  27. 33d8fad Added a command line argument to the apple2enh target. by oliverschmidt · 18 years ago
  28. 027febe Added banking for the apple2enh target. by oliverschmidt · 18 years ago
  29. f37f149 Allow to override the macros EK_PROCESS, EK_EVENTHANDLER, EK_POLLHANDLER and EK_PROCESS_INIT in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  30. 06b40b4 Removed the #ifdef around the htons in preparation of the upcoming Apple2 banking support. by oliverschmidt · 18 years ago
  31. 3808804 A little surprisingly MAX_NUMDSCS needs to accomodate for 'Run...' (and 'Quit'). by oliverschmidt · 18 years ago
  32. a920953 Adjusted comment. by oliverschmidt · 18 years ago
  33. 9f1aca5 Replaced "Press any key ..." message with 'Close' button to allow for mouse operation. by oliverschmidt · 18 years ago
  34. b9b07f9 Make room for the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  35. 7f8f1f2 Activate the optional 'Quit' menu entry for the apple2enh target. by oliverschmidt · 18 years ago
  36. 0c64f87 Added optional 'Quit' menu entry and confirmation dialog activated by defining PROGRAM_HANDLER_CONF_QUIT_MENU to be 1. by oliverschmidt · 18 years ago
  37. 81f3f9c Made use of dirent support in cc65 version 2.11. by oliverschmidt · 18 years ago
  38. fe32bbf Activated the Contiki mouse support for the apple2enh target. by oliverschmidt · 18 years ago
  39. 84a353b The new interruptor support on the Apple2 is based on ProDOS 8 which takes care of setting and restoring the langage card softswitsches. Therefore there's no need to disable IRQs while switching to the ROM even on machines without the "enhanced" IRQ handling ROM. by oliverschmidt · 18 years ago
  40. e769f0a Added interruptor support to the apple2enh startup code. by oliverschmidt · 18 years ago
  41. f3fb0c9 Added an apple2enh specific linker configuration file and made use of it in the apple2enh build. by oliverschmidt · 18 years ago
  42. aaa42fb Added the new mouse driver adapter to the apple2enh build. by oliverschmidt · 18 years ago
  43. 2b1b80b Added the Apple2 specific configuration file for the new mouse driver adapter. by oliverschmidt · 18 years ago
  44. 35514d5 With the change to always position the cursor at the end of the exsisting text on entering the textentry field edit state it became necessary to avoid initializing textentry fields with blanks insteads of zeros. by oliverschmidt · 19 years ago
  45. d8199f7 Changed web browser homepage to the Contiki site. by oliverschmidt · 19 years ago
  46. 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
  47. e6280c9 Ooops ;-) by oliverschmidt · 19 years ago
  48. 3c50b3f Discard word right in fromt of </script>, </style> and </select>. by oliverschmidt · 19 years ago
  49. 7eb2981 Changed the maximum length of a single word from 40 to match the page width. Browsers wider than 40 cols can now render longer words. Browsers smaller than 40 cols avoid display inconsistencies on long words (and save memory). Additionally simplified word truncation code. by oliverschmidt · 19 years ago
  50. beed920 Persist ProDOS 8 prefix at startup for system file access to be independent from potential subsequent changes. by oliverschmidt · 19 years ago
  51. 4173c6e Updated version and URL. by oliverschmidt · 19 years ago
  52. 2204083 Updated version. by oliverschmidt · 19 years ago
  53. 274cb0e Improved clock_time on the (timerless) Apple2 in several ways: by oliverschmidt · 19 years ago
  54. eb79d84 Described one configuration setting better. by oliverschmidt · 19 years ago
  55. 03ad6a4 Made packet drivers not set the LSB (least significant byte) of the MAC address as it is now set by the config app. by oliverschmidt · 19 years ago
  56. 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
  57. 2c67f16 Made use of gotoy. by oliverschmidt · 19 years ago
  58. 78419c8 Activated support for screensavers. by oliverschmidt · 19 years ago
  59. 1df710f Added support reading back screen saver setting. by oliverschmidt · 19 years ago
  60. 124c3ee Renamed program_handler_screensaver to program_handler_setscreensaver. by oliverschmidt · 19 years ago
  61. 0851aaa Added the screensavers to the Apple2 build. by oliverschmidt · 19 years ago
  62. 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
  63. 7be25f7 Distinguish between user and system directory. by oliverschmidt · 19 years ago
  64. 58d4eb2 On plaforms with (sub-)directory support it makes sense to seperate user file access (to be directed in to the current directory) from system file (.prg, .drv, ...) access (to be directed to the Contiki directory). by oliverschmidt · 19 years ago
  65. 6523c5d Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space. by oliverschmidt · 19 years ago
  66. 3e2db00 Seperated LOADER_LOAD_DSC/LOADER_UNLOAD_DSC from LOADER_LOAD/LOADER_UNLOAD as the later is only used by the directory app. This saves 20 bytes of resident code space. by oliverschmidt · 19 years ago
  67. b57925b Fixed dependency. by oliverschmidt · 19 years ago
  68. 240f903 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  69. 313d68e Added icons back to the Apple2 (not enh) downlevel build to make directory app make sense. by oliverschmidt · 19 years ago
  70. 63e299e Introduced directory app and .DSC files on the Apple2 (and removed conseqently most app descriptions from Contiki menu). by oliverschmidt · 19 years ago
  71. 83675b7 Added support for .DSC files. by oliverschmidt · 19 years ago
  72. e6a6506 Added driver description files. by oliverschmidt · 19 years ago
  73. dc29778 Beautified textmap. by oliverschmidt · 19 years ago
  74. 5e7c4b6 Applied the following changes: by oliverschmidt · 19 years ago
  75. 0dca928 Made use of the new checkbox textentry input handler. by oliverschmidt · 19 years ago
  76. 3dcae72 Added a new textentry input handler for using the textentry widget as checkbox replacement. The handler assumes that the widget is one char wide and long. The space bar toggles the checkmark (and 'X' / 'x' sets it to be consistent with standard textentry widgets). by oliverschmidt · 19 years ago
  77. ed605d1 Made use of the new cmdline textentry input handler. This both reduces code size and improves user experience: by oliverschmidt · 19 years ago
  78. fc721b9 Added a new textentry input handler for using the textentry widget as a commandline like in the shell and irc app. On CH_ENTER it just notifies its parent but doesn't quit the edit state nor switches the focus to the next widget. by oliverschmidt · 19 years ago
  79. f9750b5 Made Cc: actually work. by oliverschmidt · 19 years ago
  80. 69cbdb3 Added dns support. by oliverschmidt · 19 years ago
  81. 639f75d Provide some feedback to the smtp app. by oliverschmidt · 19 years ago
  82. 4e06155 Reset the cursor positions as well, not only the text. by oliverschmidt · 19 years ago
  83. 57a90e4 Every line in a multiline textentry widget is supposed to have an addtional zero termination so take that into account when computing line offsets. by oliverschmidt · 19 years ago
  84. cd6c30b Every line in a multiline textentry widget is supposed to have an addtional zero termination so take that into account when computing line offsets. by oliverschmidt · 19 years ago
  85. 7ca3355 Re-added email app to the Apple2 build. by oliverschmidt · 19 years ago
  86. a1eb725 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  87. 1263500 Added support for CC: and change message parameter to match the content of a mltiline textentry widget. by oliverschmidt · 19 years ago
  88. 377dc0b Adjusted email configuration to the new email app and made window not fullscreen in 80 col mode anymore because of performance issues with large multiline textentry widgets. by oliverschmidt · 19 years ago
  89. 1f615e4 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  90. e96e07a Set the cursor to the end of the current line on entering the edit state of a multiline textentry widget. by oliverschmidt · 19 years ago
  91. 1151124 Delegating the behaviour of a text entry widget on entering the edit state to its keyboard input function has two benefits: by oliverschmidt · 19 years ago
  92. f28743b Move cursor always to the end of a text entry widget on entering the edit state instead of remembering the cursor position from the last edit because by oliverschmidt · 19 years ago
  93. de740c7 Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  94. 206a3b5 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  95. acdf6e9 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  96. 6c6adaf Re-Introduced multiline textentry widget. by oliverschmidt · 19 years ago
  97. 0096f6a Introduced user-extensable textentry input handling. by oliverschmidt · 19 years ago
  98. 28b5612 Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  99. 6307bff Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  100. 85155c6 Added "cc: ". (It's intentionally not "Cc: " because RFC822 defines it this way). by oliverschmidt · 19 years ago