1. 2464654 Reverse code to avoid SDCC bug. by PulkoMandy · 10 years ago
  2. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  3. cd6c30b Every line in a multiline textentry widget is supposed to have an addtional zero termination so take that into account when computing line offsets. by oliverschmidt · 19 years ago
  4. 1151124 Delegating the behaviour of a text entry widget on entering the edit state to its keyboard input function has two benefits: by oliverschmidt · 19 years ago
  5. f28743b Move cursor always to the end of a text entry widget on entering the edit state instead of remembering the cursor position from the last edit because by oliverschmidt · 19 years ago
  6. 0096f6a Introduced user-extensable textentry input handling. by oliverschmidt · 19 years ago
  7. b590c10 Move cursor always to the end of a text entry widget on entering the edit state instead of remembering the cursor position from the last edit because by oliverschmidt · 19 years ago
  8. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  9. e99386b Added visual feedback for a moving window by drawing all widgets focused. This seems to be intuitive as the focus of attention is the whole window (thus all widgets). by oliverschmidt · 19 years ago
  10. 432bc5a Improved window vertical centering. by oliverschmidt · 19 years ago
  11. 6b9d5e8 bugfix: switching widgets in a window without widgets crashed by adamdunkels · 20 years ago
  12. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  13. 125483e Support for desktop icon rearrangement after an updated screen resolution by adamdunkels · 20 years ago
  14. 3b548c8 Now uses the new kernel API, add window border dimensions by adamdunkels · 20 years ago
  15. f42b7bc Changed desktop window to draw desktop icons non-focused when another window is open. by oliverschmidt · 20 years ago
  16. d52d46c Changed the behaviour of text entry widgets so that i.e. a widget with width five actually allows typing in five chars. After the last char the cursor isn't advanced. The DEL key works accordingly which is deleting the last char doesn't move back the cursor. by oliverschmidt · 20 years ago
  17. c961908 Added ctk_arch_isprint() in text entry box by adamdunkels · 20 years ago
  18. 6afc9c5 Synchronous post function renamed by adamdunkels · 20 years ago
  19. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  20. 0404ef1 Replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  21. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  22. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  23. c4dbb8d ctk_signal_keypress are now delivered with fastemit() function, only one redraw is performed when many keypresses are queued, and ctk_widget_redraw() code was split into two functions by adamdunkels · 21 years ago
  24. a05d540 Enter key press in text entry widget now makes focus jump downward by adamdunkels · 21 years ago
  25. 04ec5b4 Now emits a ctk_signal_widget_activate when a textentry is activated by adamdunkels · 21 years ago
  26. 4dd8eeb Rewrote small parts in order to reduce code size. by adamdunkels · 21 years ago
  27. 4662303 Menus are now redrawn when a menu is removed by adamdunkels · 21 years ago
  28. 3af580f Removed old MULTILINE text entry, updated ctk_signal_keypress logic, added fastcall to a few functions to reduce code size by adamdunkels · 21 years ago
  29. 9795b2e Changed screensaver code so that it allows loadable screensavers, added CTK_CONF_WIDGETUP_KEY and CTK_CONF_WIDGETDOWN_KEY which are now used for switching between widgets by adamdunkels · 21 years ago
  30. cf90b0d Added explicit timer functionality, no longer uses the ek timer functions by adamdunkels · 21 years ago
  31. 47efbc4 Bugfix: widgets are now not redrawn when covered by a dialog by adamdunkels · 21 years ago
  32. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  33. 591724c An additional ctk_desktop_redraw() caused noticable flickering when switching windows by adamdunkels · 21 years ago
  34. 965e292 Changed ctk_redraw() to new function ctk_desktop_redraw(). Added stubs for future ctk_desktop functionality. Reformatted a few comments. by adamdunkels · 21 years ago
  35. e2f4d2a Added first functions in ctk_desktop interface, added CTK_SCREESAVER_TIMEOUT() macros by adamdunkels · 21 years ago
  36. e8bdfe1 Fixed NULL pointer bugs by adamdunkels · 21 years ago
  37. 6610962 First stab at modular screen saver support by adamdunkels · 21 years ago
  38. 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
  39. 9f667f2 Fixed a few NULL pointer bugs by adamdunkels · 21 years ago
  40. b51799e Fixed crash when no widget was selected by adamdunkels · 21 years ago
  41. 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
  42. 4b7a7ab Windows default placement is now at the center of the screen by adamdunkels · 21 years ago
  43. 78c03dc Added workarounds for SDCC problems - bugs with unsigned chars and the arguments to function pointers by adamdunkels · 21 years ago
  44. 19a787c Mouse code now only compiled if CTK_CONF_MOUSE_SUPPORT is turned on by adamdunkels · 21 years ago
  45. e068331 Updated mouse support by adamdunkels · 21 years ago
  46. c490286 Preliminary mouse support added by adamdunkels · 21 years ago
  47. 3cf116a Windows that are not open can now be closed by adamdunkels · 21 years ago
  48. d07a542 Now uses CC_REGISTER_ARG macro instead of plain 'register' for function arguments by adamdunkels · 21 years ago
  49. 5cb690c Now the ctk_signal_window_close signal is emitted when a window is closed. by adamdunkels · 21 years ago
  50. 9d3a0e5 Put the ctk_draw_clear_window() function back. by adamdunkels · 21 years ago
  51. 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
  52. ca9ddcb Initial import by adamdunkels · 21 years ago