2003-05-02 |
Adam Gundy | When items are inserted in a partially populated treevi... |
blob | commitdiff | raw |
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 |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Francois Gouget | Use PS_ALTERNATE rather than PS_DOT. |
blob | commitdiff | raw | diff to current |
2000-10-31 |
Susan Farley | Under some conditions its necessary to explicitly show the |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Susan Farley | - When inserting an item, do not invalidate the area... |
blob | commitdiff | raw | diff to current |
2000-10-17 |
Uwe Bonnes | Remember owner HWND when creating and use this hwnd... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Louis Philippe Gagnon | Do not send a WM_CONTEXTMENU message when a TreeView... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Susan Farley | To improve custom-drawn items, add focus border to... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Susan Farley | On InsertItem with TVI_FIRST, the check for resetting... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Chris Morgan | Fix behavior of TVS_SINGLEEXPAND style broken in Corel... |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Chris Morgan | Merged main Wine changes into Corel's treeview control... |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Andreas Mohr | Minor cosmetic changes. |
blob | commitdiff | raw | diff to current |
2000-08-20 |
Chris Morgan | Removed direct calls to TREEVIEW_Refresh(). |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed all non-standard common control headers from... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Alexandre Julliard | Serge Ivanov |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Susan Farley | More consistent calculation of line height, scrolls... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Noomen Hamza | WM_PAINT should be processed only by the TREEVIEW_Paint... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Aric Stewart | Properly handle InsertItem with an invalid HTREEITEM... |
blob | commitdiff | raw | diff to current |
2000-06-07 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Eric Kohl | Implemented TVM_GETITEMW. |
blob | commitdiff | raw | diff to current |
2000-05-25 |
Gerard Patel | Fixes crash when calling Treeview_EndEditLabelNow and... |
blob | commitdiff | raw | diff to current |
2000-05-24 |
Aric Stewart | Added handling for TVS_SINGLEEXPAND. |
blob | commitdiff | raw | diff to current |
2000-05-14 |
David Black | Implemented TVM_EDITLABELA, plus some improvements... |
blob | commitdiff | raw | diff to current |
2000-05-11 |
Aric Stewart | Clean up the drawing code after a label update. There... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Aric Stewart | Allow the user to cancel label editing with esc and... |
blob | commitdiff | raw | diff to current |
2000-05-10 |
Aric Stewart | - Wine was not properly reporting back the edited label... |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Huw D M Davies | Fixed DC leak. |
blob | commitdiff | raw | diff to current |
2000-04-19 |
Stephane Lussier | Mousewheel support. |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Serge Ivanov | Added proper handling TVIS_OVERLAYMASK flag and allows... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Huw D M Davies | Clear TopRootItem when whole tree is deleted. |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Serge Ivanov | TreeView - minor bugfix and optimization: |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Francois Gouget | Explicitly use the TVN_xxxA version of the macros. |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Alex Priem | Fixed off-by-one error. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Andreas Mohr | - add some documentation items |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Alex Priem | InfoPtr checking mixed up WM_DESTROY and WM_CREATE. |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Alex Priem | - When processing WM_PAINT messages, the treeview might... |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Alex Priem | - (final?) update of TreeView_* macro's. |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Alex Priem | - fixed crash when adding items with TVI_SORT and wineI... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
David Grant | - Proper initialization of cchTextMax field was added for |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Ulrich Czekalla | - Treeview uses COLOR_WINDOW color instead of clrBk... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Ulrich Czekalla | Prevent self referencing next pointer during insert. |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed/added missing/wrong function prototypes and made... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Eric Kohl | Some more messages. |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Francois Boisvert | Implemented TREEVIEW_InsertItemW. |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Alex Priem | - Implementation of simple comctl32 v5.0 changes. |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Alex Priem | Fix a hang when we process WM_STYLECHANGED. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Alex Priem | Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCH... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Alex Priem | Fix a crash when doing sorted inserts at top level. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Eric Kohl | Added check for invalid parent item. |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Eric Pouech | Thou shalt not use C++ comments. |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Marcus Meissner | Fixed >> and * operator precedence problem. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-10 |
Sylvain St.Germain | Fixed the messaging problem of the edit box for node... |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Marcus Meissner | Missing WINAPI. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Sylvain St.Germain | Implementation of TVM_SORTCHILDRENCB. |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Sylvain St.Germain | Implements +/-, PgUp/PgDown, Home/End, Left/Right,... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Marcus Meissner | Removed no longer necessary win.h include, added now... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Sylvain St.Germain | Fixed some graphical problems of the treeview and added... |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Sylvain St.Germain | Removed direct access to the WND struct. |
blob | commitdiff | raw | diff to current |
next |