comctl32: Use WARN instead of ERR if a toolbar index is out of range.
[wine] / dlls / comctl32 / updown.c
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2010-02-04  Nikolay Sivovcomctl32/updown: Use set acceleration value while proce...
2009-12-28  Nikolay Sivovcomctl32/updown: Fix formatting for hex mode.
2009-12-23  Nikolay Sivovcomctl32/updown: Don't change control z-order, this...
2009-12-23  Nikolay Sivovcomctl32/updown: Don't update buddy text if it's the...
2009-12-22  Nikolay Sivovcomctl32/updown: Simplify buddy subclassing using SetWi...
2009-12-03  Nikolay Sivovcomctl32/updown: Set width to default value on creation.
2009-11-16  Anders Jonssoncomctl32: Fix typos.
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-09-22  Nikolay Sivovcomctl32/updown: Update buddy on base change.
2009-09-22  Nikolay Sivovcomctl32/updown: Fix control behaviour for UDS_SETBUDDY...
2009-09-22  Nikolay Sivovcomctl32/updown: Skip thousands separation on hex mode.
2009-04-10  Nikolay Sivovcomctl32/updown: Allow ranges with max < min for Up...
2009-04-03  Nikolay Sivovcomctl32/updown: Don't pass VK_[UP|DOWN] to original...
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-29  Gerald Pfeifercomctl32: Push down function scope variable into the...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-04-11  Peter Urbaneccomctl32: Mousewheel support for updown control.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-07-25  Frank RichterAdd theming for the up/down control.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-05-11  Dimi PaunMake it more explicit how we deal with WS_DISABLED.
2005-04-14  Dimitrie O. PaunKeep track of WS_DISABLED explicitely, as it doesn...
2005-03-25  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-09  Dmitry Timoshkov- do not move updown control and buddy if an alignment...
2004-10-25  Dimitrie O. PaunUse only Unicode functions, it makes it easier to see...
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-03-15  Huw DaviesWhen setting the buddy to 0 then we must still resize...
2004-03-15  Huw DaviesAdded CS_HREDRAW.
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-17  Alexandre JulliardSLOWORD and SHIWORD do not exist on Win32 (reported...
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-09-02  Kevin GroeneveldChange default range of up-down control to match range...
2003-06-18  Francois GougetTypos/spelling fixes.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
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-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-04  Dimitrie O. PaunSmall updown cleanup.
2002-07-19  Dimitrie O. PaunAllow the application to subclass a buddy edit (spotted...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-04-01  Dimitrie O. Paun- implement UDS_HOTTRACK
2002-03-28  Dimitrie O. Paun- updown unicodification
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-05  Dimitrie O. PaunVarious cleanups:
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2000-11-26  Dimitrie O. PaunCorrected default values with help from Ulrich Czekalla.
2000-11-25  Dimitrie O. PaunUpdate comments, cleanup warning messages.
2000-11-07  Eric KohlImplemented new messages.
2000-10-15  Uwe BonnesDraw the scrollbar beside the buddy when neither UDS_AL...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-11  Alexandre JulliardMoved NM_UPDOWN definition to commctrl.h.
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-05-23  Susan FarleySetBuddy no longer overwrites its superclass' WndProc...
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-29  Serge IvanovMake updown control work. UpDown control always sends...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-30  Francis BeaudetAdded more support for buddy windows in the updown...
1999-07-18  Sylvain St-GermainImplementation of the updown buddy windproc subclassing...
1999-06-26  Eric KohlStore buddy window.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-05-22  Marcus MeissnerRemoved use of win.h, sysmetrics.h and associated WINE...
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-14  Francois BoisvertMade access to the wnd struct thread-safe.
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-19  Jeff GarzikAdded missing string.h include.
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1998-12-08  Huw D M DaviesReplace GRAPH_ functions with Win SDK equivalents.
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