gdiplus: Implement GdipGetStringFormatFlags.
[wine] / dlls / uxtheme /
2008-04-30  Andrew Talbotuxtheme: Remove unused variable.
2008-04-24  James Hawkinsuxtheme: Fix a test that fails in win2k3.
2008-04-24  Alex Villacís Lassouxtheme: Skip creation of temporary bitmap when paintin...
2008-04-24  Alex Villacís Lassouxtheme: Fix nasty regression with painting of themed...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-22  Alex Villacís Lassouxtheme: Speed up UXTHEME_SizedBlt in the ST_TILE by...
2008-03-31  Andrew Talbotuxtheme: Assign to struct instead of using CopyMemory.
2008-03-20  Andrew Talbotuxtheme: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-07  Reece H. Dunnuxtheme: Fix the system tests so they pass on Vista.
2008-01-23  Andrew Talbotuxtheme: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-05-21  Andrew Talbotuxtheme: Exclude unused headers.
2007-04-18  Andrew Talbotuxtheme: Fix conflicting declarations.
2007-03-02  Marcus Meissneruxtheme: Fixed wrong index in draw.c.
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-10  Michael Stefaniucuxtheme/tests: Fix Win64 printf format warnings.
2006-10-10  Michael Ploujnikovuxtheme: Win64 printf format warning fixes.
2006-10-09  Michael Stefaniucuxtheme: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
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-08-14  Frank Richteruxtheme: Don't back up colors etc. when a theme is...
2006-08-02  Alexandre Julliarduxtheme: Make some variables static.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  Paul Vriensuxtheme/tests: Add tests for IsThemePartDefined.
2006-06-27  Paul Vriensuxtheme/tests: Add tests for GetCurrentThemeName.
2006-06-27  Paul Vriensuxtheme/tests: Added a bit more functional tests to...
2006-06-23  Paul Vriensuxtheme/tests: Destroy the windows after we've used...
2006-06-23  Paul Vriensuxtheme/tests: Add a case sensitivity test.
2006-06-22  Paul Vriensuxtheme/tests: Only test the needed functions once...
2006-06-22  Paul Vriensuxtheme/tests: Add some tests for GetWindowTheme.
2006-06-21  Paul Vriensuxtheme/tests: Extra testing for GetLastError.
2006-06-19  Paul Vriensuxtheme/tests: Added test for IsAppThemed and grouped...
2006-06-19  Paul Vriensuxtheme/tests: Change S_OK to the more appropriate...
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-14  Paul Vriensuxtheme: Add framework and initial tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-17  Paul Vriensuxtheme: Fix GetThemeSysString as the error-path was...
2006-04-07  Mike Hearnuxtheme: Fix GetThemeSysInt.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-09-06  Gerald Pfeifer#include <stdlib.h> to get abs() prototype.
2005-09-02  Frank RichterRemove shlwapi dependency.
2005-08-30  Frank RichterMore elaborate IsThemeBackgroundPartiallyTransparent...
2005-08-30  Frank RichterEnumThemeColors() and EnumThemeSizes() actually do...
2005-08-30  Frank RichterSince theme images are reused now it's not really a...
2005-08-29  Frank RichterPass around what kind of transparency an image actually...
2005-08-29  Frank RichterIf a MINSIZEn property is not present, fall back to...
2005-08-29  Frank RichterTake a common computation out of two if-branches in
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-15  Frank RichterCompare result of RegQueryValueExW() with ERROR_SUCCESS.
2005-08-15  Frank RichterWhatever TrueSizeStretchMark is for - it's not what...
2005-08-15  Frank RichterBetter computations to have uniformly sized parts scale...
2005-08-12  Frank RichterEnhance uxtheme to store the themed system metrics...
2005-08-03  Frank RichterImplement DrawThemeEdge().
2005-08-03  Frank RichterSet some default values for truesize sizing that seem...
2005-08-03  Frank RichterThe default image layout is HORIZONTAL, not VERTICAL.
2005-08-03  Frank RichterAnother fix to use magenta as the default transparent...
2005-08-03  Frank RichterAdd support for horizontal & vertical alignment when...
2005-08-03  Frank RichterAdd support for the BT_NONE background type.
2005-08-03  Frank RichterImplement GetThemeBackgroundExtent().
2005-08-03  Frank RichterImplement support for the ST_TILE background stretching...
2005-07-27  Frank RichterImplementation for GetThemePartSize() (not entirely...
2005-07-27  Frank RichterMake GetThemeMargins() return default values (0 margin...
2005-07-24  Frank RichterOpenThemeData() now always sets the window theme to...
2005-07-24  Frank RichterGetThemeBackgroundContentRect() does not use the conten...
2005-07-15  Frank RichterMake dialog theme texture setting non-global (ie a...
2005-07-12  Frank RichterBetter viewport origin in DrawThemeParentBackground().
2005-07-12  Frank RichterCorrect border rectangle drawing.
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 RichterUXTHEME_LoadImage(): Set default image count to 1 to...
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 RichterChanged the default transparent color in case none...
2005-07-05  Frank RichterWrite WCHAR strings to registry with correct size.
2005-07-05  Thomas WeidenmuellerIsThemeDialogTextureEnabled should have one parameter...
2005-07-05  Frank RichterEnable/disable "flat menus" based on the setting from...
next