comctl32: Use WARN instead of ERR if a toolbar index is out of range.
[wine] / dlls / comctl32 / comboex.c
2012-04-18  André Hentschelcomctl32: Remove unneeded shadow variables for comboex.
2011-08-03  Richard Bradbrookcomctl32: Make ComboBoxEx draw its contents even when...
2011-08-03  Richard Bradbrookcomctl32: Fix to ComboBoxEx processing of WM_ENABLE...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-22  Jay Yangcomclt32: Ensure that item data is actually sent out...
2011-06-24  Jay Yangcomctl32: Make ComboBoxEx send CBEN_ENDEDIT when select...
2011-02-25  Nikolay Sivovcomctl32/comboex: Reduce variable scope.
2011-02-07  Alexander Kochetkovcomctl32: Fixed height of comboboxex32.
2010-10-05  Alexandre Julliardcomctl32/comboex: Fix incorrect use of the ScreenToClie...
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2010-01-04  Nikolay Sivovcomctl32/comboex: Fix a leak for text string stored...
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-12-24  Nikolay Sivovcomctl32/comboex: Move debugging traces that require...
2009-12-24  Nikolay Sivovcomctl32/comboex: Get rid of useless helper.
2009-12-24  Nikolay Sivovcomctl32/comboex: Don't invalidate all windows if Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Fix silly typo in CBEM_SETITEM handle...
2009-12-24  Nikolay Sivovcomctl32/comboex: Add test for internally sent Edit...
2009-12-24  Nikolay Sivovcomctl32/comboex: Use subclass chain for internally...
2009-10-14  Nikolay Sivovcomctl32/comboex: Handle NULL item text case to avoid...
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-08-03  Nikolay Sivovcomctl32/comboex: Use const pointer when possible.
2009-06-18  Aric Stewartcomctl32: In COMBOEX_FindStringExact do not try to...
2009-05-28  Andrew Talbotcomctl32: Constify some variables.
2009-05-19  Nikolay Sivovcomctl32/comboex: Use cached colors for ComboEx.
2009-04-23  Alexandre Julliardcomctl32: Repaint comboex control upon WM_SETREDRAW...
2009-01-10  Alexandre Julliardcomctl32: Fix the COMBOBOXEXITEM structure and the...
2008-12-27  Gerald Pfeifercomctl32: Simplify COMBOEX_Command.
2008-11-04  Michael Stefaniuccomctl32: Do not cast zero.
2008-10-29  Lei Zhangcomctl32: Only update comboex edit box if the mask...
2008-10-28  Michael Stefaniuccomctl32: Remove superfluous casts as HANDLE to other...
2008-10-27  Michael Stefaniuccomctl32: HGDIOBJ is interchangeable with other handle...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-09-15  Andrew Talbotcomctl32: Sign-compare warnings fix.
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-04  Dylan Smithcomctl32: Fix for ComboBoxEx bug caused by focus change.
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-28  Andrew Talbotcomctl32: Dangling pointers fix.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-02-12  Andrew Talbotcomctl32: Assign to structs instead of using memcpy.
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2007-11-20  Rob Shearmancomctl32: Forward the WM_GETTEXTLENGTH message from...
2007-11-19  Thomas Weidenmuellercomctl32: Fix handling of CB_RESETCONTENT in ComboBoxEx.
2007-10-25  Rob Shearmancomctl32: Don't set the focus to the text box when...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-22  Andrew Talbotcomctl32: Constify some variables.
2007-03-17  Andrew Talbotcomctl32: Replace inline static with static inline.
2007-03-08  Michael Stefaniuccomctl32: Remove redundant NULL checks before Free...
2007-02-26  Samuel Lidén Borellcomctl32: Use mask value in COMBOEX_GetItemA too.
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-10-06  Mike McCormackcomctl32: Return the correct value for CB_GETLBTEXTLEN.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-21  Jason EdmeadesFix some off by one calculations in the comboboxex...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-05-04  Felix NawothnigSet iItem to index before notifying callback items.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Dimitrie O. PaunComplete unicodification.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-27  Alexandre JulliardUse correct type instead of void* in item linked list.
2004-10-27  Dimitrie O. PaunMinor cleanups.
2004-10-21  Robert ShearmanAlways remove WS_BORDER style from ComboBoxEx control.
2004-10-19  Robert ShearmanImplement SetPathWordBreakProc and MirrorIcon.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-08-19  Ulrich CzekallaForward focus to combobox, otherwise edit control won...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-03-11  Robert ShearmanSpelling fixes.
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-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-13  Huw DaviesCheck the return value of ImageList_GetImageInfo before...
2002-10-31  Carlos LozanolParam was not properly sent in COMBOEX_DrawItem.
2002-10-28  CarloslParam was not properly sent in CBEN_GETDISPINFOW.
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-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-30  Dimitrie O. PaunImplement CBES_EX_NOSIZELIMIT style.
2002-08-28  Dimitrie O. Paun- implement CBEN_DRAGBEGIN
2002-08-27  Dimitrie O. PaunImplement CBES_EX_PATHWORDBREAKPROC for the ComboEx...
2002-08-26  Dimitrie O. Paun- implement CBES_EX_CASESENSITIVE
2002-08-13  Dmitry TimoshkovAdded WM_GET/SETTEXT support.
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-23  Dimitrie O. PaunFix WM_NOTIFYFORMAT handling.
2002-04-11  Dimitrie O. Paun- implement LPSTR_TEXTCALLBACK
2002-04-08  Dimitrie O. Paun- fix indentation
2002-04-05  Dimitrie O. Paun- fix edit box placement
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-12  Guy L. AlbertelliInitialize pszText to 0 for internal ->ceItem to elimin...
2002-02-08  Aric StewartUse the supplied buffer when copying item text.
next