6878 Commits (2ee248bc2e0ac0dd469dd696e379cfaf79385cfd)
 

Author SHA1 Message Date
Siegfried Pammer 2ee248bc2e
Merge pull request #2608 from icsharpcode/submenu-support 3 years ago
Siegfried Pammer d98ff730a0 Fix build. 3 years ago
Siegfried Pammer 4aa7f5fc38 Fix #2612 decompilation of newarr with int.MaxValue causes OOME in decompiler. 3 years ago
Siegfried Pammer 00a32e0575 Use AlwaysQualifyMemberReferences = true in Windows Forms InitializeComponent methods. 3 years ago
Siegfried Pammer f7be178d18 Fixes #2605: Add possibility to add submenu items 4 years ago
Christoph Wille 9ba323d788
Merge pull request #2606 from Nyerst/patch-1 4 years ago
Siegfried Pammer 94ffb32533 Use MenuItem.Tag to identify menu items and remove dependency of menu item creation on GetResourceString 4 years ago
Nyerst 54f054751b
Update Resources.zh-Hans.resx 4 years ago
Siegfried Pammer 03c38c5e17 Improved Window menu. 4 years ago
Siegfried Pammer 906ba2e5e3 Add single-instance launch config 4 years ago
Siegfried Pammer fe3fcc8e36 Fix #2597, fix #2579: Use "ILSpyInstance" mutex to wait until the first ILSpy instance is ready to receive WM_COPYDATA. 4 years ago
Siegfried Pammer 2077306a49 Fix #2368: Dim namespaces containing only internal types 4 years ago
Siegfried Pammer 7c7247d359 Fix AnalyzerSearchTreeNode.Text 4 years ago
Siegfried Pammer 104aafbd5d Remove ILSpy-specific triggers from Generic.xaml 4 years ago
Siegfried Pammer e2428148ef Ignore instructions with field operands in MethodVirtualUsedByAnalyzer 4 years ago
Siegfried Pammer 1c0460d077 AnalyzerScope: Retrieve list of assemblies only once and not in every iteration. 4 years ago
Siegfried Pammer 9d264f56d6 - Properly reset AnalyzerSearchTreeNode on assembly list changes. 4 years ago
Siegfried Pammer 0f577200f5
Merge pull request #2595 from AustinWise/austin/FixIconLoading 4 years ago
Austin Wise 89101b593d Fix loading icons embedded as resources. 4 years ago
Siegfried Pammer e823ed9966 #2594: Cache LoadedAssembly.GetTargetFrameworkIdAsync, LoadedAssembly.GetRuntimePackAsync, PEFile.Name, PEFile.FullName to improve performance of assembly resolving. This improves performance of the analysis by a factor of 2. 4 years ago
Siegfried Pammer d501de8766
Merge pull request #2589 from icsharpcode/christophwille/ae613update 4 years ago
Siegfried Pammer a2223e033e Add missing license headers. 4 years ago
Siegfried Pammer 2a7e9c1d78 #2590: Fix printing of "Invalid MethodBodyBlock" comments. Make them appear between the braces of the block. 4 years ago
Christoph Wille c9d3d58d5b Update to AvalonEdit 6.1.3.50 4 years ago
Siegfried Pammer d9bde66505
Merge pull request #2586 from icsharpcode/christophwille/nupdates2021 4 years ago
Siegfried Pammer 88e2f5e94c
Merge pull request #2585 from yyjdelete/openlink 4 years ago
Siegfried Pammer 344cd61395 Update Microsoft.Build.Locator and NuGet.Protocol in ICSharpCode.Decompiler.Tests 4 years ago
Siegfried Pammer 27cb329105 Fix `JumpToReference` for search results from unexpanded bundle/package tree nodes. 4 years ago
Siegfried Pammer 26183f798b #2397: Add TypeSystemExtensions.IsUnmanagedType 4 years ago
Christoph Wille 963a99d330 Update NuGet packages 4 years ago
SilverFox 1f47bce470 Fix MainWindow.OpenLink for net6.0 4 years ago
Siegfried Pammer 12e586b44b Âdd a test case for stackalloc in nested context. 4 years ago
Siegfried Pammer f09deb4dfd
Merge pull request #2578 from davidwengier/AddTypeDefinitionDocuments 4 years ago
Siegfried Pammer 518ade7523 Make GetReferenceAssemblyPath pick the closest available version. 4 years ago
Siegfried Pammer 1998bb2967 Add hyperlinks to other metadata tables to make the "Go to Token" command more accessible. 4 years ago
Christoph Wille 3503b91f77 Fix unreachable code 4 years ago
David Wengier 52628a219a Add TypeDefinitionDocuments to custom debug information data 4 years ago
Andreas Weizel 3d2176554f Correct manufacturer name in MSI package 4 years ago
Andreas Weizel a767fc454c Fix #2574: Show verification screen with target directory before starting installation 4 years ago
Christoph Wille e4a8b62534 Release of 7.2 P3 4 years ago
Siegfried Pammer 43a22d234e
Merge pull request #2387 from icsharpcode/search-predicates 4 years ago
Siegfried Pammer 2646265069 #2565: Improve GetFileNameForResource: Assume that input is already a filename. 4 years ago
Siegfried Pammer 0f3e8b79be
Merge pull request #2567 from icsharpcode/filename-sanitizer 4 years ago
Siegfried Pammer 37456672d7 WholeProjectDecompiler: set segment length for Unix to 255. 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 209e2de6d0 First part of #1175 and #828: Add 'innamespace' and 'inassembly' predicates to allow scoping search to a specific assembly/namespace. 4 years ago
Siegfried Pammer a48f0d311c Fix #2330: Add conditional sub directory support 4 years ago
Daniel Grunwald f3e87d7563
Merge pull request #2568 from icsharpcode/abstract-static-interface-members 4 years ago
Siegfried Pammer 01e5e70bf7 'override' is only valid outside of interfaces. 4 years ago
Siegfried Pammer 15f49c0079 Add basic support for abstract static members in interfaces. 4 years ago