1. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  2. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  3. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago
  4. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  5. 287cfd5 Remade process list updating to allow more than a few process IDs to be used by adamdunkels · 21 years ago
  6. 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
  7. a0e8913 Added comment on where to find documentation by adamdunkels · 21 years ago
  8. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  9. 3c11532 Added a dispatcher_exit() function which can be called to remove a process from the system by adamdunkels · 21 years ago
  10. b1e962a Initial import by adamdunkels · 21 years ago
  11. e784331 Default configuration options for the C compiler dependant configuration options by adamdunkels · 21 years ago
  12. 4b001e7 Changed htons() to HTONS() so that the dispatcher no longer relies on the uIP being compiled in by adamdunkels · 21 years ago
  13. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  14. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  15. b732686 Added missing function declarations by adamdunkels · 21 years ago
  16. e25fbf2 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  17. 6617a7c Changed from clock() function to ek_clock() by adamdunkels · 21 years ago
  18. 50d99c7 Added a number of missing function implementations by adamdunkels · 21 years ago
  19. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  20. fcbd3d3 Fixed menu bug when no web browser was compiled in. by adamdunkels · 21 years ago
  21. 09c28b6 Initial import by adamdunkels · 21 years ago
  22. 0da04a8 Initial import by adamdunkels · 21 years ago
  23. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  24. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  25. 9d3a0e5 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  26. 14324cb Initial import by adamdunkels · 21 years ago
  27. d4ab95a Removed unused color and fcolor fields in ctk_icon struct. by adamdunkels · 21 years ago
  28. 5be8297 Made "1" the default for all options. by adamdunkels · 21 years ago
  29. 77b38b5 Removed string.h include file and added bare strncmp() declaration instead. by adamdunkels · 21 years ago
  30. 47ec7fa Make htons() a regular C function, and added a HTONS() macro. by adamdunkels · 21 years ago
  31. 1d5eb5e Some cleaing up, added the CTK_BITMAP widget type. by adamdunkels · 21 years ago
  32. 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
  33. 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
  34. a83cafe Added ifdef __C64__ around C64 specific parts of the code. by adamdunkels · 21 years ago
  35. af90817 Fixed compiler warnings. by adamdunkels · 21 years ago
  36. c2e0d62 Added include file "petsciiconv.h" to avoid compiler warnings. by adamdunkels · 21 years ago
  37. ca9ddcb Initial import by adamdunkels · 21 years ago