GetItemA/W on header controls should handle message even if index is
[wine] / dlls / comctl32 / header.c
2005-01-10  Evan DeaublGetItemA/W on header controls should handle message...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-09-13  Vitaliy MargolenSend correct tracing notification messages.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-05-04  Francois GougetMake our ascii strings static const.
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-10-14  Maxime Bellengé- Implemented HEADER_SetBitmapMargin and HEADER_GetBitm...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Dimitrie O. PaunRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc...
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-05-22  Robert ShearmanUpdate ordering on insertion of an item.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-23  CarlosFixed duplicated arrows in header control.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-22  Dimitrie O. PaunBring header's height more inline with native's.
2002-10-21  Dimitrie O. PaunFix notification from header, on item changed.
2002-10-18  Martin FuchspszText is stored as Unicode, so call DrawTextW() inste...
2002-07-16  Bill MedlandCorrection to header order maintenance when a dummy...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-03  Huw D M DaviesFix off by one error in HEADER_InsertItemW.
2002-03-11  Duane ClarkTest bUnicode and call appropriate DrawText routine.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Andreas MohrFixed some more missing parenthesis issues.
2001-09-17  Mike McCormackIgnore negative widths in HEADER_SetItemBounds.
2001-04-04  Gerard PatelSet background mode to transparent before calling owner...
2000-12-15  Ulrich CzekallaMark width as valid when we send HDN_ENDTRACKA.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-13  Eric KohlFixed crash of WinZip 8.0 due to invalid image list...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Eric KohlAdded notification format handling.
2000-11-25  Ulrich CzekallaSend HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
2000-11-09  Eric KohlAdded header control cursors and drag list arrow icon.
2000-10-19  Uwe BonnesDraw text and icons, implement ordering functions,...
2000-10-12  Serge IvanovSimple NULL check.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-06-11  Aric StewartWe were not properly masking the item that was sent...
2000-06-04  Chris MorganReplaced calls to HEADER_Refresh with InvalidateRect.
2000-05-10  Gerard PatelProtect against use of comctl32 private control memory...
2000-05-05  Aric StewartFixed a bug with the processing of HitTest.
2000-04-28  Martin Fuchs- Return modified rectangle after layouting header...
2000-02-29  Pascal LessardImplemented the behavior of sending WM_CONTEXTMENU...
2000-02-13  Alexandre JulliardRemoved superfluous GlobalFindAtom calls.
1999-12-04  Huw D M DaviesFixes off by one error in item insertion.
1999-10-13  Thuy NguyenMouse position is signed.
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-22  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-01  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-24  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
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 KohlReplaced direct access to the WND structure by correspo...
1999-03-12  Luc TourangeauChanged the listview control to add the report view...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1998-12-26  Marcus MeissnerChanged // comments to /* */ so WINE compiles with...
1998-11-22  Eric KohlAdded Unicode support (at least partially).
1998-10-24  Eric KohlAdded xxx_Unregister() functions to all common controls.
1998-10-11  Eric KohlFixed a bug.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913