Changes for Icon and SmallIcon modes:
[wine] / dlls / comctl32 / treeview.c
2003-03-06  Adam GundyTREEVIEW_UpdateScrollBars() now copes with an empty...
2003-02-25  Tim SegallAccept either TVI_ROOT or NULL for the parent to imply...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-16  Rolf KalbermatterAdd config.h/port.h to allow compilation/linking in...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Dimitrie O. Paun- Typesafe parameters from TREEVIEW_NotifyFormat.
2002-10-31  Dimitrie O. PaunFix some treeview notification codes between ANSI/Unico...
2002-10-29  Dimitrie O. PaunSend the right notification code (A/W) depending on...
2002-10-25  Andreas Mohr- fix some pselling
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-07-16  Guy L. AlbertelliDon't issue error message if message number in applicat...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-20  Guy L. Albertelli- Preliminary implementation of TVS_NOSCROLL and TVS_NO...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-04  Aric StewartAdded implementation of SetItemW.
2002-02-01  Aric StewartFix to GetItemW to stop whiping out the items text.
2001-12-11  Bill MedlandA treeview item may be TVI_ROOT.
2001-08-20  Gerard PatelDo not keep the handle of a deleted item as the selecte...
2001-08-13  Guy L. AlbertelliAdd support to respond to the PGN_CALCSIZE version...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-09  Gerard PatelAfter an item text changes, the rectangle width should be
2001-04-04  Gerard PatelErase the in-memory DC for treeview and fixes the recta...
2001-02-20  Aric StewartInsert the item before calling a SetFirstVisible which...
2001-02-12  François GougetHandle WM_CHARs and pass them to TREEVIEW_ProcessLetter...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-02  Aric StewartTreeview item sorting could mess up the visibleOrder...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-31  Susan FarleyUnder some conditions its necessary to explicitly show the
2000-10-25  Susan Farley- When inserting an item, do not invalidate the area...
2000-10-17  Uwe BonnesRemember owner HWND when creating and use this hwnd...
2000-10-13  Louis Philippe GagnonDo not send a WM_CONTEXTMENU message when a TreeView...
2000-10-13  Susan FarleyTo improve custom-drawn items, add focus border to...
2000-10-12  Susan FarleyOn InsertItem with TVI_FIRST, the check for resetting...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Chris MorganFix behavior of TVS_SINGLEEXPAND style broken in Corel...
2000-09-13  Chris MorganMerged main Wine changes into Corel's treeview control...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-20  Chris MorganRemoved direct calls to TREEVIEW_Refresh().
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved all non-standard common control headers from...
2000-08-01  Alexandre JulliardSerge Ivanov
2000-08-01  Susan FarleyMore consistent calculation of line height, scrolls...
2000-06-18  Noomen HamzaWM_PAINT should be processed only by the TREEVIEW_Paint...
2000-06-08  Aric StewartProperly handle InsertItem with an invalid HTREEITEM...
2000-06-07  Patrik StridvallFixed some warnings.
2000-06-03  Eric KohlImplemented TVM_GETITEMW.
2000-05-25  Gerard PatelFixes crash when calling Treeview_EndEditLabelNow and...
2000-05-24  Aric StewartAdded handling for TVS_SINGLEEXPAND.
2000-05-14  David BlackImplemented TVM_EDITLABELA, plus some improvements...
2000-05-11  Aric StewartClean up the drawing code after a label update. There...
2000-05-10  Aric StewartAllow the user to cancel label editing with esc and...
2000-05-10  Aric Stewart- Wine was not properly reporting back the edited label...
2000-05-05  Huw D M DaviesFixed DC leak.
2000-04-19  Stephane LussierMousewheel support.
2000-04-15  Serge IvanovAdded proper handling TVIS_OVERLAYMASK flag and allows...
2000-04-13  Huw D M DaviesClear TopRootItem when whole tree is deleted.
2000-04-11  Serge IvanovTreeView - minor bugfix and optimization:
2000-03-19  Francois GougetExplicitly use the TVN_xxxA version of the macros.
2000-02-13  Alex PriemFixed off-by-one error.
2000-01-29  Andreas Mohr- add some documentation items
2000-01-12  Alex PriemInfoPtr checking mixed up WM_DESTROY and WM_CREATE.
2000-01-05  Alex Priem- When processing WM_PAINT messages, the treeview might...
1999-11-28  Alex Priem- (final?) update of TreeView_* macro's.
1999-11-21  Alex Priem- fixed crash when adding items with TVI_SORT and wineI...
1999-11-07  David Grant- Proper initialization of cchTextMax field was added for
1999-10-31  Ulrich Czekalla- Treeview uses COLOR_WINDOW color instead of clrBk...
1999-10-13  Ulrich CzekallaPrevent self referencing next pointer during insert.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-31  Eric KohlSome more messages.
1999-07-24  Francois BoisvertImplemented TREEVIEW_InsertItemW.
1999-07-18  Alex Priem- Implementation of simple comctl32 v5.0 changes.
1999-07-15  Alex PriemFix a hang when we process WM_STYLECHANGED.
1999-07-10  Alex PriemImplementation of TVM_SORTCHILDREN. Massaged TVM_SORTCH...
1999-07-03  Alex PriemFix a crash when doing sorted inserts at top level.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlAdded check for invalid parent item.
1999-06-22  Eric PouechThou shalt not use C++ comments.
1999-06-13  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-07  Marcus MeissnerFixed >> and * operator precedence problem.
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-10  Sylvain St.GermainFixed the messaging problem of the edit box for node...
1999-03-25  Marcus MeissnerMissing WINAPI.
1999-03-25  Sylvain St.GermainImplementation of TVM_SORTCHILDRENCB.
1999-03-18  Sylvain St.GermainImplements +/-, PgUp/PgDown, Home/End, Left/Right,...
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-16  Sylvain St.GermainFixed some graphical problems of the treeview and added...
1999-03-12  Sylvain St.GermainRemoved direct access to the WND struct.
1999-02-28  Marcus MeissnerFixed a lot of warnings using WINE_UNUSED, casts, comme...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Bertho StultiensFix typo to map GetTextExtentPoint to the correct 32A...
next