29 Commits (381df74fa622f040dae28a7d23712363863223c1)

Author SHA1 Message Date
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
Daniel Grunwald 0cb55f64a0 Add back drag'n'drop to SharpTreeView. 15 years ago
Daniel Grunwald c2e909a386 Filtering performance improvement. 15 years ago
Daniel Grunwald 8d82bf11b4 SharpTreeView: Disable expensive checks to make debug builds a bit faster. 15 years ago
Daniel Grunwald 8c428c3210 Fix bugs in RemoveNodes(). 15 years ago
Daniel Grunwald 7f75176e7a Fixed bug in TreeFlattener.IndexOf() [this was causing ScrollToItem() to work incorrectly] 15 years ago
Daniel Grunwald c942248aaa SharpTreeView: implemented node removal. 15 years ago
Daniel Grunwald 54e170cae5 Reimplemented expanding/collapsing. 15 years ago
Daniel Grunwald aa50a0c3cb Implemented FlatListTreeNode. 15 years ago
Daniel Grunwald ad14b53945 Started implementing a better TreeFlattener for SharpTreeView. 15 years ago
Daniel Grunwald 2e23e720a3 Implemented navigation history. 15 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 15 years ago
Daniel Grunwald 3a6574e27d Fixed InvalidOperationException when deleting nodes. 15 years ago
Daniel Grunwald 8fd9c3c312 Simplify SharpTreeView's CanDelete() calls. 15 years ago
Daniel Grunwald cb2deee9d3 Improve SharpTreeView keyboard navigation. 15 years ago
Daniel Grunwald ba6fc13648 SharpTreeView: improve left/right keyboard navigation 15 years ago
Daniel Grunwald 73b9068743 Add AssemblyInfo for included SD libraries. 15 years ago
Daniel Grunwald 212a08345a Implemented search filter for TreeView. 15 years ago
Daniel Grunwald 1c8602df06 Prepare TreeView filtering. 15 years ago
Daniel Grunwald 7e6d41a6ec Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView] 15 years ago
Daniel Grunwald 47b64383f4 Copyright/License notices. 15 years ago
Daniel Grunwald 7d2d43b898 Fix StackOverflowException when EnsureLazyChildren() is called by LoadChildren(). 15 years ago
Daniel Grunwald 495d86f69c SharpTreeView: add ActivateItem() [double-click support] 15 years ago
Daniel Grunwald 0a6a267ad3 SharpTreeView: change SelectedNode/ActiveNodes from List to HashSet (fixes performance issue when selecting lots of nodes) 15 years ago
Daniel Grunwald 3de637c632 Allow drag'n'drop reordering of assembly tree nodes. 15 years ago
Daniel Grunwald 2cd9d2c146 SharpTreeView: throw NotSupportedException when required members are not overridden. 15 years ago
Daniel Grunwald 4e7235c96f Change SharpTreeView to allow the use of ImageSources as icons. 15 years ago
Daniel Grunwald 331ade6cf1 Get rid of SharpDevelop-specific paths in ICSharpCode.TreeView. 15 years ago