96 Commits (343694c5499d2dd68896563bbbfc72604231deef)

Author SHA1 Message Date
Daniel Grunwald 51a5475150 Update AvalonEdit and SharpTreeView to 4.2.0.8752. 13 years ago
Ed Harvey 197a00d636 Shortcut node deselection processing if no nodes remain. 14 years ago
Ed Harvey 1dfef66912 Only modify focus if all previously selected nodes have been removed. 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Daniel Grunwald 6e3aa7825f Use gray text color for non-public types and members. Closes #143. 14 years ago
Daniel Grunwald fe121acdb9 Fix #230: Search and Analyze window don't update 14 years ago
Siegfried Pammer 80ed40e6a7 move the focus to the previous node after deletion 14 years ago
Daniel Grunwald 7789284161 Fix #74 Jumping to other type doesn't scroll the tree 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 3302748c58 Bugfix SharpTreeNodeCollection.Clear(). 14 years ago
Daniel Grunwald d39a806795 Scroll down automatically when expanding a tree node. 14 years ago
Daniel Grunwald 0ede3cf555 Fix TreeFlattener.IndexOf (avoids crash when navigating or loading assemblies while a search filter is active) 14 years ago
Daniel Grunwald abc94713e8 Allow expanding/collapsing nodes with numpad plus/minus. 14 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 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 8c428c3210 Fix bugs in RemoveNodes(). 14 years ago
Daniel Grunwald 7f75176e7a Fixed bug in TreeFlattener.IndexOf() [this was causing ScrollToItem() to work incorrectly] 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 2e23e720a3 Implemented navigation history. 14 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 14 years ago
Daniel Grunwald 3a6574e27d Fixed InvalidOperationException when deleting nodes. 14 years ago
Daniel Grunwald 8fd9c3c312 Simplify SharpTreeView's CanDelete() calls. 14 years ago
Daniel Grunwald cb2deee9d3 Improve SharpTreeView keyboard navigation. 14 years ago
Daniel Grunwald ba6fc13648 SharpTreeView: improve left/right keyboard navigation 14 years ago
Daniel Grunwald 73b9068743 Add AssemblyInfo for included SD libraries. 14 years ago
Daniel Grunwald 212a08345a Implemented search filter for TreeView. 14 years ago
Daniel Grunwald 1c8602df06 Prepare TreeView filtering. 14 years ago
Daniel Grunwald 7e6d41a6ec Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView] 14 years ago
Daniel Grunwald 47b64383f4 Copyright/License notices. 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
Daniel Grunwald 331ade6cf1 Get rid of SharpDevelop-specific paths in ICSharpCode.TreeView. 14 years ago