59 Commits (ea930e025c047094fa68954ba52decf39264fc25)

Author SHA1 Message Date
Sam Harwell ea930e025c Switch to MSBuild.Sdk.Extras for WPF support 6 years ago
Daniel Grunwald 795d580004 Replace SharpTreeNodeView InvalidOperationException with debug message. 7 years ago
Siegfried Pammer f51c2305ae Fix NRE in SharpTreeNodeView 7 years ago
Daniel Grunwald 930ed37973 Fix #857: NullReferenceException in LinesRenderer.OnRender() 8 years ago
Sam Harwell 996e04075e Retarget projects to .NET 4.6 so Roslyn can load them 8 years ago
Siegfried Pammer b8f944209b Fix #67 - Moving to class member in tree view by typing in first character of member name selects parent assembly 8 years ago
Sam Harwell 4908b129f8 Convert projects to the new project system 8 years ago
Daniel Grunwald 9f3335fabf Fix code formatting. 9 years ago
Daniel Grunwald 82ca308a3b Improved Accessibility support. 9 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Siegfried Pammer 19800c3b16 remove NR submodule; move snk to ICSharpCode.Decompiler 9 years ago
Siegfried Pammer a1fd5952ed (SharpTreeView) add LockUpdates method to SharpTreeView 9 years ago
Siegfried Pammer a82bf9a5f9 (SharpTreeView) fix NRE 10 years ago
Siegfried Pammer daf973b0d5 (SharpTreeView) fix #555: ILSpy crashes when deleting more than a screenful of assemblies 10 years ago
Ed Harvey 359d04b3b6 Add 'Sort Assemblies' command to view menu 10 years ago
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. 15 years ago
Daniel Grunwald 0ede3cf555 Fix TreeFlattener.IndexOf (avoids crash when navigating or loading assemblies while a search filter is active) 15 years ago
Daniel Grunwald abc94713e8 Allow expanding/collapsing nodes with numpad plus/minus. 15 years ago
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