1. 3c50b3f Discard word right in fromt of </script>, </style> and </select>. by oliverschmidt · 19 years ago
  2. 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
  3. beed920 Persist ProDOS 8 prefix at startup for system file access to be independent from potential subsequent changes. by oliverschmidt · 19 years ago
  4. 4173c6e Updated version and URL. by oliverschmidt · 19 years ago
  5. 2204083 Updated version. by oliverschmidt · 19 years ago
  6. 274cb0e Improved clock_time on the (timerless) Apple2 in several ways: by oliverschmidt · 19 years ago
  7. eb79d84 Described one configuration setting better. by oliverschmidt · 19 years ago
  8. 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
  9. 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
  10. 2c67f16 Made use of gotoy. by oliverschmidt · 19 years ago
  11. 78419c8 Activated support for screensavers. by oliverschmidt · 19 years ago
  12. 1df710f Added support reading back screen saver setting. by oliverschmidt · 19 years ago
  13. 124c3ee Renamed program_handler_screensaver to program_handler_setscreensaver. by oliverschmidt · 19 years ago
  14. 5b22976 Renamed program_handler_screensaver to program_handler_setscreensaver. by oliverschmidt · 19 years ago
  15. 0851aaa Added the screensavers to the Apple2 build. by oliverschmidt · 19 years ago
  16. 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
  17. 1fffe35 Improved plasma description textmap - or at least made it different from the ssfire one. by oliverschmidt · 19 years ago
  18. b04f65f - Replaced constants with macros as they produce both smaller and faster code. by oliverschmidt · 19 years ago
  19. 60720ec - Moved inline assembly into seperate function to allow the optimizer to act on the drawing code. by oliverschmidt · 19 years ago
  20. 7be25f7 Distinguish between user and system directory. by oliverschmidt · 19 years ago
  21. bab003f 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
  22. 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
  23. 6d6364f Fixed last bugs to make the C64 targets c64 and programs work again. by oliverschmidt · 19 years ago
  24. b207f02 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
  25. 38ceecb 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
  26. ca7f2ee 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
  27. 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
  28. 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
  29. 2087a5d 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
  30. 35f7a08 Fixed return type. by oliverschmidt · 19 years ago
  31. b57925b Fixed dependency. by oliverschmidt · 19 years ago
  32. e8bd0a8 Moved save-driveunit.S into lib to keep it from being deleted by the 'clean' target on case-insensitive filesystems (like Win32). by oliverschmidt · 19 years ago
  33. 4ee2822 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  34. 1ba481f Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  35. ded4587 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  36. 240f903 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  37. 510e650 Renamed loader-arch-dsc.S to loader-arch-module-dsc.S. by oliverschmidt · 19 years ago
  38. 2f2e2ff Replaced wrapper function with macro (and improved thus consistency). by oliverschmidt · 19 years ago
  39. 17bab29 Replaced wrapper function with macro (and improved thus consistency). by oliverschmidt · 19 years ago
  40. 313d68e Added icons back to the Apple2 (not enh) downlevel build to make directory app make sense. by oliverschmidt · 19 years ago
  41. 63e299e Introduced directory app and .DSC files on the Apple2 (and removed conseqently most app descriptions from Contiki menu). by oliverschmidt · 19 years ago
  42. 83675b7 Added support for .DSC files. by oliverschmidt · 19 years ago
  43. e6a6506 Added driver description files. by oliverschmidt · 19 years ago
  44. dc29778 Beautified textmap. by oliverschmidt · 19 years ago
  45. 5e7c4b6 Applied the following changes: by oliverschmidt · 19 years ago
  46. aa5a7d4 Adjustment to avoid errors with recent cc65 snapshots. by oliverschmidt · 19 years ago
  47. d8880d7 Made use of the new cmdline textentry input handler. This both reduces code size and improves user experience: by oliverschmidt · 19 years ago
  48. 0dca928 Made use of the new checkbox textentry input handler. by oliverschmidt · 19 years ago
  49. 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
  50. ed605d1 Made use of the new cmdline textentry input handler. This both reduces code size and improves user experience: by oliverschmidt · 19 years ago
  51. 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
  52. f9750b5 Made Cc: actually work. by oliverschmidt · 19 years ago
  53. 69cbdb3 Added dns support. by oliverschmidt · 19 years ago
  54. 639f75d Provide some feedback to the smtp app. by oliverschmidt · 19 years ago
  55. 4e06155 Reset the cursor positions as well, not only the text. by oliverschmidt · 19 years ago
  56. e5a7b9d 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
  57. 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
  58. 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
  59. 7ca3355 Re-added email app to the Apple2 build. by oliverschmidt · 19 years ago
  60. a1eb725 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  61. a28497d Replaced textedit widget with multiline textentry widget and added shell app configuration. by oliverschmidt · 19 years ago
  62. 1263500 Added support for CC: and change message parameter to match the content of a mltiline textentry widget. by oliverschmidt · 19 years ago
  63. 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
  64. 1f615e4 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  65. 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
  66. 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
  67. 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
  68. de740c7 Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  69. 6a7513a Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  70. 206a3b5 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  71. acdf6e9 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  72. 6c6adaf Re-Introduced multiline textentry widget. by oliverschmidt · 19 years ago
  73. 0096f6a Introduced user-extensable textentry input handling. by oliverschmidt · 19 years ago
  74. 28b5612 Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  75. 6307bff Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  76. 85155c6 Added "cc: ". (It's intentionally not "Cc: " because RFC822 defines it this way). by oliverschmidt · 19 years ago
  77. 34afa4c Switched to the proto-socket based smtp implementation. by oliverschmidt · 19 years ago
  78. 72da830 Replaced strange memset(..., ' ', ...) with typical memset(..., 0, ...) by oliverschmidt · 19 years ago
  79. ef13b02 Set focus to the url entry widget after successfull download of a full page because it is most likely that the user wants to enter a new url now or wants to navigate through the html form widgets (and the url entry widget is the perfect starting point for doing so). by oliverschmidt · 19 years ago
  80. 33bf936 Added redraw of widget loosing the focus (here: window title) by oliverschmidt · 19 years ago
  81. d2f04de Serveral minor changes: by oliverschmidt · 19 years ago
  82. ddb461c The classic Makefile.depend approach is to be replaced by dynamic dependendy management based on cc65's --create-dep. by oliverschmidt · 19 years ago
  83. 6b0c26f The classic Makefile.depend approach is to be replaced by dynamic dependendy management based on cc65's --create-dep. by oliverschmidt · 19 years ago
  84. e4e7e53 The classic Makefile.depend approach is to be replaced by dynamic dependendy management based on cc65's --create-dep. by oliverschmidt · 19 years ago
  85. 72f2ffc The classic Makefile.depend approach is to be replaced by dynamic dependendy management based on cc65's --create-dep. by oliverschmidt · 19 years ago
  86. a96f6ed The classic Makefile.depend approach is to be replaced by dynamic dependendy management based on cc65's --create-dep. by oliverschmidt · 19 years ago
  87. 902a602 Cleaned up cc65 Makefile by using - gnumake's vpath - cc65's --create-dep by oliverschmidt · 19 years ago
  88. b8321ff Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  89. 099f47c Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  90. d2df7be Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  91. a34b131 Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  92. 78a775c Renamed CFLAGSCOMMON to CFLAGSCC65 and changed include dir options to by oliverschmidt · 19 years ago
  93. 505de31 Moved D64 image creation target from cc65 Makefile to C64 Makefile. by oliverschmidt · 19 years ago
  94. 5fc23c7 Moved D64 image creation target from cc65 Makefile to C64 Makefile. by oliverschmidt · 19 years ago
  95. b590c10 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
  96. 15388d6 Improved compatibility of C64 build with recent cc65 snapshots. by oliverschmidt · 19 years ago
  97. 0d69d1f cc65 FILENAME_MAX already accomodates for the terminating zero now. by oliverschmidt · 19 years ago
  98. c47e510 - Commented out Upload UI as there's no such functionality. by oliverschmidt · 19 years ago
  99. 02949e1 Made use of shell_start. by oliverschmidt · 19 years ago
  100. b86b065 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago