include: Assorted spelling fixes.
[wine] / dlls / uxtheme / msstyles.c
2012-11-28  Andrew Talbotuxtheme: Remove unused variable.
2010-03-01  Henri Verbeetuxtheme: GetObject() already returns a DIB's absolute...
2009-11-23  Marcus Meissneruxtheme: Handle malformed keys a bit better (Coverity).
2009-01-13  Michael Stefaniucuxtheme: Remove superfluous pointer casts.
2008-12-09  Austin Englishuxtheme: Fix a compiler warning.
2008-12-04  Alexandre Julliarduxtheme: Make some functions static.
2008-11-03  Michael Stefaniucuxtheme: Remove superflous casts.
2008-03-20  Andrew Talbotuxtheme: Assign to structs instead of using memcpy.
2008-01-23  Andrew Talbotuxtheme: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-05-21  Andrew Talbotuxtheme: Exclude unused headers.
2007-02-05  Andrew Talbotuxtheme: Declare some items static.
2006-11-08  Francois Gougetuxtheme: winerror.h must not define the E_PROP_*_UNSUPP...
2006-10-09  Michael Stefaniucuxtheme: Win64 printf format warning fixes.
2006-08-14  Frank Richteruxtheme: Set non-client metrics from theme.
2006-08-14  Frank Richteruxtheme: Split color handling out of MSSTYLES_ParseThem...
2006-08-14  Frank Richteruxtheme: Enable gradient captions if a theme provides...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-06  Gerald Pfeifer#include <stdlib.h> to get abs() prototype.
2005-09-02  Frank RichterRemove shlwapi dependency.
2005-08-29  Frank RichterPass around what kind of transparency an image actually...
2005-08-29  Frank RichterImplement "manual" image sharing(as opposed to using...
2005-08-22  Kevin KoltzauFix 'cast to pointer from integer of different size...
2005-08-12  Frank RichterEnhance uxtheme to store the themed system metrics...
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-05  Frank RichterOpening some theme class data now also increases the...
2005-07-05  Frank RichterEnable/disable "flat menus" based on the setting from...
2005-07-01  Frank RichterHave the theme INI file parsed upon theme activation...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-02-20  Kevin KoltzauImplemented system metric functions.
2004-02-17  Kevin KoltzauKeep track of theme filename within THEME_FILE.
2004-02-16  Kevin KoltzauImplement DrawThemeBackgroundEx, DrawThemeText, GetThem...
2004-02-07  Kevin KoltzauProcess color metrics for themes.
2004-01-26  Kevin KoltzauEnsure MSSTYLES_SetActiveTheme fails properly when...
2004-01-26  Vitaliy MargolenPrevent segfault if no theme is set.
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.
2003-12-08  Kevin KoltzauLoad, validate and retrieve a few properties from an...