The "colors" parameter of SetDIBColorTable should be CONST.
[wine] / dlls / comctl32 / treeview.c
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
2000-10-25  Susan Farley- When inserting an item, do not invalidate the area...
2000-10-17  Uwe BonnesRemember owner HWND when creating and use this hwnd...
2000-10-13  Louis Philippe GagnonDo not send a WM_CONTEXTMENU message when a TreeView...
2000-10-13  Susan FarleyTo improve custom-drawn items, add focus border to...
2000-10-12  Susan FarleyOn InsertItem with TVI_FIRST, the check for resetting...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Chris MorganFix behavior of TVS_SINGLEEXPAND style broken in Corel...
2000-09-13  Chris MorganMerged main Wine changes into Corel's treeview control...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-20  Chris MorganRemoved direct calls to TREEVIEW_Refresh().
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-08-01  Alexandre JulliardSerge Ivanov
2000-08-01  Susan FarleyMore consistent calculation of line height, scrolls...
2000-06-18  Noomen HamzaWM_PAINT should be processed only by the TREEVIEW_Paint...
2000-06-08  Aric StewartProperly handle InsertItem with an invalid HTREEITEM...
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-03  Eric KohlImplemented TVM_GETITEMW.
2000-05-25  Gerard PatelFixes crash when calling Treeview_EndEditLabelNow and...
2000-05-24  Aric StewartAdded handling for TVS_SINGLEEXPAND.
2000-05-14  David BlackImplemented TVM_EDITLABELA, plus some improvements...
2000-05-11  Aric StewartClean up the drawing code after a label update. There...
2000-05-10  Aric StewartAllow the user to cancel label editing with esc and...
2000-05-10  Aric Stewart- Wine was not properly reporting back the edited label...
2000-05-05  Huw D M DaviesFixed DC leak.
next