comctl32/tests: Fix failures for 120DPI display.
[wine] / dlls / comctl32 / treeview.c
2010-11-17  Nikolay Sivovcomctl32/treeview: Remove some casts.
2010-11-17  Nikolay Sivovcomctl32/treeview: Use a code set by dispinfo holder...
2010-11-01  Nikolay Sivovcomctl32/treeview: Make item data layout partially...
2010-10-25  Nikolay Sivovcomctl32/treeview: Fix TVN_DELETEITEM to use item that...
2010-10-25  Nikolay Sivovcomctl32/treeview: Accept null item handle as a root...
2010-10-04  Nikolay Sivovcomctl32/treeview: Prevent item height to be calculated...
2010-09-27  Nikolay Sivovcomctl32/treeview: Erase background when painting over...
2010-08-18  David Hedbergcomctl32: Return 0 when extended item state is requeste...
2010-08-18  David Hedbergcomctl32: Don't break on TVIS_NOSINGLEEXPAND.
2010-08-04  Andrew Talbotcomctl32: Constify some variables.
2010-07-28  Nikolay Sivovcomctl32/treeview: Fix possible crash in TVS_SINGELEXPA...
2010-07-26  Nikolay Sivovcomctl32/treeview: Fix TVS_SINGLEEXPAND notifications...
2010-07-26  Nikolay Sivovcomctl32/treeview: Properly initialize expanded image...
2010-07-19  David Hedbergcomctl32: Warn when using unsupported extended styles.
2010-07-19  David Hedbergcomctl32: Add support for expanded state image in treeview.
2010-07-19  Florian Köberlecomctl32: Simplify the code.
2010-07-19  Florian Köberlecomctl32: Call TREEVIEW_SendExpanded after expanding.
2010-06-10  Nikolay Sivovcomctl32/tests: Some expand notifications tests.
2010-06-08  Nikolay Sivovcomctl32/treeview: Remove some casts.
2010-06-08  Nikolay Sivovcomctl32/treeview: Remove commented out lines.
2010-06-08  Nikolay Sivovcomctl32/treeview: Activate tree verification only...
2010-05-11  Huw Daviescomctl32: Fix an hfont leak.
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.
next