comctl32: Fix incorrect const type casting.
[wine] / dlls / comctl32 / treeview.c
2009-12-28  Michael Stefaniuccomctl32: Remove some explicit LPARAM/WPARAM casts.
2009-12-14  Nikolay Sivovcomctl32/treeview: Implement NM_SETCURSOR notification.
2009-12-14  Nikolay Sivovcomctl32/treeview: Draw +/- signs with text color,...
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix default colors set on creation.
2009-12-14  Nikolay Sivovcomctl32/treeview: Fix mouse tracking request code.
2009-12-10  Nikolay Sivovcomctl32/treeview: Remove some forward declarations.
2009-12-10  Nikolay Sivovcomctl32/treeview: Use additional helper for item inval...
2009-12-09  Kirill K. Smirnovcomctl32/treeview: Avoid a NULL pointer dereference.
2009-12-07  Nikolay Sivovcomctl32/treeview: Free items pointer array and root...
2009-12-01  Nikolay Sivovcomctl32/treeview: Simplify WM_CHAR handler.
2009-12-01  Nikolay Sivovcomctl32/treeview: Clean up winproc a bit, move paramet...
2009-11-12  Nikolay Sivovcomctl32/treeview: Collapse some message handlers.
2009-10-19  Nikolay Sivovcomctl32/treeview: Erase background on WM_PAINT if...
2009-10-08  Nikolay Sivovcomctl32: Use user32 control names from public header...
2009-08-07  Nikolay Sivovcomctl32/treeview: Check passed handle value in WM_COMM...
2009-08-07  Nikolay Sivovcomctl32/treeview: Use separate pointer for currently...
2009-08-06  Nikolay Sivovcomctl32/treeview: Handle EN_KILLFOCUS in WM_COMMAND...
2009-07-16  Dmitry Timoshkovcomctl32: Explicitly initialize visible order of a...
2009-07-15  Dmitry Timoshkovcomctl32: Do not redraw treeview in TVM_INSERTITEM...
2009-06-08  Vincent Povirkcomctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO...
2009-05-18  Nikolay Sivovcomctl32/treeview: Use cached colors instead of GetSysC...
2009-04-21  Florian Köberlecomctl32: Fix expanding of invisible sub trees.
2009-03-03  Nikolay Sivovcomctl32: Correctly report systemcolor use for Treeview...
2009-01-21  André Hentschelcomctl32: Fix callback in treeview.
2008-11-03  Michael Stefaniuccomctl32: Do not cast NULL.
2008-10-27  Michael Stefaniuccomctl32: Just use 0 instead of casting NULL twice...
2008-10-24  Michael Stefaniuccomctl32: DPA_GetPtr() returns a LPVOID so don't cast...
2008-10-24  Michael Stefaniuccomctl32: Remove the superfluous casting of the LPVOID...
2008-09-18  Jan de Mooijcomctl32/treeview: Fix pszText NULL pointer dereference.
2008-08-18  Rob Shearmancomctl32: Fix use of arithmetic operator on Boolean...
2008-07-22  Mikołaj Zalewskicomctl32: Don't print ERRs for reflected messages.
2008-07-11  Gerald Pfeifercomctl32: Some simplifications.
2008-06-19  Colin Finckcomctl32: Use a clip region when collapsing the treeview.
2008-04-28  Andrew Talbotcomctl32: Dangling pointers fix.
2008-04-14  Andrew Talbotcomctl32: Remove unused variables.
2008-02-16  Rob Shearmancomctl32: Remove some more useless asserts.
2008-02-16  Rob Shearmancomctl32: Fix the character count passed to GetWindowTe...
2008-02-16  Rob Shearmancomctl32: Remove a useless assert from TREEVIEW_GetItem...
2008-02-07  Lei Zhangcomctl32: Use wine_dbgstr_rect() in traces.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-02  Andrew Talbotcomctl32: Remove unneeded casts.
2007-12-07  Gregor Brunmarcomctl32: Added context menu to treeview.
2007-12-03  Andrew Talbotcomctl32: Remove unneeded casts.
2007-09-14  Andrew Talbotcomctl32: Fix a memory leak.
2007-09-11  Aric Stewartcomctl32: treeview: Ensure our textWidth is correct...
2007-09-11  Aric Stewartcomctl32: Ensure item metric are calculated when an...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-07  Mikołaj Zalewskicomctl32: treeview: Treeviews shouldn't be sending...
2007-04-07  Felix Nawothnigcomctl32: Allow enabling TVS_CHECKBOXES on the fly.
2007-04-03  Andrew Talbotcomctl32: Constify some variables.
2007-03-27  Piotr Cabancomctl32: Set label width after editting.
2007-03-26  Piotr Cabancomctl32: Fixed TreeView_EndEditLabelNow crash.
2007-03-13  Felix Nawothnigcomctl32: Fix visual glitches with TVS_HASLINES.
2007-03-12  Felix Nawothnigcomctl32: Fix a typo.
2007-02-14  Felix Nawothnigcomctl32: Remove redundant NULL checks before Free...
2007-02-12  Duane Clarktreeview: Scrolling does not cause label being edited...
2007-01-12  Duane Clarktreeview: Fix horizontal scrolling.
2007-01-09  Felix Nawothnigtreeview: Initialize iImage and iSelectedImage with...
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-10-25  Alexandre Julliardcomctl32: Properly handle negative coordinates for...
2006-10-14  Michael Ploujnikovcomctl32: Win64 printf format warning fixes.
2006-10-04  James Hawkinscomctl32: Set the TVIF_TEXT mask when notifying the...
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...
next