netstat: Initial implementation.
[wine] / dlls / uxtheme /
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...
2005-07-01  Stefan HuehnerMake some function static.
2005-07-01  Frank RichterHave the theme INI file parsed upon theme activation...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-05-24  Kevin KoltzauUse uniformsizing theme property.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-11-21  Kevin KoltzauFix clipping for DrawThemeParentBackground.
2004-11-09  Kevin KoltzauImplementation of GetThemeBackgroundExtent.
2004-11-09  Kevin KoltzauFix crash when no theme is set and application ignores...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Francois GougetFix typo in RBS_UNCHECKEDHOT (spotted by Jan Schweizer).
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Francois GougetMake static Unicode strings 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-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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-17  Kevin KoltzauCorrected method of creating registry keys, both to...
2004-02-17  Kevin KoltzauKeep track of theme filename within THEME_FILE.
2004-02-16  Kevin KoltzauImplement DrawThemeBackgroundEx, DrawThemeText, GetThem...
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-07  Kevin KoltzauProcess color metrics for themes.
2004-02-05  Kevin KoltzauImplement IsThemeBackgroundPartiallyTransparent,
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-20  Dmitry TimoshkovFixed some problems found while compiling and linking...
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.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-04  Kevin KoltzauInitial implementation of uxtheme.dll, mostly stubbed...