comctl32: header: Implement HDM_SETHOTDIVIDER.
[wine] / dlls / comctl32 / treeview.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-07  qingdoa daoocomctl32: Update first visible when appropiate in the...
2006-01-30  Alexandre JulliardFixed creation of PS_ALTERNATE pens.
2005-12-12  Eric Pouechcomctl32: Fixed (harmless) typo.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Alex Villacís LassoDo not issue a GetUpdateRect() to query an update regio...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-30  Frank RichterFix warnings in 64bit.
2005-07-28  Frank RichterAdd theming for treeview control.
2005-06-13  Krzysztof FoltmanDon't send TVN_SELCHANGING nor TVN_SELCHANGED if the...
2005-04-18  Vitaliy MargolenDon't redraw if no information has changed.
2005-04-14  Vitaliy MargolenSend notifies after invalidating changed areas.
2005-03-23  Jason EdmeadesMake the treeview correctly search when the top index...
2005-03-23  Dimitrie O. PaunComplete unicodification of the treeview common control.
2005-03-21  Robert ShearmaniSelectedImage is allowed to be 0.
2005-03-14  Evan DeaublTREEVIEW_DoSelectItem should not do any of the TVGN_FIR...
2005-02-22  Martijn VernooijScroll instead of repainting when expanding/collapsing...
2005-01-14  Jon GriffithsIncrease the required rectangle size before drawing...
2005-01-11  Robert ShearmanDon't highlight text in non-TVS_TRACKSELECT mode.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Crestez LeonardFix bug with Treeview_SelectItem reselecting the same...
2005-01-04  Francois GougetAssorted spelling fixes.
2004-12-17  Robert Shearman- Add code for hot tracking.
2004-11-21  Huw DaviesThe default font for the treeview should be the icon...
2004-11-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-10-07  Jon GriffithsDraw +/- correctly for large icon sizes.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-09-28  Robert ShearmanDetermine whether to do label edit before sending NM_CLICK.
2004-09-28  Jon GriffithsItem height/expand button width must be >= than imageli...
2004-09-23  Filip NavaraFix obviously wrong condition in an "if" statement.
2004-09-13  Jon GriffithsCreateDCA -> CreateDCW
2004-09-13  Vitaliy MargolenMake sure TreeView gets redrawn after calling EnsureVis...
2004-08-25  Robert ShearmanReplace GetWindowLong by GetWindowLongPtr.
2004-05-02  Huw DaviesImplemented TVS_NOSCROLL.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-14  Martin FuchsReturn TRUE for TVM_EXPAND if treeview item is already...
2004-03-01  Steve LustbaderHandle the firstVisible item being NULL in
2004-02-16  Mike HearnGrow the treeview control expander button by 1px in...
2004-02-12  Huw DaviesFix a TRACE.
2004-01-21  Huw DaviesMove the selection to the previous sibling if it can...
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2003-11-27  Huw DaviesMerge {Set,Insert}Item[AW] to {Set,Insert}ItemT.
2003-11-27  Ulrich CzekallaIn TREEVIEW_EnsureVisible handle case where firstVisibl...
2003-11-26  Huw DaviesMerge GetItem[AW] into GetItemT.
2003-11-26  Aric StewartRedraw if bold state changes.
2003-11-26  Ulrich CzekallaAlways recompute an item's text width in the case of...
2003-11-26  Huw DaviesUnicodification. Based on a patch by Aric Stewart.
2003-11-21  Huw DaviesWe need to send TVN_EXPAND* on collapsing either when...
2003-11-20  Dimitrie O. PaunMake the controls send notifications to the parent...
2003-11-20  Dimitrie O. PaunCleanup the edit wndproc a bit.
2003-11-13  Dmitry TimoshkovAvoid setting infoPtr->firstVisible to NULL in TREEVIEW...
2003-10-15  Adam GundyOnly send TVN_ITEMEXPANDING for items marked as having...
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-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-08-23  Maxime BellengéFix the creation of treeview with checkboxes.
2003-08-19  Maxime BellengéFix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButto...
2003-08-18  Maxime BellengéFix things broken by the last TREEVIEW_UpdateDispInfo...
2003-08-13  Maxime BellengéFix for TREEVIEW_UpdateDispInfo to test with the correc...
2003-07-21  Martin FuchsSend TVN_ITEMEXPANDING when the user tries to expand...
2003-05-02  Adam GundyWhen items are inserted in a partially populated treevi...
2003-03-27  Mike HearnTreeView should not send two click notifications when...
2003-03-26  Mike HearnTREEVIEW_GetItemA should ignore stateMask.
2003-03-26  Mike HearnCorrect the check for changed treeview items, so item...
2003-03-06  Adam GundyTREEVIEW_UpdateScrollBars() now copes with an empty...
2003-02-25  Tim SegallAccept either TVI_ROOT or NULL for the parent to imply...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Dimitrie O. Paun- Typesafe parameters from TREEVIEW_NotifyFormat.
2002-10-31  Dimitrie O. PaunFix some treeview notification codes between ANSI/Unico...
2002-10-29  Dimitrie O. PaunSend the right notification code (A/W) depending on...
2002-10-25  Andreas Mohr- fix some pselling
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-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-20  Guy L. Albertelli- Preliminary implementation of TVS_NOSCROLL and TVS_NO...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-04  Aric StewartAdded implementation of SetItemW.
2002-02-01  Aric StewartFix to GetItemW to stop whiping out the items text.
2001-12-11  Bill MedlandA treeview item may be TVI_ROOT.
2001-08-20  Gerard PatelDo not keep the handle of a deleted item as the selecte...
2001-08-13  Guy L. AlbertelliAdd support to respond to the PGN_CALCSIZE version...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-09  Gerard PatelAfter an item text changes, the rectangle width should be
2001-04-04  Gerard PatelErase the in-memory DC for treeview and fixes the recta...
2001-02-20  Aric StewartInsert the item before calling a SetFirstVisible which...
2001-02-12  François GougetHandle WM_CHARs and pass them to TREEVIEW_ProcessLetter...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-02  Aric StewartTreeview item sorting could mess up the visibleOrder...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-31  Susan FarleyUnder some conditions its necessary to explicitly show the
next