2292 Commits (65886eada1b8d65ad6697cccd03a261ac6615b50)

Author SHA1 Message Date
Siegfried Pammer a592169bb3 Fix #3381: Make sure that selectedNode is still selected when focus is deferred in IsActive property changed handler. 6 months ago
Siegfried Pammer 01d726cd8d Fix #3378: Navigation shortcuts (Alt-Left and Alt-Right) don't work when TreeView has focus 7 months ago
Siegfried Pammer 126dffef38 Fix #3364: Custom events and indexers can never have an initializer, so do not include them in the output for constructors. 7 months ago
Christoph Wille 4bad0c7a4b Move license.txt to root folder LICENSE file 7 months ago
Siegfried Pammer 44da7ce023 Fix broken Window menu and ResetLayout 8 months ago
CreateAndInject b32f026d34 Fix Mnemonic 8 months ago
CreateAndInject 19d4f01365 Use TextRenderer.MeasureText instead of Graphics.MeasureString to get exact result 8 months ago
Siegfried Pammer 663dea45bf Performance: Initialize ToolPanes in DockWorkspace.InitializeLayout() instead of the property getter to avoid WPF seeing them in InitializeComponent() and rendering all panes docked at the right before the layout is properly initialized. This also appears to make startup around 500ms/25% faster, keeping total time from App::.cctor to "decompilation finished" (for a "standard" assembly node with just attributes in the output) at under two seconds. 8 months ago
Christoph Wille e652490cce
Implement 3330: Generate diagram from UI without advanced options (#3336) 8 months ago
CreateAndInject 762a7713d8 Fix high Dpi 8 months ago
Siegfried Pammer 9986104c3f Remove childrenNeedFiltering 9 months ago
Siegfried Pammer 17302345ec Fix #3332: Re-apply filter to all descendants. 9 months ago
Siegfried Pammer 7ee01ba070 Remove code duplication from AssemblyTreeNode 9 months ago
tom-englert 446ce3174b Fix #3333: Clicking does not select in Assemblies pane when it doesn't have focus 9 months ago
Christoph Wille b4df781da1 Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, System.Resources.Extensions to 9.0, SRM/S.C.Immutable to 9.0 outside ICSD 9 months ago
tom-englert ac7f7808ea Move menu and tool-bar from MainWindow to separate controls. 9 months ago
tom-englert a24e0f96c8 Refactoring: 9 months ago
tom-englert 79d83afbf4 Fix update settings to finally remove the need for settings service singleton 10 months ago
tom-englert 61b0714a4b Get rid of singletons, replace with DI: DockWorkspace 10 months ago
tom-englert 560d89a42f Get rid of singletons, replace with DI: MainWindow, Settings and Language service 10 months ago
tom-englert 0be506bd4e Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel 10 months ago
tom-englert 66544e6208 Migrate DI from Microsoft.VisualStudio.Composition to Microsoft.Extensions.DependencyInjection 10 months ago
tom-englert d1198287e8 Fix merge errors 10 months ago
tom-englert 47d52fcacf Move active code from LanguageSettings to LanguageService, to make LanguageSettings independent of other services injected via DI 10 months ago
Siegfried Pammer 9d6c2eb026 Fix #3179: Apply auto-size hack to combo boxes in toolbar 10 months ago
Siegfried Pammer c66733f353 Fix TabPage.Title, if "Save Code" action is canceled. 10 months ago
Siegfried Pammer df859a0520 Fix #3300: System.FormatException: The input string 'PDB' was not in a correct format. 10 months ago
tom-englert 69edba65ab Select first assembly from list after assembly list change, instead of the root node. 10 months ago
Siegfried Pammer 916a3fa831 Do not forget to refresh the decompiled view after the assembly list changes. This also cancels any decompilation requests that are still in progress. 10 months ago
tom-englert 91dbea2b2b Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree => start decompile with no content to finally show an empty panel. 10 months ago
tom-englert ac43abbed2 Fix potential memory leak: Dispose is never called! 10 months ago
tom-englert 5a1ec2ca55 Fix focus when switching back to assembly list via keyboard 10 months ago
tom-englert d989085a58 Fix focus when active tab page is changed via the Window menu 10 months ago
tom-englert 5149e4e77f Optimize selection handling 10 months ago
tom-englert 2c6f06e854 Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree 10 months ago
tom-englert cf34262f32 Add missing copyright notice to added files 11 months ago
tom-englert 67aee1033c remove public modifier wherever possible 11 months ago
tom-englert e6935525dd Minor cleanup 11 months ago
tom-englert e3a1444d8e Fix formatting 11 months ago
tom-englert 48ca7904f1 Multiple Refresh calls sholud just trigger one refresh cycle. 11 months ago
tom-englert c301cd5743 Fix nullable issues in AssemblyTreeModel 11 months ago
tom-englert 9b95f92729 Fix possible ObservableCollection re-entrance crash when trying to navigate to a collapsed item. 11 months ago
tom-englert 15721908b4 Refresh should also refresh the content of the active tab to reflect e.g. indent size change in options tab. 11 months ago
tom-englert 6d9202a7b6 Fix #3289: Navigation failed because the target is hidden even when show all types and members 11 months ago
tom-englert 22c5735ada Fix #3284: AssemblyTree title is wrong 11 months ago
tom-englert ee91a3798a Fix #3284: Focus always moving to the assembly tree view when changing tabs, don't decompile when just switching tabs 11 months ago
tom-englert 5b8e7ce6eb Fix navigation history 11 months ago
tom-englert 4b7377a0de Fix #3281: Help -> About is broken 11 months ago
Siegfried Pammer 4ff0c262f9 Provide commit hash in AboutPage to make finding the correct version easier. 11 months ago
Andrew Moskevitz 2ea500cfbd
Update DerivedTypesTreeNode with == null instead of != null. 11 months ago