27 Commits (343694c5499d2dd68896563bbbfc72604231deef)

Author SHA1 Message Date
tom-englert 4058628835 Fix dynamic Foreground of non-public nodes. 4 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer eeba91fba5 Use nameof in RaisePropertyChanged calls. 5 years ago
Siegfried Pammer 27744e6006 Fix #2019: Add MMB shortcut to "Open in new tab" for tree view and links 5 years ago
Siegfried Pammer 8c434eeaa5 Fix #1973: Switch License Headers / License Information to MIT for SharpTreeView 5 years ago
Daniel Grunwald 5ef1a973d3 #1904: Cherry-picked SharpTreeView changes from SharpDevelop repository. 5 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Daniel Grunwald 6e3aa7825f Use gray text color for non-public types and members. Closes #143. 14 years ago
Daniel Grunwald 0e648ef19b Add support for recursively expanding tree nodes to SharpTreeView. 14 years ago
Daniel Grunwald a7309a3a37 Allow plugins to extend the context menus of the tree views. 14 years ago
Daniel Grunwald 0cb55f64a0 Add back drag'n'drop to SharpTreeView. 14 years ago
Daniel Grunwald c2e909a386 Filtering performance improvement. 14 years ago
Daniel Grunwald 8d82bf11b4 SharpTreeView: Disable expensive checks to make debug builds a bit faster. 14 years ago
Daniel Grunwald c942248aaa SharpTreeView: implemented node removal. 14 years ago
Daniel Grunwald 54e170cae5 Reimplemented expanding/collapsing. 14 years ago
Daniel Grunwald aa50a0c3cb Implemented FlatListTreeNode. 14 years ago
Daniel Grunwald ad14b53945 Started implementing a better TreeFlattener for SharpTreeView. 14 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 14 years ago
Daniel Grunwald 8fd9c3c312 Simplify SharpTreeView's CanDelete() calls. 14 years ago
Daniel Grunwald 7e6d41a6ec Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView] 14 years ago
Daniel Grunwald 7d2d43b898 Fix StackOverflowException when EnsureLazyChildren() is called by LoadChildren(). 14 years ago
Daniel Grunwald 495d86f69c SharpTreeView: add ActivateItem() [double-click support] 14 years ago
Daniel Grunwald 0a6a267ad3 SharpTreeView: change SelectedNode/ActiveNodes from List to HashSet (fixes performance issue when selecting lots of nodes) 14 years ago
Daniel Grunwald 3de637c632 Allow drag'n'drop reordering of assembly tree nodes. 14 years ago
Daniel Grunwald 2cd9d2c146 SharpTreeView: throw NotSupportedException when required members are not overridden. 14 years ago
Daniel Grunwald 4e7235c96f Change SharpTreeView to allow the use of ImageSources as icons. 14 years ago