po: Update French translation.
[wine] / dlls / comctl32 / animate.c
2010-01-26  Michael Stefaniuccomctl32: Use IS_INTRESOURCE instead of HIWORD to check...
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-03-12  Huw Daviescomctl32: Always send WM_CTLCOLORSTATIC during WM_ERASE...
2008-03-11  Huw Daviescomctl32: Revert to waiting on just the thread object...
2008-03-11  Huw Daviescomctl32: Animation notifications should be posted...
2008-03-11  Huw Daviescomctl32: Get the background brush in ACM_OPEN where...
2008-02-11  Alexandre Julliardcomctl32: Process messages while waiting for the animat...
2008-02-07  Rob Shearmancomctl32: Move the getting of the DC outside of ANIMATE...
2008-02-06  Rob Shearmancomctl32: Don't get the background colour in ANIMATE_Pa...
2008-02-04  Rob Shearmancomctl32: Get the background colour in ANIMATE_PaintFra...
2008-02-04  Rob Shearmancomctl32: In certain circumstances, native comctl32...
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-16  Rob Shearmancomctl32: Support seeking to a particular frame.
2008-01-16  Rob Shearmancomctl32: Keep on displaying the last frame of the...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-21  Andrew Talbotcomctl32: Constify some variables.
2007-02-23  Jan Zerebeckicomctl32: Add DebugInfo to critical section.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-14  qingdoa daoocomctl32: Change return code comparison in AVI control.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-09-18  Dmitry TimoshkovCall SetDIBits with a proper DC in order to set bitmap...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-03-25  Dimitrie O. PaunUse {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
2005-03-21  Dimitrie O. PaunPull the WM_TIMER handling into its own function.
2005-03-21  Dimitrie O. PaunDelete the critical section when freeing up the infoPtr.
2005-03-18  Alexandre JulliardRevert changes to the painting code, the WM_CTLCOLORSTA...
2005-03-16  Dimitrie O. PaunAudit the control against Comctl32.dll version 6.0.
2005-03-15  Dimitrie O. PaunCleanup and simplify the painting code.
2005-03-14  Dimitrie O. PaunUnicodification and typesafe interfaces.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-01  Ulrich CzekallaPrevent the animation thread from waiting on itself...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-04  Dmitry TimoshkovIf an animation is already playing do not restart it.
2004-10-04  Dmitry TimoshkovDo not use GlobalFree for a memory returned by LoadReso...
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-03-11  Alexandre JulliardDo not kill the animation thread with TerminateThread...
2004-01-13  Francois GougetFix a race that caused the Microsoft Viewers 'file...
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
2003-09-17  Alexandre JulliardMoved undocumented functions out of the exported commct...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-30  Mike HearnChange return code comparison in AVI control (from...
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