1. 4001f52 Fix build for bitbox. by Adrien Destugues · 7 years ago
  2. 4786780 More missing const by Adrien Destugues · 7 years ago
  3. 69a6e72 Update to SDCC 3.6.0. by Adrien Destugues · 7 years ago
  4. a0c63ba Remove useless "initialized" stuff. by Adrien Destugues · 8 years ago
  5. 2464654 Reverse code to avoid SDCC bug. by PulkoMandy · 10 years ago
  6. 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 10 years ago
  7. e43cb18 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  8. 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
  9. 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
  10. 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
  11. acdf6e9 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  12. 0096f6a Introduced user-extensable textentry input handling. by oliverschmidt · 19 years ago
  13. 6307bff Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  14. 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
  15. 7fdf5f5 The most recent cc65 snapshot supports bgcolor, bodercolor and textcolor to be implemented as macros. In order to avoid warnings if these macros expand to constants their usages have to be casted to void if their return value isn't used. BTW: Ullrich added the same casts to cc65-internal usages of these functions/macros. by oliverschmidt · 19 years ago
  16. 7b9025d Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  17. d104058 Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  18. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  19. 2b1582b Optimized menu drawing code. Now the code by oliverschmidt · 19 years ago
  20. 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
  21. 432bc5a Improved window vertical centering. by oliverschmidt · 19 years ago
  22. e2486c6 Allowed CH_ENTER to be overridden. by oliverschmidt · 20 years ago
  23. 6b9d5e8 bugfix: switching widgets in a window without widgets crashed by adamdunkels · 20 years ago
  24. a2f3c42 Added copyright license header by adamdunkels · 20 years ago
  25. 8478bee Added initialization so that the module is initalized before first use by adamdunkels · 20 years ago
  26. 3eac04f Fixed bug with BITMAP widget by adamdunkels · 20 years ago
  27. ccdcba2 Support for shutdown of CTK draw service by adamdunkels · 20 years ago
  28. dc0bc68 Brief descriptions of all files in the directory by adamdunkels · 20 years ago
  29. 7790abe Bugfix: a NULL icon bitmap could generate a NULL pointer error by adamdunkels · 20 years ago
  30. 54d32c7 Type cast to ek_data_t instead of void * by adamdunkels · 20 years ago
  31. e9a3257 Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  32. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  33. 40ea974 Updated for the new kernel, removed dispatcher dependancy by adamdunkels · 20 years ago
  34. b9614dc CTK terminal/telnet server driver implementation, by Mathias Bergvall by adamdunkels · 20 years ago
  35. 18c26e1 Register keyword added to function prototypes by adamdunkels · 20 years ago
  36. 7836629 Color updates, register keyword added to function parameters by adamdunkels · 20 years ago
  37. 28ad2b3 Bugfix: textentries created at run-time now start with y position at top by adamdunkels · 20 years ago
  38. 125483e Support for desktop icon rearrangement after an updated screen resolution by adamdunkels · 20 years ago
  39. 8b12b04 Mouse raster conversion functions moved from vnc-out by adamdunkels · 20 years ago
  40. 29b1a2a Font size definition by adamdunkels · 20 years ago
  41. 6eb3dda New and improved VNC font, taken from the Geneva Macintosh font by adamdunkels · 20 years ago
  42. d802d77 Added F2, F4 and F6 by adamdunkels · 20 years ago
  43. 72a4621 Default values for border width and screen size by adamdunkels · 20 years ago
  44. 8fd59e1 Shorter service name by adamdunkels · 20 years ago
  45. 60612e7 Service implementation of CTK CONIO driver by adamdunkels · 20 years ago
  46. d9a9107 Changed ctk-conio to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  47. 1f9a9a1 Now uses the new kernel API, widgets can now have a flags field by adamdunkels · 20 years ago
  48. 3b548c8 Now uses the new kernel API, add window border dimensions by adamdunkels · 20 years ago
  49. 0e84060 Now uses the new kernel API by adamdunkels · 20 years ago
  50. 6c16898 Added window border dimensions by adamdunkels · 20 years ago
  51. 074dd97 CTK screen drawing service interface by adamdunkels · 20 years ago
  52. ca2cbe5 Added window border dimensions and ctk_arch_isprint() by adamdunkels · 20 years ago
  53. 4037b26 Removed 40 char static buffer used for printing potentially truncated strings. by oliverschmidt · 20 years ago
  54. a98def5 Excluded icon drawing code from compilation if no icon support is configured. by oliverschmidt · 20 years ago
  55. f42b7bc Changed desktop window to draw desktop icons non-focused when another window is open. by oliverschmidt · 20 years ago
  56. 84b3084 Part 2 of adding two new ctk configuration macros: by oliverschmidt · 20 years ago
  57. 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
  58. c961908 Added ctk_arch_isprint() in text entry box by adamdunkels · 20 years ago
  59. 9b85259 Removed old advertising clause, changed bcopy to memcpy by adamdunkels · 20 years ago
  60. 1d2858f Removed old advertising clause, nicer window edges by adamdunkels · 20 years ago
  61. 76a4c4a Removed old advertising clause by adamdunkels · 20 years ago
  62. 70743e1 only define CH_ENTER if it isn't defined already by sannyx · 20 years ago
  63. 6afc9c5 Synchronous post function renamed by adamdunkels · 20 years ago
  64. 09e2757 Focused widgets in background windows are no longer drawn in reverse by adamdunkels · 20 years ago
  65. e937ded Joined latest code from contiki-1-1 branch by adamdunkels · 21 years ago
  66. 033f084 Added CTK_VNCSERVER_CONF_MAX_ICONS configuration parameter, made VNC output code work with 16-bit alignment, reduced size of key queue to 20 keys by adamdunkels · 21 years ago
  67. 0404ef1 Replaced id param to ctk_icon_add() by adamdunkels · 21 years ago
  68. 1e45c6d Updated doxygen documentation, revised copyright stuff by adamdunkels · 21 years ago
  69. b81e560 Made the color definitions const by adamdunkels · 21 years ago
  70. cc46c52 Introduced ctk-vncserver-conf.h file, added doxygen documentation by adamdunkels · 21 years ago
  71. d238b29 Font data now declared const by adamdunkels · 21 years ago
  72. b27d85a Added doxygen documentation by adamdunkels · 21 years ago
  73. 3d372e1 Removed the id argument to the ctk_icon_add() by adamdunkels · 21 years ago
  74. 3529869 Added doxygen documentation by adamdunkels · 21 years ago
  75. 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
  76. 8bb5cca Added the ability to pass an argument pointer to newly created processes by adamdunkels · 21 years ago
  77. 2bd4ec4 VNC server name now copied from static string rather than from immediate constants by adamdunkels · 21 years ago
  78. a05d540 Enter key press in text entry widget now makes focus jump downward by adamdunkels · 21 years ago
  79. e7f5d50 Removed unneeded return statement by adamdunkels · 21 years ago
  80. 6e04e1a Added CTK_TEXTENTRY_CLEAR() macro by adamdunkels · 21 years ago
  81. 04ec5b4 Now emits a ctk_signal_widget_activate when a textentry is activated by adamdunkels · 21 years ago
  82. 4dd8eeb Rewrote small parts in order to reduce code size. by adamdunkels · 21 years ago
  83. 62652ac Remade the #defines so that they will compile with cc65 by adamdunkels · 21 years ago
  84. 4662303 Menus are now redrawn when a menu is removed by adamdunkels · 21 years ago
  85. 95bdfce Updated area for dialogs was too small, fixed by adamdunkels · 21 years ago
  86. 91acf26 Changed -DNOT_AVR to -DWITH_AVR which AVR targets will have to define by adamdunkels · 21 years ago
  87. 3c01d28 Added F-keys by adamdunkels · 21 years ago
  88. a6557e4 Added fastcall to ctk_widget_add() by adamdunkels · 21 years ago
  89. 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
  90. 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
  91. cf90b0d Added explicit timer functionality, no longer uses the ek timer functions by adamdunkels · 21 years ago
  92. 47efbc4 Bugfix: widgets are now not redrawn when covered by a dialog by adamdunkels · 21 years ago
  93. af610eb Made a few pointers register variables to reduce code size by adamdunkels · 21 years ago
  94. df6ab2b Added missing 'extern' to ctk_vncfont by adamdunkels · 21 years ago
  95. 591724c An additional ctk_desktop_redraw() caused noticable flickering when switching windows by adamdunkels · 21 years ago
  96. 62393fb Updated to work with new height field by adamdunkels · 21 years ago
  97. 2d01531 First version of the uVNC server port to Contiki by adamdunkels · 21 years ago
  98. eb9bf6c Added ctk_desktop structures. Added a height field (h) to all ctk_widget structures. by adamdunkels · 21 years ago
  99. 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
  100. e2f4d2a Added first functions in ctk_desktop interface, added CTK_SCREESAVER_TIMEOUT() macros by adamdunkels · 21 years ago