1. 5dad6ac Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  2. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  3. 2f5291c Initial import of files for the Contiki development environment by adamdunkels · 21 years ago
  4. 4f94fc3 Initial version of document describing the steps performed for making a release by adamdunkels · 21 years ago
  5. 19a787c Mouse code now only compiled if CTK_CONF_MOUSE_SUPPORT is turned on by adamdunkels · 21 years ago
  6. e068331 Updated mouse support by adamdunkels · 21 years ago
  7. 9e5028e Updated mouse support by adamdunkels · 21 years ago
  8. c1b6aee Now includes rs232dev.h to avoid compiler warning by adamdunkels · 21 years ago
  9. b5cb0e8 Reduced number of page widgets to make it work with mouse support by adamdunkels · 21 years ago
  10. 942aabf Preliminary mouse support added by adamdunkels · 21 years ago
  11. c490286 Preliminary mouse support added by adamdunkels · 21 years ago
  12. 0137b44 Made the quit() function have a unique name in each program by adamdunkels · 21 years ago
  13. e05a372 Changed from -t c64 to -t (SYS) by adamdunkels · 21 years ago
  14. 37bb23d Added support for loadable programs by adamdunkels · 21 years ago
  15. a908221 Updated dependancies by adamdunkels · 21 years ago
  16. 12ee3d4 Added VNC by adamdunkels · 21 years ago
  17. 0863174 Initial version by adamdunkels · 21 years ago
  18. e0cc058 Initial version by adamdunkels · 21 years ago
  19. 95df289 Now uses EK_ID_NONE by adamdunkels · 21 years ago
  20. 993396b Reset RS232 bufsize back to 300 by adamdunkels · 21 years ago
  21. f038eea Fixed problem with null definition of macro that should return a value by adamdunkels · 21 years ago
  22. 3cf116a Windows that are not open can now be closed by adamdunkels · 21 years ago
  23. 80e5fa2 Fixed a few problems with bitmap and icon colors by adamdunkels · 21 years ago
  24. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  25. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  26. 4551097 Updated dependencies by adamdunkels · 21 years ago
  27. 7992fbf Custom C64 linker configuration for testing various configurations by adamdunkels · 21 years ago
  28. 79fdb2d First version of perl-script to convert cc65 labels file into assembler source by adamdunkels · 21 years ago
  29. a6e7a8e Fixed a few problems with bitmap and icon colors by adamdunkels · 21 years ago
  30. 80d1db0 Changed to use program-handler.c instead of contiki.c and programs.c by adamdunkels · 21 years ago
  31. a1931f3 Changed to support new loadable programs by adamdunkels · 21 years ago
  32. d7fe6a0 Changed to use program-handler.c and friends instead of contiki.c and programs.c by adamdunkels · 21 years ago
  33. 5ab9ddb First version of makefile for building standalone programs by adamdunkels · 21 years ago
  34. 89f3ff6 First version of utility to see the amount of free memory by adamdunkels · 21 years ago
  35. 8228583 Changed name of make targets and removed the redundant c64- prefix, added d64 target which produces a D64 image of Contiki+programs by adamdunkels · 21 years ago
  36. 34bda13 Changed to use the program-handler.c instead of contiki.c and programs.c by adamdunkels · 21 years ago
  37. 42071e2 Initial version of the 80-column C128 port by adamdunkels · 21 years ago
  38. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago
  39. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  40. fb3d546 Initial version of the program loader by adamdunkels · 21 years ago
  41. 287cfd5 Remade process list updating to allow more than a few process IDs to be used by adamdunkels · 21 years ago
  42. a45d8a1 Moved reusable window drawing code into a separate function, which is called from both ctk_draw_window() and ctk_draw_dialog() by adamdunkels · 21 years ago
  43. a0e8913 Added comment on where to find documentation by adamdunkels · 21 years ago
  44. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  45. 3c11532 Added a dispatcher_exit() function which can be called to remove a process from the system by adamdunkels · 21 years ago
  46. b1e962a Initial import by adamdunkels · 21 years ago
  47. 499e923 Updated erroneous dependancies by adamdunkels · 21 years ago
  48. 17f9fe4 Initial import by adamdunkels · 21 years ago
  49. e784331 Default configuration options for the C compiler dependant configuration options by adamdunkels · 21 years ago
  50. a56acf6 Initial import by adamdunkels · 21 years ago
  51. 4b0459d Initial import by adamdunkels · 21 years ago
  52. 4b001e7 Changed htons() to HTONS() so that the dispatcher no longer relies on the uIP being compiled in by adamdunkels · 21 years ago
  53. f711af0 Updated dependancies by adamdunkels · 21 years ago
  54. 1801f13 Initial import by adamdunkels · 21 years ago
  55. a34d69e Changed erroneous CC_CONF_FASTCALL #definition by adamdunkels · 21 years ago
  56. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  57. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  58. b732686 Added missing function declarations by adamdunkels · 21 years ago
  59. bccc607 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  60. e25fbf2 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  61. 6617a7c Changed from clock() function to ek_clock() by adamdunkels · 21 years ago
  62. 21c28c2 Initial import by adamdunkels · 21 years ago
  63. 9c360cd Added the new configuration options by adamdunkels · 21 years ago
  64. 50d99c7 Added a number of missing function implementations by adamdunkels · 21 years ago
  65. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  66. fcbd3d3 Fixed menu bug when no web browser was compiled in. by adamdunkels · 21 years ago
  67. 09c28b6 Initial import by adamdunkels · 21 years ago
  68. 84e261b Moved files into main code tree by adamdunkels · 21 years ago
  69. 1dc3435 Added the new configuration options by adamdunkels · 21 years ago
  70. 2d56517 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  71. 0da04a8 Initial import by adamdunkels · 21 years ago
  72. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  73. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  74. 9d3a0e5 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  75. 1103ef9 Initial import by adamdunkels · 21 years ago
  76. 14324cb Initial import by adamdunkels · 21 years ago
  77. d4ab95a Removed unused color and fcolor fields in ctk_icon struct. by adamdunkels · 21 years ago
  78. 4112890 Removed obsolete ctk_draw_clear_window() function and added implementation for the CTK_BITMAP widget. by adamdunkels · 21 years ago
  79. 5be8297 Made "1" the default for all options. by adamdunkels · 21 years ago
  80. 77b38b5 Removed string.h include file and added bare strncmp() declaration instead. by adamdunkels · 21 years ago
  81. 47ec7fa Make htons() a regular C function, and added a HTONS() macro. by adamdunkels · 21 years ago
  82. 1d5eb5e Some cleaing up, added the CTK_BITMAP widget type. by adamdunkels · 21 years ago
  83. 88ed9c4 Removed the call to (and dependance on) the now obsolete ctk_draw_clear_window() function. Changed CH_F1 to CTK_CONF_MENU_KEY. by adamdunkels · 21 years ago
  84. aceb911 Added a ctk_window_open() so that the browser window opens when a hyperlink is activated from another process. by adamdunkels · 21 years ago
  85. a83cafe Added ifdef __C64__ around C64 specific parts of the code. by adamdunkels · 21 years ago
  86. af90817 Fixed compiler warnings. by adamdunkels · 21 years ago
  87. c2e0d62 Added include file "petsciiconv.h" to avoid compiler warnings. by adamdunkels · 21 years ago
  88. 7e4982c Initial import by adamdunkels · 21 years ago
  89. ca9ddcb Initial import by adamdunkels · 21 years ago