kernel32: Make CopyFile() call CopyFileEx() instead of the other way around.
[wine] / dlls / comctl32 / theming.c
2011-12-20  Frédéric Delanoycomctl32: Avoid using uninitialized value (Coverity).
2011-05-16  Marcus Meissnercomctl32: Mark internal symbols as hidden visibility.
2008-09-22  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-07-11  Reece Dunncomctl32: Add support for drawing themed group boxes.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-11-08  Francois Gougetinclude: The PSDK does not have the A/W variants of...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-19  Alexandre JulliardDon't register classes is no theme is active to avoid...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-12  Frank RichterUnregister theming subclasses at comctl32 shutdown...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-19  Frank RichterMerge subclass stubs and subclass proc. Having the...
2005-08-19  Frank RichterAdd theming support for dialogs (to support tab page...
2005-08-18  Frank RichterAdd theming for listbox (and combo listbox) controls.
2005-08-16  Frank RichterAdd theming for combo boxes.
2005-08-15  Frank RichterSubclass edit control to draw themed border.
2005-08-12  Frank RichterDetermining the superclass for a window subclassed...
2005-07-27  Frank RichterAdded some generic code to allow subclassing (for the...