comctl32: Use WARN instead of ERR if a toolbar index is out of range.
[wine] / dlls / comctl32 / progress.c
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2010-12-09  Francois Gougetcomctl32: Add a trailing '\n' to a FIXME() call.
2010-12-05  André Hentschelcomctl32: Partially implement new messages.
2010-10-05  Alexandre Julliardcomctl32/progress: Fix incorrect use of the ScreenToCli...
2009-08-04  André Hentschelcomctl32: Stop flicker when drawing themed and draw...
2009-06-29  Nikolay Sivovcomctl32/progress: Implement PBM_GETBKCOLOR.
2009-06-29  Nikolay Sivovcomctl32/progress: Implement PBM_GETBARCOLOR, add some...
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.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Francois GougetAssorted spelling fixes.
2006-01-11  Mike McCormackcomctl32: Invalidate the entire progress bar any time...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-08-23  Michael Kaufmann- Redraw immediately upon PBM_SETPOS, PBM_DELTAPOS...
2005-08-15  Frank RichterInstead of adding the border via WM_NCPAINT and WM_NCCA...
2005-08-11  Frank RichterAdd theming for the progress control.
2005-07-27  Frank RichterSplit up the drawing code into a set of smaller functio...
2004-10-27  Dimitrie O. PaunMinor cleanups.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-02  Thomas WeidenmuellerAdded support for PBS_MARQUEE style.
2004-03-11  Robert ShearmanSpelling fixes.
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-05-11  Huw DaviesInvalidate the window when the range is changed.
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
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-10-16  Dimitrie O. PaunAdd comment on what is known about the current state...
2002-09-09  Dimitrie O. Paun- Fix bug in mouse position reading.
2002-08-13  Alexandre JulliardReduce flicker on updates.
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-06-14  Dmitry TimoshkovCosmetic fix.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Dmitry TimoshkovRemove PROGRESS_Refresh, always do InvalidateRect(...
2002-02-04  Dmitry TimoshkovMoved style correcting code to the WM_CREATE handler...
2002-01-29  Dimitrie O. Paun- add new SetRange functions (instead of duplicating...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
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 KohlFixed some bugs introduced by the automated renaming.
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-24  Eric KohlAdded WM_[G/S]ETFONT handling.
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