1. fe32f8d Added CTK_CONIO_CONF_UPDATE() at the appropriate places by adamdunkels · 21 years ago
  2. e8bdfe1 Fixed NULL pointer bugs by adamdunkels · 21 years ago
  3. 8bfd838 Made uIP network device drivers modularised by adamdunkels · 21 years ago
  4. a52aa43 Made uIP network device drivers modularised by adamdunkels · 21 years ago
  5. 0855d56 Dialog now resizes itself if the screen is too small by adamdunkels · 21 years ago
  6. 12467a7 Removed unnecessary redraw when dialog open by adamdunkels · 21 years ago
  7. c5ed2f0 Fixed bug with icons in windows by adamdunkels · 21 years ago
  8. 4e441cb Preliminary digit buttons by adamdunkels · 21 years ago
  9. 1d7a575 Added error definition by adamdunkels · 21 years ago
  10. e8b21d0 Added CTK_WIDGET_SET_XPOS, CTK_WIDGET_SET_YPOS, CTK_WIDHET_SET_WIDTH and CTK_WIDHET_XPOS and added preliminary support for modular screen saver by adamdunkels · 21 years ago
  11. 6610962 First stab at modular screen saver support by adamdunkels · 21 years ago
  12. 1690685 Fixed bug so that it now compiles without uIP as well by adamdunkels · 21 years ago
  13. daf5e57 Shortened icon name by adamdunkels · 21 years ago
  14. c4bf5ca Now uses new ctk_signal_widget_select, and makes sure that only hyperlinks cause the status text to change by adamdunkels · 21 years ago
  15. 893e7f6 Added a bunch of dsc files by adamdunkels · 21 years ago
  16. 58917a8 Added ctk_signal_widget_activate and ctk_signal_widget_select, made mouse clicks on desktop icons work even with open windows, added ctk_bitmap_set_nbitmap and CTK_BITMAP_NEW macros by adamdunkels · 21 years ago
  17. 59632f1 Processes' signal listeners are now unregistered when process exits, which made programs hang after a while by adamdunkels · 21 years ago
  18. db7da0d Now calls correct .prg file by adamdunkels · 21 years ago
  19. 14e72c6 Changed description to fit in directory browser text label width by adamdunkels · 21 years ago
  20. 28fa760 Changed description by adamdunkels · 21 years ago
  21. 6769437 Removed garbage at end of #ifndef by adamdunkels · 21 years ago
  22. 657f50c Fixed problems with loadable dsc files on the cc65 targets by adamdunkels · 21 years ago
  23. 43c3d1d Added program description (dsc) support and broke out program dependancies from the program-handler by adamdunkels · 21 years ago
  24. 8539c15 Updated stuff for testing by adamdunkels · 21 years ago
  25. 9f667f2 Fixed a few NULL pointer bugs by adamdunkels · 21 years ago
  26. e68091d Made menu start one character from the left side of the screen by adamdunkels · 21 years ago
  27. 66c6af6 Added functions for getting configured IP addresses by adamdunkels · 21 years ago
  28. c4db287 Configuration now obtained from the running system by adamdunkels · 21 years ago
  29. 7727b11 Fixed compile problem by adamdunkels · 21 years ago
  30. c11c62d Fixed bug with history list pointer being out of bounds by adamdunkels · 21 years ago
  31. b51799e Fixed crash when no widget was selected by adamdunkels · 21 years ago
  32. a0de328 Added libconio-conf.h support by adamdunkels · 21 years ago
  33. cc08873 Fixed bug with screen size return values by adamdunkels · 21 years ago
  34. 83e2284 add "Atari 800" User-Agent string by sannyx · 21 years ago
  35. b248656 Rewrote mouse pointer support and it now works with menus, icons, widgets, for switching focus between windows and for moving windows by adamdunkels · 21 years ago
  36. e8af138 Added ctk_mouse_hide() and ctk_mouse_show() functions by adamdunkels · 21 years ago
  37. 24cb639 Added approximate amount of bytes of code for mouse support by adamdunkels · 21 years ago
  38. 3a08a49 Added CTK_WIDGET_TYPE macro, made icons have a width, changed signal names by adamdunkels · 21 years ago
  39. 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
  40. c97a60b Changed process name to Calculator by adamdunkels · 21 years ago
  41. a938108 Added program_handler_load() function by adamdunkels · 21 years ago
  42. c1272b2 Changed process name to program handler, added program_handler_load() function by adamdunkels · 21 years ago
  43. 192ecd3 About text is now system agnostic by adamdunkels · 21 years ago
  44. eb47473 Added missing definition for DISPATCHER_SIGHANDLER_ARG by adamdunkels · 21 years ago
  45. 2e41542 Added workaround for function pointer arguments in uIP callbacks by adamdunkels · 21 years ago
  46. dc57fb0 Made Run... window smaller so that it fits on the VIC20 screen by adamdunkels · 21 years ago
  47. 6ccf721 Fixed unsigned char bugs for sdcc targets by adamdunkels · 21 years ago
  48. 8bb556e Process ID field updated to three characters by adamdunkels · 21 years ago
  49. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  50. 74b6dc6 Fixed so no process will have process ID 0 (EK_ID_NONE) anymore by adamdunkels · 21 years ago
  51. eb0df01 First version of a very simple calculator by adamdunkels · 21 years ago
  52. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  53. 4f94fc3 Initial version of document describing the steps performed for making a release by adamdunkels · 21 years ago
  54. 19a787c Mouse code now only compiled if CTK_CONF_MOUSE_SUPPORT is turned on by adamdunkels · 21 years ago
  55. e068331 Updated mouse support by adamdunkels · 21 years ago
  56. c490286 Preliminary mouse support added by adamdunkels · 21 years ago
  57. 0137b44 Made the quit() function have a unique name in each program by adamdunkels · 21 years ago
  58. e0cc058 Initial version by adamdunkels · 21 years ago
  59. 95df289 Now uses EK_ID_NONE by adamdunkels · 21 years ago
  60. 993396b Reset RS232 bufsize back to 300 by adamdunkels · 21 years ago
  61. f038eea Fixed problem with null definition of macro that should return a value by adamdunkels · 21 years ago
  62. 3cf116a Windows that are not open can now be closed by adamdunkels · 21 years ago
  63. 6b3c858 Fixes problems with use without loadable programs by adamdunkels · 21 years ago
  64. 1cd53bd Added support for making program loadable by adamdunkels · 21 years ago
  65. 4292c86 Broke contiki.c and programs.c into multiple separate programs to facilitate program loading by adamdunkels · 21 years ago
  66. 8af703e Program now exit their process and unload themselves if possible by adamdunkels · 21 years ago
  67. 287cfd5 Remade process list updating to allow more than a few process IDs to be used by adamdunkels · 21 years ago
  68. 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
  69. a0e8913 Added comment on where to find documentation by adamdunkels · 21 years ago
  70. 62b6499 Process will now exit when browser window is closed by adamdunkels · 21 years ago
  71. 3c11532 Added a dispatcher_exit() function which can be called to remove a process from the system by adamdunkels · 21 years ago
  72. b1e962a Initial import by adamdunkels · 21 years ago
  73. e784331 Default configuration options for the C compiler dependant configuration options by adamdunkels · 21 years ago
  74. 4b001e7 Changed htons() to HTONS() so that the dispatcher no longer relies on the uIP being compiled in by adamdunkels · 21 years ago
  75. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  76. 9d1aaef Changed FASTCALL macro to new CC_FASTCALL by adamdunkels · 21 years ago
  77. b732686 Added missing function declarations by adamdunkels · 21 years ago
  78. e25fbf2 Configiuration options determined by the C compiler used by adamdunkels · 21 years ago
  79. 6617a7c Changed from clock() function to ek_clock() by adamdunkels · 21 years ago
  80. 50d99c7 Added a number of missing function implementations by adamdunkels · 21 years ago
  81. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  82. fcbd3d3 Fixed menu bug when no web browser was compiled in. by adamdunkels · 21 years ago
  83. 09c28b6 Initial import by adamdunkels · 21 years ago
  84. 0da04a8 Initial import by adamdunkels · 21 years ago
  85. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  86. 17e84a3 Moved a number of configuration options from the code file to a separate header file. by adamdunkels · 21 years ago
  87. 9d3a0e5 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  88. 14324cb Initial import by adamdunkels · 21 years ago
  89. d4ab95a Removed unused color and fcolor fields in ctk_icon struct. by adamdunkels · 21 years ago
  90. 5be8297 Made "1" the default for all options. by adamdunkels · 21 years ago
  91. 77b38b5 Removed string.h include file and added bare strncmp() declaration instead. by adamdunkels · 21 years ago
  92. 47ec7fa Make htons() a regular C function, and added a HTONS() macro. by adamdunkels · 21 years ago
  93. 1d5eb5e Some cleaing up, added the CTK_BITMAP widget type. by adamdunkels · 21 years ago
  94. 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
  95. 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
  96. a83cafe Added ifdef __C64__ around C64 specific parts of the code. by adamdunkels · 21 years ago
  97. af90817 Fixed compiler warnings. by adamdunkels · 21 years ago
  98. c2e0d62 Added include file "petsciiconv.h" to avoid compiler warnings. by adamdunkels · 21 years ago
  99. ca9ddcb Initial import by adamdunkels · 21 years ago