1. e43cb18 Don't make assumtions on the content of the textentry text buffer beyond the first '\0'. by oliverschmidt · 18 years ago
  2. 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
  3. acdf6e9 Improved multiline textentry drawing. by oliverschmidt · 19 years ago
  4. 6307bff Reduced codesize by replacing if/else constructs with boolean parameters. by oliverschmidt · 19 years ago
  5. 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
  6. 7b9025d Fixed window border drawing code for CTK_CONF_WINDOWMOVE being 0. by oliverschmidt · 19 years ago
  7. adf27db Introduced a new parameter for ctk_draw_window() that indicates if drawing the window borders is required. by oliverschmidt · 19 years ago
  8. 2b1582b Optimized menu drawing code. Now the code 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. 0e144fb Explicitly call textcolor() before clearing the desktop and clearing the windows. by oliverschmidt · 20 years ago
  11. d9a9107 Changed ctk-conio to display an open menu non-reversed for better visual feedback on b&w platforms. by oliverschmidt · 20 years ago
  12. ca2cbe5 Added window border dimensions and ctk_arch_isprint() by adamdunkels · 20 years ago
  13. 4037b26 Removed 40 char static buffer used for printing potentially truncated strings. by oliverschmidt · 20 years ago
  14. a98def5 Excluded icon drawing code from compilation if no icon support is configured. by oliverschmidt · 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. 76a4c4a Removed old advertising clause by adamdunkels · 20 years ago
  17. 09e2757 Focused widgets in background windows are no longer drawn in reverse by adamdunkels · 20 years ago
  18. e7f5d50 Removed unneeded return statement by adamdunkels · 21 years ago
  19. 62393fb Updated to work with new height field by adamdunkels · 21 years ago
  20. fe32f8d Added CTK_CONIO_CONF_UPDATE() at the appropriate places by adamdunkels · 21 years ago
  21. c5ed2f0 Fixed bug with icons in windows by adamdunkels · 21 years ago
  22. e68091d Made menu start one character from the left side of the screen by adamdunkels · 21 years ago
  23. 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
  24. 09c28b6 Initial import by adamdunkels · 21 years ago