119 Commits (921bf36261824c8578784c219e6660d22427b8b8)

Author SHA1 Message Date
Siegfried Pammer 921bf36261 Add WebCIL support 1 year ago
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
Siegfried Pammer 9c577ba156 Update icons 2 years ago
Siegfried Pammer 12cbf14106 Clean up node classes. 2 years ago
startewho ad2cdac165 Update AssemblyTreeNode.cs 2 years ago
Siegfried Pammer 92e9b28e4d - Remove static state from DisplaySettingsPanel 3 years ago
James May 3693c0c9e9 Add Debug Directory raw data and sub tree nodes, with special handling for: 3 years ago
Siegfried Pammer f1d06e2e83 Fix #2666: Namespace Nesting in the Tree View (based on code by @ds5678 provided in #2667) 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Siegfried Pammer 2077306a49 Fix #2368: Dim namespaces containing only internal types 4 years ago
Siegfried Pammer 849161e362 - Replace DecompilerTextView.CleanUpName with direct uses of WholeProjectDecompiler.CleanUpFileName 4 years ago
Siegfried Pammer 2527a0b36e Fix #2550: Menu "Save Code" enable issue on changing C# version 4 years ago
Siegfried Pammer 07199e2ecf Fix #2038: Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export. 4 years ago
Daniel Grunwald bd9aabeae2 Update to dotnet-format 5.1.225507. 4 years ago
Siegfried Pammer 3081e52103 Use GetAwaiter().GetResult() 4 years ago
tom-englert 4058628835 Fix dynamic Foreground of non-public nodes. 4 years ago
Siegfried Pammer 09ded09e76 Improve exception handling related to PDBs and tree initialization 4 years ago
Daniel Grunwald c9aebd3763 Fix code formatting. 4 years ago
Daniel Grunwald fa9351c89f Fix #2295: Don't attempt to decompile bundle; instead show info from bundle header. 4 years ago
Siegfried Pammer fff2d0a787 Fix assertions on AssemblyList.Sort and AssemblyList.Unload. Fix hang on LoadDependencies.Execute. 4 years ago
Siegfried Pammer 924e7a0ec4 Fix "Select PDB" command when working with bundles. 5 years ago
Daniel Grunwald 55adf7b04a Prohibit dragging assemblies nested in bundles/nuget packages 5 years ago
Daniel Grunwald 82bb805657 Don't show PDB context menu entries on bundle nodes. 5 years ago
Daniel Grunwald 0de6238d65 Support resolving assembly references within a bundle. 5 years ago
Siegfried Pammer f0012cbc1a #2198: Make ILSpy more resilient in case of obfuscated assemblies. 5 years ago
Daniel Grunwald a354b32a16 Add support for .NET bundles. 5 years ago
Daniel Grunwald 1b158c3336 Folder structure for packages. 5 years ago
Daniel Grunwald f74d3c40a9 Add NuGet packages (and other files) to TreeView 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer 6582c545a8 Fix build. 5 years ago
Siegfried Pammer eeba91fba5 Use nameof in RaisePropertyChanged calls. 5 years ago
SimonCropp 2638af9fd6
redundant variables 5 years ago
Siegfried Pammer da33002c66 Fix #1504: Selected decompiler settings should affect tree view and tooltips 5 years ago
Siegfried Pammer 2efca22fae Add Debug Metadata Explorer 5 years ago
Daniel Grunwald 703d21bafa Support C# 7.3 pattern-based fixed statement. 6 years ago
Siegfried Pammer 0d6ac5030c Refactor DocumentModel API 6 years ago
Siegfried Pammer dbb34ac155 Remove all PNGs and add icons that did not have vector versions. 6 years ago
Siegfried Pammer cee9d86b7a Use DrawingImage instead of Viewbox. 6 years ago
Andreas Weizel 4ec2eab699 Add some more new menu icons as XAML (Copy, Delete...) 6 years ago
Siegfried Pammer 96e022f2b8 Change type of all icons to object to allow both ImageSource and DrawingGroup. 6 years ago
Siegfried Pammer 9dd22011d6 Remove ILSpyTreeNode.Save accepting a file name, as it is currently not necessary. 6 years ago
Siegfried Pammer a63e94e5b4 Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 6 years ago
dymanoid 5e6a261b86 Implement Visual Studio solution generation for icsharpcode#972 6 years ago
dymanoid 4ceb8f62d0 Implement decompilation of multiple selected assemblies icsharpcode#972 6 years ago
Siegfried Pammer 8dbfa825d3 Initial implementation of metadata explorer. 6 years ago
Siegfried Pammer cee0a78d07 #1359: Escape non-printable characters in IL view. 6 years ago
MysticBoy 3fd999a42b Localization of Chinese, which is not completed, will continue to translate. 7 years ago
Siegfried Pammer 6545fb3c8d Fix #1264: Always show 'Open containing folder' 7 years ago
Siegfried Pammer 822f3581b3 Add 'open containing folder' and 'open command line here' commands. 7 years ago
Siegfried Pammer af594e46b9 Do not crash on files that contain no managed metadata. 7 years ago