1. de3e06a uxtheme: Fix some pointer cast warnings on 64-bit. by Alexandre Julliard · 15 years ago
  2. 7eb3abc uxtheme: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  3. b3bf746 Straighten out some ellipses. by Francois Gouget · 16 years ago
  4. 373f8ff uxtheme: Remove superflous casts. by Michael Stefaniuc · 16 years ago
  5. d85c3e7 uxtheme: Fixed the todo blocks in the IsThemed tests when theming is inactive. by Reece Dunn · 16 years ago
  6. 6e59cd2 Spelling fixes. by Austin English · 17 years ago
  7. 2993785 Assorted non-ANSI function declaration fixes (missing void). by Francois Gouget · 18 years ago
  8. 2bb4419 uxtheme: Declare some items static. by Andrew Talbot · 18 years ago
  9. 1ccf944 Assorted spelling fixes. by Francois Gouget · 18 years ago
  10. 7a2bd72 uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. by Francois Gouget · 18 years ago
  11. a7f8195 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. by Francois Gouget · 18 years ago
  12. dc3706a uxtheme: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  13. 82babbe Add missing '\n's to Wine traces. by Francois Gouget · 18 years ago
  14. 11211bf uxtheme: Set non-client metrics from theme. by Frank Richter · 19 years ago
  15. f34412b uxtheme: Enable gradient captions if a theme provides colors for them. by Frank Richter · 19 years ago
  16. 83974b2 uxtheme: Don't back up colors etc. when a theme is already active. by Frank Richter · 19 years ago
  17. 5234c8c uxtheme: Make some variables static. by Alexandre Julliard · 19 years ago
  18. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  19. 104f2e8 Improve c2man Documented-Total count. Changes: - add missing returns section by Markus Amsler · 19 years ago
  20. d168219 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  21. 064b54a Remove shlwapi dependency. by Frank Richter · 20 years ago
  22. 28022e8 EnumThemeColors() and EnumThemeSizes() actually do not return a single by Frank Richter · 20 years ago
  23. fcb8a2f Compare result of RegQueryValueExW() with ERROR_SUCCESS. by Frank Richter · 20 years ago
  24. 0f94e03 Enhance uxtheme to store the themed system metrics in the registry and by Frank Richter · 20 years ago
  25. 1009235 OpenThemeData() now always sets the window theme to the handle by Frank Richter · 20 years ago
  26. 5bb8f96 Make dialog theme texture setting non-global (ie a per-window setting). by Frank Richter · 20 years ago
  27. 0bd0486 Don't crash if NULL is passed as the class list to OpenThemeData(). by Frank Richter · 20 years ago
  28. 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  29. 6212477 Every window needs to receive WM_THEMECHANGED (esp. controls), so also by Frank Richter · 20 years ago
  30. 72d6a98 Write WCHAR strings to registry with correct size. by Frank Richter · 20 years ago
  31. 863a4b1 Fix some more -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  32. 399842b Fix crash when no theme is set and application ignores errors. by Kevin Koltzau · 20 years ago
  33. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  34. 52c0832 Make Unicode strings static const. by Francois Gouget · 21 years ago
  35. 6a6c85c Make Unicode const strings static so they are not copied to the stack by Francois Gouget · 21 years ago
  36. 352cdda Implement CheckThemeSignature. by Kevin Koltzau · 21 years ago
  37. 5498531 Implemented EnumThemes. by Kevin Koltzau · 21 years ago
  38. 0fd8e51 Corrected method of creating registry keys, both to fix an issue where by Kevin Koltzau · 21 years ago
  39. f28552b Keep track of theme filename within THEME_FILE. by Kevin Koltzau · 21 years ago
  40. c31cae0 Load properties from the theme ini. Implemented most of the GetTheme* functions. by Kevin Koltzau · 21 years ago
  41. 5e8a34f Full implementation of OpenThemeData, CloseThemeData, and by Kevin Koltzau · 21 years ago
  42. e04ff33 Add INI file processing. by Kevin Koltzau · 21 years ago
  43. 640cc3f Assorted spelling fixes. by Francois Gouget · 21 years ago
  44. d2c4cf1 Load, validate and retrieve a few properties from an msstyles theme. by Kevin Koltzau · 21 years ago
  45. 40f3056 Added stubs for all functions. by Kevin Koltzau · 21 years ago