2006-10-25 |
Alexandre Julliard | comctl32: Properly handle negative coordinates for... |
blob | commitdiff | raw |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-04 |
James Hawkins | comctl32: Set the TVIF_TEXT mask when notifying the... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-07 |
qingdoa daoo | comctl32: Update first visible when appropiate in the... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Alexandre Julliard | Fixed creation of PS_ALTERNATE pens. |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Eric Pouech | comctl32: Fixed (harmless) typo. |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Alex Villacís Lasso | Do not issue a GetUpdateRect() to query an update regio... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Frank Richter | Add theming for treeview control. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Krzysztof Foltman | Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Vitaliy Margolen | Don't redraw if no information has changed. |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Vitaliy Margolen | Send notifies after invalidating changed areas. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Jason Edmeades | Make the treeview correctly search when the top index... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Dimitrie O. Paun | Complete unicodification of the treeview common control. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Robert Shearman | iSelectedImage is allowed to be 0. |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Evan Deaubl | TREEVIEW_DoSelectItem should not do any of the TVGN_FIR... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Martijn Vernooij | Scroll instead of repainting when expanding/collapsing... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Jon Griffiths | Increase the required rectangle size before drawing... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Robert Shearman | Don't highlight text in non-TVS_TRACKSELECT mode. |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Crestez Leonard | Fix bug with Treeview_SelectItem reselecting the same... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Robert Shearman | - Add code for hot tracking. |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Huw Davies | The default font for the treeview should be the icon... |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Robert Shearman | Remove unnecessary WNDPROC casts. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Jon Griffiths | Draw +/- correctly for large icon sizes. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Robert Shearman | Determine whether to do label edit before sending NM_CLICK. |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Jon Griffiths | Item height/expand button width must be >= than imageli... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Filip Navara | Fix obviously wrong condition in an "if" statement. |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Jon Griffiths | CreateDCA -> CreateDCW |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Vitaliy Margolen | Make sure TreeView gets redrawn after calling EnsureVis... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Huw Davies | Implemented TVS_NOSCROLL. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Martin Fuchs | Return TRUE for TVM_EXPAND if treeview item is already... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Steve Lustbader | Handle the firstVisible item being NULL in |
blob | commitdiff | raw | diff to current |
2004-02-16 |
Mike Hearn | Grow the treeview control expander button by 1px in... |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Huw Davies | Fix a TRACE. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Huw Davies | Move the selection to the previous sibling if it can... |
blob | commitdiff | raw | diff to current |
2004-01-07 |
Alexandre Julliard | Removed incorrect uses of DUMMYUNIONNAME. |
blob | commitdiff | raw | diff to current |
2003-11-27 |
Huw Davies | Merge {Set,Insert}Item[AW] to {Set,Insert}ItemT. |
blob | commitdiff | raw | diff to current |
2003-11-27 |
Ulrich Czekalla | In TREEVIEW_EnsureVisible handle case where firstVisibl... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Huw Davies | Merge GetItem[AW] into GetItemT. |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Aric Stewart | Redraw if bold state changes. |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Ulrich Czekalla | Always recompute an item's text width in the case of... |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Huw Davies | Unicodification. Based on a patch by Aric Stewart. |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Huw Davies | We need to send TVN_EXPAND* on collapsing either when... |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Make the controls send notifications to the parent... |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Cleanup the edit wndproc a bit. |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Dmitry Timoshkov | Avoid setting infoPtr->firstVisible to NULL in TREEVIEW... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Adam Gundy | Only send TVN_ITEMEXPANDING for items marked as having... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dimitrie O. Paun | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Maxime Bellengé | Fix the creation of treeview with checkboxes. |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Maxime Bellengé | Fix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButto... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Maxime Bellengé | Fix things broken by the last TREEVIEW_UpdateDispInfo... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Maxime Bellengé | Fix for TREEVIEW_UpdateDispInfo to test with the correc... |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Martin Fuchs | Send TVN_ITEMEXPANDING when the user tries to expand... |
blob | commitdiff | raw | diff to current |
2003-05-02 |
Adam Gundy | When items are inserted in a partially populated treevi... |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Mike Hearn | TreeView should not send two click notifications when... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Mike Hearn | TREEVIEW_GetItemA should ignore stateMask. |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Mike Hearn | Correct the check for changed treeview items, so item... |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Adam Gundy | TREEVIEW_UpdateScrollBars() now copes with an empty... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Tim Segall | Accept either TVI_ROOT or NULL for the parent to imply... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Dimitrie O. Paun | - Typesafe parameters from TREEVIEW_NotifyFormat. |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Dimitrie O. Paun | Fix some treeview notification codes between ANSI/Unico... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Dimitrie O. Paun | Send the right notification code (A/W) depending on... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Andreas Mohr | - fix some pselling |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | Add needed casts for a "no warnings" compile of comctl32. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Guy L. Albertelli | - Preliminary implementation of TVS_NOSCROLL and TVS_NO... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
Andreas Mohr | Spelling/alignment fixes. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Aric Stewart | Added implementation of SetItemW. |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Aric Stewart | Fix to GetItemW to stop whiping out the items text. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Bill Medland | A treeview item may be TVI_ROOT. |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Gerard Patel | Do not keep the handle of a deleted item as the selecte... |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Guy L. Albertelli | Add support to respond to the PGN_CALCSIZE version... |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Gerard Patel | After an item text changes, the rectangle width should be |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Gerard Patel | Erase the in-memory DC for treeview and fixes the recta... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Aric Stewart | Insert the item before calling a SetFirstVisible which... |
blob | commitdiff | raw | diff to current |
2001-02-12 |
François Gouget | Handle WM_CHARs and pass them to TREEVIEW_ProcessLetter... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Aric Stewart | Treeview item sorting could mess up the visibleOrder... |
blob | commitdiff | raw | diff to current |
next |