include: Assorted spelling fixes.
[wine] / dlls / uxtheme / system.c
2012-11-28  Andrew Talbotuxtheme: Remove unused variable.
2011-08-31  Alistair Leslie... uxtheme: Set last error on NULL pointer.
2011-05-25  Marcus Meissneruxtheme: Mark internal symbols with hidden visibility.
2011-03-30  AndrĂ© Hentscheluxtheme: Add OpenThemeDataEx.
2009-12-09  Alexandre Julliarduxtheme: Fix some pointer cast warnings on 64-bit.
2009-01-13  Michael Stefaniucuxtheme: Remove superfluous pointer casts.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-03  Michael Stefaniucuxtheme: Remove superflous casts.
2008-10-27  Reece Dunnuxtheme: Fixed the todo blocks in the IsThemed tests...
2008-04-22  Austin EnglishSpelling fixes.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-02-05  Andrew Talbotuxtheme: Declare some items static.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-08  Francois Gougetuxtheme: winerror.h must not define the E_PROP_*_UNSUPP...
2006-11-08  Francois Gougetinclude: The PSDK does not have the A/W variants of...
2006-10-09  Michael Stefaniucuxtheme: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-08-14  Frank Richteruxtheme: Set non-client metrics from theme.
2006-08-14  Frank Richteruxtheme: Enable gradient captions if a theme provides...
2006-08-14  Frank Richteruxtheme: Don't back up colors etc. when a theme is...
2006-08-02  Alexandre Julliarduxtheme: Make some variables static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-09-02  Frank RichterRemove shlwapi dependency.
2005-08-30  Frank RichterEnumThemeColors() and EnumThemeSizes() actually do...
2005-08-15  Frank RichterCompare result of RegQueryValueExW() with ERROR_SUCCESS.
2005-08-12  Frank RichterEnhance uxtheme to store the themed system metrics...
2005-07-24  Frank RichterOpenThemeData() now always sets the window theme to...
2005-07-15  Frank RichterMake dialog theme texture setting non-global (ie a...
2005-07-12  Frank RichterDon't crash if NULL is passed as the class list to...
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Frank RichterEvery window needs to receive WM_THEMECHANGED (esp...
2005-07-05  Frank RichterWrite WCHAR strings to registry with correct size.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2004-11-09  Kevin KoltzauFix crash when no theme is set and application ignores...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-07  Kevin KoltzauImplement CheckThemeSignature.
2004-04-05  Kevin KoltzauImplemented EnumThemes.
2004-02-17  Kevin KoltzauCorrected method of creating registry keys, both to...
2004-02-17  Kevin KoltzauKeep track of theme filename within THEME_FILE.
2004-01-23  Kevin KoltzauLoad properties from the theme ini.
2004-01-19  Kevin KoltzauFull implementation of OpenThemeData, CloseThemeData...
2004-01-16  Kevin KoltzauAdd INI file processing.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-08  Kevin KoltzauLoad, validate and retrieve a few properties from an...
2003-12-04  Kevin KoltzauAdded stubs for all functions.