72 Commits (004948210c796b913ebcfc4dc8f329f0653faefa)

Author SHA1 Message Date
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
Jane Doe 2b019a922a commiting -> committing 6 years ago
Siegfried Pammer cee9d86b7a Use DrawingImage instead of Viewbox. 6 years ago
Siegfried Pammer f51f20eb35 Enable SharpTreeView to use Viewbox as icon container. 6 years ago
Christoph Wille 28be4a755b Switch to net472, of note: 6 years ago
Oren Novotny 8a31bf30bc
IDE cleanup 6 years ago
Oren Novotny b88d8b047f
Switch to UseWpf for compat with Extras 2.x and .NET Core SDK 3 6 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
Sam Harwell ea930e025c Switch to MSBuild.Sdk.Extras for WPF support 7 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(). 15 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