1. 7ca3355 Re-added email app to the Apple2 build. by oliverschmidt · 19 years ago
  2. a1eb725 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  3. a28497d Replaced textedit widget with multiline textentry widget and added shell app configuration. by oliverschmidt · 19 years ago
  4. 1263500 Added support for CC: and change message parameter to match the content of a mltiline textentry widget. by oliverschmidt · 19 years ago
  5. 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
  6. 1f615e4 Converted email app to use a multiline textentry widget instead of a textedit widget. by oliverschmidt · 19 years ago
  7. 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
  8. 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
  9. 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
  10. de740c7 Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  11. 6a7513a Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  12. 206a3b5 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  13. acdf6e9 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  14. 6c6adaf Re-Introduced multiline textentry widget. by oliverschmidt · 19 years ago
  15. 0096f6a Introduced user-extensable textentry input handling. by oliverschmidt · 19 years ago
  16. 28b5612 Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  17. 6307bff Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  18. 85155c6 Added "cc: ". (It's intentionally not "Cc: " because RFC822 defines it this way). by oliverschmidt · 19 years ago
  19. 34afa4c Switched to the proto-socket based smtp implementation. by oliverschmidt · 19 years ago
  20. 72da830 Replaced strange memset(..., ' ', ...) with typical memset(..., 0, ...) by oliverschmidt · 19 years ago
  21. 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
  22. 33bf936 Added redraw of widget loosing the focus (here: window title) by oliverschmidt · 19 years ago
  23. d2f04de Serveral minor changes: by oliverschmidt · 19 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 902a602 Cleaned up cc65 Makefile by using - gnumake's vpath - cc65's --create-dep by oliverschmidt · 19 years ago
  30. b8321ff Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  31. 099f47c Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  32. d2df7be Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  33. a34b131 Renamed CFLAGSCOMMON to CFLAGSCC65. by oliverschmidt · 19 years ago
  34. 78a775c Renamed CFLAGSCOMMON to CFLAGSCC65 and changed include dir options to by oliverschmidt · 19 years ago
  35. 505de31 Moved D64 image creation target from cc65 Makefile to C64 Makefile. by oliverschmidt · 19 years ago
  36. 5fc23c7 Moved D64 image creation target from cc65 Makefile to C64 Makefile. by oliverschmidt · 19 years ago
  37. 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
  38. 15388d6 Improved compatibility of C64 build with recent cc65 snapshots. by oliverschmidt · 19 years ago
  39. 0d69d1f cc65 FILENAME_MAX already accomodates for the terminating zero now. by oliverschmidt · 19 years ago
  40. c47e510 - Commented out Upload UI as there's no such functionality. by oliverschmidt · 19 years ago
  41. 02949e1 Made use of shell_start. by oliverschmidt · 19 years ago
  42. b86b065 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago
  43. de4a9f6 Added initial CTK_WIDGET_FOCUS where applicable. by oliverschmidt · 19 years ago
  44. 527dd2a Changed direntry size from bytes to blocks. by oliverschmidt · 19 years ago
  45. 34c3a6c Added shell app to the Win32 target. by oliverschmidt · 19 years ago
  46. 616fa12 Made shell app except uppercase commands as there are platforms generally lacking lowercase support. by oliverschmidt · 19 years ago
  47. 18f390a Added ftp and shell app to the menu. by oliverschmidt · 19 years ago
  48. f5480c4 Renamed the Contiki app define SHELL to SHELL_ to avoid conflicts with the SHELL env variable. by oliverschmidt · 19 years ago
  49. 8c69e24 Renamed the Contiki app define SHELL to SHELL_ to avoid conflicts with the SHELL env variable. by oliverschmidt · 19 years ago
  50. f323cbf Renamed the Contiki app define SHELL to SHELL_ to avoid conflicts with the SHELL env variable. by oliverschmidt · 19 years ago
  51. d89bc67 Renamed the Contiki app define SHELL to SHELL_ to avoid conflicts with the SHELL env variable. by oliverschmidt · 19 years ago
  52. 0f3bae6 Renamed global icon variables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  53. 3b551df Renamed global icon variables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  54. e3f7ad3 Renamed global icon variables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  55. 8e1e1dd Renamed global icon varables to avoid linker probs when linking several app descriptions into the Contiki kernel. by oliverschmidt · 19 years ago
  56. ffab45c Removed unnecessary / obsolete destructor priority setting. by oliverschmidt · 19 years ago
  57. 7a8f158 Updated loader URL. by oliverschmidt · 19 years ago
  58. 28857a4 Added the ftp and shell app to the Apple2 build. by oliverschmidt · 19 years ago
  59. c484425 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  60. 098c780 Moved the directory app description files into the generic folder where the app itself already was located. by oliverschmidt · 19 years ago
  61. 221b0b4 Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  62. cc12aba Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  63. a47cab6 Moved the shell app into the generic folder as it builds and runs on every target with full cfs support. by oliverschmidt · 19 years ago
  64. cef53c5 Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  65. 19a4039 Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  66. cb117db Added more app defines to Makefile.common. by oliverschmidt · 19 years ago
  67. b844485 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  68. eeea7b7 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  69. 0354c3e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  70. bb77f67 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  71. 42c10a2 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  72. f6d3a93 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  73. dcb85f5 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  74. f62fb9e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  75. bfe3f3e Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  76. 30a5583 Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  77. 77f0a0a Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  78. 1bcc93c Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  79. 1f28e9b Replaced all duplicate app defines contained in Makefile.common with references to that file. by oliverschmidt · 19 years ago
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 6784cc6 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  87. ec69f09 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  88. aaaef94 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  89. e04e386 Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  90. ba0640b Renamed contiki-cc65/Makefile.common to contiki-cc65/Makefile.cc65 by oliverschmidt · 19 years ago
  91. 8782c95 Added directory support to the Apple2 cfs. by oliverschmidt · 19 years ago
  92. 19c1876 Added missing include for sprintf(). by oliverschmidt · 19 years ago
  93. 991ae2b Renamed constructor/destructor to avoid name clashes with cc65 C-library stuff. by oliverschmidt · 19 years ago
  94. 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
  95. 93ffcf1 Brought back closing all open files on exit as a last resort. by oliverschmidt · 19 years ago
  96. 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
  97. 7f856cc Implemented ctk_arch_isprint as macro like the gtk target does. by oliverschmidt · 19 years ago
  98. be6e4dc Prefilled port with 23 and fixed several bugs: by oliverschmidt · 19 years ago
  99. ca9101d CTK_TEXTENTRY_CLEAR() already includes memset(). by oliverschmidt · 19 years ago
  100. ea6c672 Cleaned up obsolete stuff. by oliverschmidt · 19 years ago