Update the address of the Free Software Foundation.
[wine] / dlls / uxtheme / msstyles.c
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...