136 Commits (e8c25366067c0181dd124638a0e1c096291e2288)

Author SHA1 Message Date
Artur Zgodziñski 19993ff43b more attribute targets implemented. 15 years ago
Daniel Grunwald 6b7e88e122 Add analyzer for fields. 15 years ago
Daniel Grunwald 4e0d9ddefe Analyzer: Show type name; avoid resolving (and potentially loading assemblies) where possible. 15 years ago
Daniel Grunwald 2d4de37ac2 Fix NullReferenceException in AssemblyListTreeNode.Find*Node 15 years ago
Daniel Grunwald e9ad53a607 Improvements for the analyzer. 15 years ago
Siegfried Pammer ead42305f8 replace DockPanel with Grid and add a GridSplitter to allow Analyzer to be resized + other cleanup 15 years ago
Siegfried Pammer 34fa07cbb8 add ILSpy analyzer 15 years ago
Daniel Grunwald 801f0b8880 Always append ".csproj" extension when saving as project. 15 years ago
Daniel Grunwald e300932d81 Bump version number. 15 years ago
Daniel Grunwald 7de3cf9bc4 Add support for array initializers. 15 years ago
Daniel Grunwald 7b6fe8072f Use default proxy settings when checking for updates. 15 years ago
Daniel Grunwald 7f1a9462ff Unpack WPF resources when saving as project. 15 years ago
Daniel Grunwald 943d47dcfa Export embedded resources when exporting a project. 15 years ago
Daniel Grunwald 53fa2b3e91 Even in debug builds: catch decompiler exceptions when no debugger is attached. 15 years ago
Daniel Grunwald 04cca17e3b Don't use the 256x256 icon on Windows XP. Closes #36. 15 years ago
Daniel Grunwald a1002a2181 Remove unused code. 15 years ago
Daniel Grunwald 758f18c73f Remove CFG debugging code - ILSpy doesn't use the CFG as shown in the graph. Closes #9. 15 years ago
Daniel Grunwald 275f0f6d21 Implemented "Save Assembly as C# Project" 15 years ago
David Srbecký 377ec99c43 Show how long decompilation of whole assembly took. 15 years ago
Daniel Grunwald 221781f8f1 Add support for the using statement. Closes #7. 15 years ago
Daniel Grunwald 9f4830f447 Don't show the nested display classes when decompiling a complete type. 15 years ago
Daniel Grunwald 8e69601184 Implement type analysis for a lot more opcodes. 15 years ago
Siegfried Pammer ac8d6d0420 fixing more exceptions with ResourceSets 15 years ago
Siegfried Pammer d187b37fb5 use CreateInstanceFromAndUnwrap instead of CreatedInstanceAndUnwrap 15 years ago
Daniel Grunwald 9912340414 NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
Daniel Grunwald 7dd487f8ab Don't hide display classes from the tree view in the intermediate C# steps. 15 years ago
Siegfried Pammer bba65cf3ae do not load images on a background thread 15 years ago
Siegfried Pammer 2469227ed2 use separate AppDomain for decompiling BAML resources 15 years ago
Daniel Grunwald d4c275410e Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 15 years ago
Daniel Grunwald f7330c08ce Sort resources within a resource file. 15 years ago
Daniel Grunwald bf3b04d3b9 Revert "Avoid loading children when they aren't needed." 15 years ago
Siegfried Pammer b1df8e8326 added minimal support for reading BAML files 15 years ago
Siegfried Pammer 10ee9895da read .reaources files as ResourceSet 15 years ago
Daniel Grunwald cd2c70a6b4 First implementation of type inference. 15 years ago
Daniel Grunwald 016b54563f Add cancellation support to the decompiler. 15 years ago
Daniel Grunwald ea0c2df3ff Allow viewing the intermediate ILAst steps. 15 years ago
Daniel Grunwald 56faf46597 Avoid loading children when they aren't needed. 15 years ago
Siegfried Pammer 2abed5b165 added ILAstLanguage for easier debugging 15 years ago
Daniel Grunwald 578a8a83c5 Sort type members in tree view. 15 years ago
Daniel Grunwald 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. 15 years ago
Daniel Grunwald a0f22ed522 Add delay to SearchBox. 15 years ago
Daniel Grunwald 981fd8fc7f Add icon for ILSpy. 15 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
David Srbecký 28117e8c4c Set the icon of main window 15 years ago
Daniel Grunwald 78a2f904c2 In debug builds, make intermediate transform steps available as "language". 15 years ago
Daniel Grunwald 1ff4eb63a8 Implemented correct detection for property getters/setters and event add/remove accessors. 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 0e47eaf60c Use SharpTreeNode.IsHidden for filtering. 15 years ago
Daniel Grunwald 7f45c26f6d Adjust ILSpy to SharpTreeView changes. 15 years ago