wineps.drv: Ignore requested resolutions not supported by device.
[wine] / dlls / comctl32 / treeview.c
2012-12-17  Andrew Talbotcomctl32: Indentation fix.
2012-12-11  Nikolay Sivovcomctl32: Fix font style when item is bold and hovered...
2012-12-11  Andrew Talbotcomctl32: Indentation fix.
2012-10-16  Daniel Jelinskicomctl32: Fix notifications and return value when colla...
2012-10-16  Daniel Jelinskicomctl32: Do not send TVN_ITEMEXPANDING when expanding...
2012-10-15  Daniel Jelinskicomctl32: Allow expanding/collapsing treeview nodes...
2012-09-24  Christian Costacomctl32: Invalid format returned by NF_QUERY defaults...
2012-08-13  Michael Stefaniuccomctl32: Avoid TRUE:FALSE conditional expressions.
2012-07-17  Daniel Jelinskicomctl32/treeview: Fix the position reported by WM_CONT...
2012-07-17  Daniel Jelinskicomctl32/treeview: Send WM_CONTEXTMENU only to parent...
2012-07-17  Daniel Jelinskicomctl32/treeview: Inlined TREEVIEW_RButtonUp.
2012-07-17  Daniel Jelinskicomctl32/treeview: Send WM_CONTEXTMENU everywhere,...
2012-07-17  Daniel Jelinskicomctl32/treeview: Fix NM_RCLICK behavior.
2012-07-17  Daniel Jelinskicomctl32/treeview: Clean up mouse tracking code.
2012-06-07  Daniel Jelinskicomctl32: Allow label edit only if treeview style allow...
2012-05-22  Nikolay Sivovcomctl32: Make it possible to use TVM_GETITEM with...
2012-01-30  Nikolay Sivovcomctl32: Never release state image list.
2011-10-03  Nikolay Sivovcomctl32/treeview: Free checkbox imagelist when control...
2011-08-22  Nikolay Sivovcomctl32/treeview: Set edit box text before notificatio...
2011-07-04  Nikolay Sivovcomctl32/treeview: Remove redundant initializer (Clang).
2011-06-27  Piotr Cabancomctl32: Use vssym32.h instead of tmschema.h.
2011-05-25  Nikolay Sivovcomctl32/treeview: TVM_EXPAND with TVE_TOGGLE action...
2011-05-23  Nikolay Sivovcomctl32/treeview: Correctly draw cut items.
2011-05-23  Nikolay Sivovcomctl32/treeview: Item text should be vertically aligned.
2011-05-23  Nikolay Sivovcomctl32/treeview: Always draw a '+' for TVIS_EXPANDPAR...
2011-05-16  Nikolay Sivovcomctl32/treeview: Get rid of wine prefixed names.
2011-05-16  Nikolay Sivovcomctl32/treeview: Properly update image state index...
2011-05-16  Nikolay Sivovcomctl32/treeview: Store item state supplied from TVN_G...
2011-05-16  Nikolay Sivovcomctl32/treeview: Always return state from TVM_GETITEM...
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...
next