uxtheme: Skip creation of temporary bitmap when painting a single tile.
[wine] / dlls / uxtheme / draw.c
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-20  Andrew Talbotuxtheme: Assign to structs instead of using memcpy.
2007-03-02  Marcus Meissneruxtheme: Fixed wrong index in draw.c.
2007-02-05  Andrew Talbotuxtheme: Declare some items static.
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-08-30  Frank RichterMore elaborate IsThemeBackgroundPartiallyTransparent...
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-15  Frank RichterWhatever TrueSizeStretchMark is for - it's not what...
2005-08-15  Frank RichterBetter computations to have uniformly sized parts scale...
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-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-05  Frank RichterUXTHEME_LoadImage(): Set default image count to 1 to...
2005-07-05  Frank RichterChanged the default transparent color in case none...
2005-07-05  Thomas WeidenmuellerIsThemeDialogTextureEnabled should have one parameter...
2005-07-01  Stefan HuehnerMake some function static.
2005-05-24  Kevin KoltzauUse uniformsizing theme property.
2004-11-21  Kevin KoltzauFix clipping for DrawThemeParentBackground.
2004-11-09  Kevin KoltzauImplementation of GetThemeBackgroundExtent.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-27  Kevin KoltzauImplement GetThemeTextMetrics.
2004-02-20  Kevin KoltzauImplemented system metric functions.
2004-02-16  Kevin KoltzauImplement DrawThemeBackgroundEx, DrawThemeText, GetThem...
2004-02-05  Kevin KoltzauImplement IsThemeBackgroundPartiallyTransparent,
2004-01-23  Kevin KoltzauLoad properties from the theme ini.
2003-12-04  Kevin KoltzauAdded stubs for all functions.