1. e8af138 Added ctk_mouse_hide() and ctk_mouse_show() functions by adamdunkels · 21 years ago
  2. 24cb639 Added approximate amount of bytes of code for mouse support by adamdunkels · 21 years ago
  3. 3a08a49 Added CTK_WIDGET_TYPE macro, made icons have a width, changed signal names by adamdunkels · 21 years ago
  4. c880903 Placed the No button in the Erase dialog within the dialog, and made sure the screen was redrawn after showing it by adamdunkels · 21 years ago
  5. c97a60b Changed process name to Calculator by adamdunkels · 21 years ago
  6. a938108 Added program_handler_load() function by adamdunkels · 21 years ago
  7. c1272b2 Changed process name to program handler, added program_handler_load() function by adamdunkels · 21 years ago
  8. 192ecd3 About text is now system agnostic by adamdunkels · 21 years ago
  9. eb47473 Added missing definition for DISPATCHER_SIGHANDLER_ARG by adamdunkels · 21 years ago
  10. 2e41542 Added workaround for function pointer arguments in uIP callbacks by adamdunkels · 21 years ago
  11. dc57fb0 Made Run... window smaller so that it fits on the VIC20 screen by adamdunkels · 21 years ago
  12. 6ccf721 Fixed unsigned char bugs for sdcc targets by adamdunkels · 21 years ago
  13. 8bb556e Process ID field updated to three characters by adamdunkels · 21 years ago
  14. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  15. 74b6dc6 Fixed so no process will have process ID 0 (EK_ID_NONE) anymore by adamdunkels · 21 years ago
  16. eb0df01 First version of a very simple calculator by adamdunkels · 21 years ago
  17. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  18. 4f94fc3 Initial version of document describing the steps performed for making a release by adamdunkels · 21 years ago
  19. 19a787c Mouse code now only compiled if CTK_CONF_MOUSE_SUPPORT is turned on by adamdunkels · 21 years ago
  20. e068331 Updated mouse support by adamdunkels · 21 years ago
  21. c490286 Preliminary mouse support added by adamdunkels · 21 years ago
  22. 0137b44 Made the quit() function have a unique name in each program by adamdunkels · 21 years ago
  23. e0cc058 Initial version by adamdunkels · 21 years ago
  24. 95df289 Now uses EK_ID_NONE by adamdunkels · 21 years ago
  25. 993396b Reset RS232 bufsize back to 300 by adamdunkels · 21 years ago
  26. f038eea Fixed problem with null definition of macro that should return a value by adamdunkels · 21 years ago
  27. 3cf116a Windows that are not open can now be closed by adamdunkels · 21 years ago
  28. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  29. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  30. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago
  31. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  32. 287cfd5 Remade process list updating to allow more than a few process IDs to be used by adamdunkels · 21 years ago
  33. 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
  34. a0e8913 Added comment on where to find documentation by adamdunkels · 21 years ago
  35. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  36. 3c11532 Added a dispatcher_exit() function which can be called to remove a process from the system by adamdunkels · 21 years ago
  37. b1e962a Initial import by adamdunkels · 21 years ago
  38. e784331 Default configuration options for the C compiler dependant configuration options by adamdunkels · 21 years ago
  39. 4b001e7 Changed htons() to HTONS() so that the dispatcher no longer relies on the uIP being compiled in by adamdunkels · 21 years ago
  40. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  41. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  42. b732686 Added missing function declarations by adamdunkels · 21 years ago
  43. e25fbf2 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  44. 6617a7c Changed from clock() function to ek_clock() by adamdunkels · 21 years ago
  45. 50d99c7 Added a number of missing function implementations by adamdunkels · 21 years ago
  46. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  47. fcbd3d3 Fixed menu bug when no web browser was compiled in. by adamdunkels · 21 years ago
  48. 09c28b6 Initial import by adamdunkels · 21 years ago
  49. 0da04a8 Initial import by adamdunkels · 21 years ago
  50. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  51. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  52. 9d3a0e5 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  53. 14324cb Initial import by adamdunkels · 21 years ago
  54. d4ab95a Removed unused color and fcolor fields in ctk_icon struct. by adamdunkels · 21 years ago
  55. 5be8297 Made "1" the default for all options. by adamdunkels · 21 years ago
  56. 77b38b5 Removed string.h include file and added bare strncmp() declaration instead. by adamdunkels · 21 years ago
  57. 47ec7fa Make htons() a regular C function, and added a HTONS() macro. by adamdunkels · 21 years ago
  58. 1d5eb5e Some cleaing up, added the CTK_BITMAP widget type. by adamdunkels · 21 years ago
  59. 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
  60. 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
  61. a83cafe Added ifdef __C64__ around C64 specific parts of the code. by adamdunkels · 21 years ago
  62. af90817 Fixed compiler warnings. by adamdunkels · 21 years ago
  63. c2e0d62 Added include file "petsciiconv.h" to avoid compiler warnings. by adamdunkels · 21 years ago
  64. ca9ddcb Initial import by adamdunkels · 21 years ago