comctl32: Greek translation update.
[wine] / dlls / comctl32 / header.c
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.
2005-03-23  Dimitrie O. PaunComplete unicodification of the header common control.
2005-02-23  Maxime BellengéCorrectly displays the text with ellipsis when there...
2005-02-21  Maxime BellengéFix SetItem so that items don't get wrongly re-ordered.
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.
next