xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / comctl32 / header.c
2012-09-10  Alexandre Julliardcomctl32: XOR'ing with a black pen is not useful.
2012-02-13  Nikolay Sivovcomctl32: Trace Header order array contents.
2011-11-21  Alexandre Julliardcomctl32: Avoid accessing imagelist internals.
2011-08-04  Florian Köberlecomctl32/header: Don't free the imagelist in HEADER_NCD...
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2010-08-02  Andrew Talbotcomctl32: Constify some variables.
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-10-19  Nikolay Sivovcomctl32/header: Process input order array more accurately.
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDS_NOSIZING style with...
2009-09-08  Nikolay Sivovcomctl32/header: Implement HDF_FIXEDWIDTH format flag.
2009-07-15  Nikolay Sivovcomctl32/header: Fix hittesting flags, extend tests...
2009-07-13  Nikolay Sivovcomctl32/header: Update item bounds on WM_SIZE.
2009-07-10  Nikolay Sivovcomctl32/header: Always update rectangles after HDM_SET...
2009-07-01  Nikolay Sivovcomctl32/header: Always release item down state on...
2009-06-22  Nikolay Sivovcomctl32/header: Add support for HDS_FLAT style.
2009-06-05  Andrew Talbotcomctl32: Constify some variables.
2009-05-18  Nikolay Sivovcomtl32/listview: Cache Header control window GWL_STYLE.
2009-05-18  Nikolay Sivovcomctl32/header: Use cached colors instead of querying...
2009-05-18  Nikolay Sivovcomctl32/header: Move parameter cast to WinProc where...
2009-05-18  Nikolay Sivovcomctl32/header: Retrieve control data only once at...
2009-04-30  Nikolay Sivovcomctl32/header: Reset internal drag state on mouse up.
2009-02-13  Michael Stefaniuccomctl32: Remove superfluous pointer casts.
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-21  Gerald Pfeifercomctl32: Fix type of loop variable in HEADER_DeleteItem.
2008-07-21  Gerald Pfeifercomctl32: header: Simplify by shedding off unused param...
2008-06-20  Andrew Talbotcomctl32: Constify some variables.
2007-12-31  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-03  Gerald Pfeifercomctl32: Remove extraneous check (unsigned < 0).
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-06  Felix Nawothnigcomctl32: Use appropriate font for header drag image.
2007-04-02  Andrew Talbotcomctl32: Constify some variables.
2007-03-27  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-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2006-12-04  Clinton Stimpsoncomctl32: Destroy header information on WM_NCDESTROY...
2006-11-09  Eric Pouechcomctl32: header: fix bug found out by running valgrind...
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-16  Mikołaj Zalewskicomctl32: header: Test and improve the custom draw...
2006-10-16  Mikołaj Zalewskicomctl32: header: Make all repaints pass through HEADER...
2006-10-12  Mikołaj Zalewskicomctl32: header: Call DefWindowProcW not DefWindowProcA.
2006-10-12  Mikołaj Zalewskicomctl32: header: Invalidate the control after a WM_SET...
2006-09-29  Francois GougetAssorted spelling fixes.
2006-09-20  Mikołaj Zalewskicomctl32: header: Update the header comment.
2006-09-20  Mikołaj Zalewskicomctl32: header: Remove the nOldWidth.
2006-09-20  Mikołaj Zalewskicomctl32: header: Send new values in notifies during...
2006-09-20  Mikołaj Zalewskicomctl32: header: Merge the simple delete and complex...
2006-09-20  Mikołaj Zalewskicomctl32: header: Simplify the insert/delete code by...
2006-09-20  Mikołaj Zalewskicomctl32: header: Test the header order-management...
2006-06-02  Paul Vrienscomctl32/header: Check Null before accessing struct...
2006-06-01  Mikołaj Zalewskicomctl32: header: Update the rects in HEADER_Refresh...
2006-05-30  Mikołaj Zalewskicomctl32: header: Ignore out-of-range iOrder in SetItemT.
2006-05-26  Mikołaj Zalewskicomctl32: header: Put the new item in place of the...
2006-05-26  Mikołaj Zalewskicomctl32: header: Draw the drag image and hot dividers...
2006-05-26  Mikołaj Zalewskicomctl32: header: Fix an order-related bug in HEADER_In...
2006-05-26  Mikołaj Zalewskicomctl32: header: Implement HDM_SETHOTDIVIDER.
2006-05-26  Mikołaj Zalewskicomctl32: header: Implement HDM_CREATEDRAGIMAGE.
2006-05-23  Mikołaj Zalewskicomctl32: header: Don't try to draw items outside the...
2006-05-23  Mikołaj Zalewskicomctl32: header: Make the column resizing smooth in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Mikołaj Zalewskicomctl32: header: Make sure no message is sent between...
2006-05-20  Mikołaj Zalewskicomctl32: header: Don't erase the background in HEADER_...
2006-05-20  Mikołaj Zalewskicomctl32: header: The border size is 4 not 3.
2006-05-17  Mikołaj Zalewskicomctl32: header: Don't erase the left header egde.
2006-05-17  Mikołaj Zalewskicomctl32: header: Send the width in HDN_BEGINTRACK.
2006-05-16  Mikołaj Zalewskicomctl32: header: Fix INSERTITEM on a zero mask and...
2006-05-16  Mikołaj Zalewskicomctl32: header: Copy some fields on INSERTITEM even...
2006-05-16  Mikołaj Zalewskicomctl32: header: Automatically set some format fields.
2006-05-15  Mikołaj Zalewskicomctl32: header: Correct HDN_GETDISPINFO. Use it durin...
2006-05-15  Mikołaj Zalewskicomctl32: header: Mark the callback items in a mask.
2006-05-15  Mikołaj Zalewskicomctl32 header: Free the old string also when the...
2006-05-15  Mikołaj Zalewskicomctl32: header: Don't modify the user supplied HDITEM...
2006-05-15  Mikołaj Zalewskicomctl32: header: Move common code from SetItemT/Insert...
2006-05-15  Mikołaj Zalewskicomctl32: header: Don't send HDN_GETDISPINFO during...
2006-05-15  Mikołaj Zalewskicomctl32: header: Don't check lpItem for NULL in GetItemT.
2006-04-20  Mikołaj Zalewskicomctl32: header: Avoid freeing invalid pointers.
2006-04-19  Mikołaj Zalewskicomctl32: header: Send correct notify after HDM_SETITEM.
2006-04-18  Mikołaj Zalewskicomctl32: header: Remove the unused bUnicode.
2006-04-18  Mikołaj Zalewskicomctl32: header: Correct WM_[GS]ETUNICODEFORMAT.
2006-04-18  Mikołaj Zalewskicomctl32: Send Unicode notifications if required in...
2006-04-12  Mikołaj Zalewskicomctl32: Fix listview column resize.
2006-01-10  Phil Krylovcomctl32: Fix emitting of NM_CUSTOMDRAW header notifica...
2005-11-17  Vitaliy MargolenReturn false if index is out of bounds in GetItemT.
2005-11-15  Raphael JunqueiraImplement implement header callback support (HDN_GETDIS...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-10-29  Vitaliy MargolenUnify HEADER_GetItem[A/W] into one function.
2005-10-28  Vitaliy MargolenUnify HEADER_InsertItem[A/W] into one function.
2005-10-27  Vitaliy MargolenUnify HEADER_SetItem[A/W] into one function.
2005-09-18  Ge van GeldorpDo some bounds checking on iOrder.
2005-08-30  Frank RichterFix warnings in 64bit.
2005-08-29  Phil KrylovImproved header control performance by maintaining...
2005-08-25  Phil KrylovDraw header control items only within the header client...
2005-08-03  Frank RichterAdd hottracking support for the header control.
2005-07-27  Frank RichterSince OpenThemeData() should return 0 in case theming...
2005-07-26  Filip NavaraUse ReleaseDC instead of DeleteDC on DC handle.
2005-07-25  Frank RichterAdd theming support for header controls.
2005-06-30  Vitaliy MargolenSend CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
2005-05-14  Felix NawothnigRewrote item layouting - new code fixes bitmap/image...
2005-03-23  Francois GougetAssorted spelling fixes.
next