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. c5ed2f0 Fixed bug with icons in windows by adamdunkels · 21 years ago
  4. 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
  5. 6610962 First stab at modular screen saver support by adamdunkels · 21 years ago
  6. 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
  7. 9f667f2 Fixed a few NULL pointer bugs by adamdunkels · 21 years ago
  8. e68091d Made menu start one character from the left side of the screen by adamdunkels · 21 years ago
  9. b51799e Fixed crash when no widget was selected by adamdunkels · 21 years ago
  10. 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
  11. e8af138 Added ctk_mouse_hide() and ctk_mouse_show() functions by adamdunkels · 21 years ago
  12. 3a08a49 Added CTK_WIDGET_TYPE macro, made icons have a width, changed signal names by adamdunkels · 21 years ago
  13. 6ccf721 Fixed unsigned char bugs for sdcc targets by adamdunkels · 21 years ago
  14. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  15. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  16. 19a787c Mouse code now only compiled if CTK_CONF_MOUSE_SUPPORT is turned on by adamdunkels · 21 years ago
  17. e068331 Updated mouse support by adamdunkels · 21 years ago
  18. c490286 Preliminary mouse support added by adamdunkels · 21 years ago
  19. 3cf116a Windows that are not open can now be closed by adamdunkels · 21 years ago
  20. 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
  21. a0e8913 Added comment on where to find documentation by adamdunkels · 21 years ago
  22. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  23. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  24. 09c28b6 Initial import by adamdunkels · 21 years ago
  25. 846b8ef Moved into conf/ subdirectory and changed name into .example by adamdunkels · 21 years ago
  26. 9d3a0e5 Put the ctk_draw_clear_window() function back. 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. 1d5eb5e Some cleaing up, added the CTK_BITMAP widget type. by adamdunkels · 21 years ago
  30. 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
  31. ca9ddcb Initial import by adamdunkels · 21 years ago