2000-03-19 |
Francois Gouget | Explicitly use the TVN_xxxA version of the macros. |
blob | commitdiff | raw |
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 |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Bertho Stultiens | Fix typo to map GetTextExtentPoint to the correct 32A... |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Zygo Blaxell | Change a few types to match you-know-who's declarations. |
blob | commitdiff | raw | diff to current |
1999-01-30 |
Alex Priem | - The usual bugfixes. |
blob | commitdiff | raw | diff to current |
1999-01-28 |
James Juran | Commented out unused variables to prevent needless... |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Juergen Schmied | Changed some treeview related definitions. |
blob | commitdiff | raw | diff to current |
1998-12-26 |
Marcus Meissner | Changed // comments to /* */ so WINE compiles with... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Alex Priem | Preliminary tooltip support. |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Alex Priem | * handle TVIF_TEXT by TREEVIEW_SetItem according to... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Marcus Meissner | Missing parentheses added. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | Erred in the bit macros in treeview.c. Shiftcounts... |
blob | commitdiff | raw | diff to current |
1998-10-31 |
Marcus Meissner | Gets rid of the arch-dependent bit operations (tested... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
NF Stevens | A couple of TRACE messages are missing a newline at... |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Eric Kohl | Added xxx_Unregister() functions to all common controls. |
blob | commitdiff | raw | diff to current |
1998-10-22 |
Brian Litzinger | Fixes for FreeBSD. |
blob | commitdiff | raw | diff to current |
1998-10-18 |
Alex Priem | Further improvements. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
|