Spacing information is signed (debugged and fixed by Vitaliy
[wine] / dlls / comctl32 / animate.c
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Rein KlazesLet ANIMATE_OpenA return FALSE (= failure) upon a reque...
2002-12-13  Rolf KalbermatterTypo found by compiling with standard MSVC warning...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-26  Michael StefaniucIf the fccHandler is mmioFOURCC(0, 0, 0, 0) the AVI...
2001-08-18  Eric PouechBecause of circular dependencies between comctl32 and...
2001-04-20  Andreas MohrSpelling fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-12-26  Eric PouechNo longer using function pointers to winmm and msvfw32...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-11  Andreas MohrFixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro...
2000-09-02  Jean-Claude BatistaUse SetDIBits instead of StretchDIBits (in ANIMATE_Pain...
2000-08-31  Jean-Claude Batista- improved ACS_TRANSPARENT and ACS_CENTER support
2000-08-23  Francois MethotFor the transparency issue, implemented a switch-case...
2000-08-16  Niclas Karlsson... Implemented ACS_CENTER for animation controls.
2000-08-16  Francois MethotImplemented background transparency on animation contro...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-06-24  Eric PouechFixed animation loading for RLE encoding.
2000-05-10  Alexandre JulliardSpecify the service thread timers in ms instead of us.
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-04-19  Alexandre JulliardUse GetProcAddress for mmio* functions to avoid importi...
2000-03-28  Andreas MohrDo a LoadLibraryA of WINMM upon ANIMATE_Create and...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-11-21  Eric PouechFixed play back of uncompressed AVI file.
1999-10-23  Eric PouechFirst working version.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-12  Eric KohlReplaced direct access to the WND structure by correspo...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  James JuranCommented out unused variables to prevent needless...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913