Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
[wine] / dlls / comctl32 / comboex.c
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