advapi32: Test and implement SystemFunction024/025.
[wine] / dlls / comctl32 / comboex.c
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.
2002-01-04  Sander van LeeuwenNever delete the font object received by WM_SETFONT.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-20  Guy L. AlbertelliFix conversion of W structure to A structure during...
2001-06-24  Guy L. Albertelli- Fix memory leaks.
2001-04-20  Guy L. Albertelli- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
2001-04-10  Michael StefaniucFix for small typo.
2001-03-22  Jeff GarzikAdded needed string.h includes.
2001-03-16  Guy L. Albertelli- Documented things known to be unimplemented.
2001-02-20  Guy L. Albertelli- Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
2001-01-26  Guy L. Albertelli- Rewrite WM_CREATE to match native (allocating own...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-12-18  Guy L. AlbertelliPass WM_COMMAND and WM_NOTIFY to parent as received.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-06  Marcus MeissnerCBEM_SETITEMW done by example from SETITEMA, converted...
2000-11-05  Marcus MeissnerForward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass...
2000-10-31  Guy L. AlbertelliHandle special case where itemID = -1 (special focus...
2000-10-29  Uwe BonnesCOMBOEX_DrawItem: check return value of SendMessageA...
2000-10-29  Guy L. Albertelli- improved trace information
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-05-08  Patrik StridvallANSI C fixes.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
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-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-28  James JuranCommented out unused variables to prevent needless...
1998-12-11  Andreas MohrFixed a bunch of compiler warnings.
1998-11-22  Eric KohlAdded CMEM_SETITEM32A and message forwarding to combobox.
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-09-13  Alexandre JulliardRelease 980913 wine-980913