138 Commits (6766ad0c595fbd27b56236f7835881553d72c78e)

Author SHA1 Message Date
Siegfried Pammer 343694c549 Generalize progress reporting for decompilation and PDB generation. 3 years ago
Siegfried Pammer 92e9b28e4d - Remove static state from DisplaySettingsPanel 3 years ago
Siegfried Pammer aafa9b2aa7 Fix #2664: Fix NRE in ScopeSearchToAssembly. 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Christoph Wille a4ecc5e81c Remove MSIX-specific code paths in ILSpy 4 years ago
Siegfried Pammer f7be178d18 Fixes #2605: Add possibility to add submenu items 4 years ago
Siegfried Pammer 03c38c5e17 Improved Window menu. 4 years ago
Siegfried Pammer fe2adcd887 Add context menu entries to allow setting "inassembly:" and "innamespace:" prefixes from tree nodes and search results. 4 years ago
Siegfried Pammer 849161e362 - Replace DecompilerTextView.CleanUpName with direct uses of WholeProjectDecompiler.CleanUpFileName 4 years ago
Daniel Grunwald 733029bbb7 Move commands for opening panes to `Window` menu and add commands for the "Assemblies" and "Analyzer" panes. 4 years ago
Siegfried Pammer 353ce88266 Fix NRE in ExtractPackageEntryContextMenuEntry 4 years ago
Siegfried Pammer eec79d5a5d Fix #2410: Add "Extract package entry" context menu entry for binaries inside bundles/packages. 4 years ago
SilverFox dd06b9ad79 Disallow members of delegate or enum for SearchMSDN 4 years ago
SilverFox d2a0f017d4 Fix url of SearchMsdn when do search with generic types and .ctor methods 4 years ago
Christoph Wille 67e270cdba Extract WindowsVersionHelper to single location to not spread (and miss) instances of #if NET472 5 years ago
Christoph Wille a0aeac5628 Doesn't work: 5 years ago
Siegfried Pammer 004948210c Fix async warning LoadDebugInfo 5 years ago
Siegfried Pammer 924e7a0ec4 Fix "Select PDB" command when working with bundles. 5 years ago
Daniel Grunwald 82bb805657 Don't show PDB context menu entries on bundle nodes. 5 years ago
Siegfried Pammer 0f5e46336f Fix #2151: Improve performance of Metadata DataGridCell 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer bfa4a27f39 #2117: Print hints about project format after decompilation. 5 years ago
MysticBoy 3edc8860c8 fix An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type 5 years ago
MysticBoy 865f855501 Add something missing. 5 years ago
Daniel Grunwald d02fd09822 Explicitly create partitioners for `Parallel.ForEach` calls. 5 years ago
Berrysoft 70529f92ac Fix ManageAssemblyLists menu text 5 years ago
Berrysoft d2dd6328fd Complete zh-Hans translation 5 years ago
MysticBoy 8863f977c5 ILSpy.ReadyToRun and more statements is Translated 5 years ago
Austin Wise aae304b3db Update links to Microsoft Docs. 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 ab89581eab Fix JumpToReference/ReferenceSegment tuple mess. 5 years ago
Siegfried Pammer 0dfcafdfe8 Add preconfigured assembly list selection and rename command to ManageAssemblyListsDialog 5 years ago
Siegfried Pammer ecda21f7f9 Fix #1932: Add ExportToolPaneAttribute and reimplement ShowInBottomPane and ShowInTopPane. 6 years ago
Siegfried Pammer 82f048d497 Add "Select PDB..." context menu item on assemblies, to be able to manually load a PDB for an assembly. 6 years ago
Siegfried Pammer 66843ff312 Fix #1842: NullReferenceException in DecompileInNewViewCommand 6 years ago
Siegfried Pammer bdcce7659e Final touches. 6 years ago
Siegfried Pammer deaedd0914 Link metadata tokens in decompilation output to metadata tables. 6 years ago
Siegfried Pammer bd9291f65b Use DataGrid in all metadata views. 6 years ago
Siegfried Pammer d6c688c58a Finish tree nodes. 6 years ago
Siegfried Pammer 38dec5cf5e Fix #1800: Modernize Assembly Lists 6 years ago
Siegfried Pammer 3f9e7488f1 Bring selected pad to front, if there are multiple pads in one area. 6 years ago
Siegfried Pammer 0d6ac5030c Refactor DocumentModel API 6 years ago
Siegfried Pammer 5206244254 Fix #1813: Windows/Reset layout empties output window 6 years ago
Siegfried Pammer 654613b75c Remove unnecessary duplicate invocation of the decompiler when opening a new view. 6 years ago
pvasilek 141440e47f Fixes #1812 6 years ago
Siegfried Pammer 703cd3345b #1803: Fix InvalidCastException when executing "Decompile to new tab" on analyzer nodes. 6 years ago
Siegfried Pammer 05c21c5a08 #1803: Properly implement tool pane logic. Ground work for multiple docking layouts. 6 years ago
Siegfried Pammer c84f220338 Enable separate language (version) settings per document. 6 years ago
Siegfried Pammer 388c8f611c Add DecompileInNewViewCommand to TextView context menu. 6 years ago
Siegfried Pammer 84bb61cc5b Add primitive multi-document support. 6 years ago