8033 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)
 

Author SHA1 Message Date
Daniel Grunwald 2b55a46d4b Replace AboutDialog with AboutPage. 14 years ago
Daniel Grunwald 3d28650309 ControlFlowGraphBuilder bugfix: "try { try {} finally {} } catch {}" 14 years ago
Daniel Grunwald 3d2459c6a4 Make all nodes display something in the output view. 14 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 14 years ago
Daniel Grunwald af44dcb4c6 Add button for reloading all assemblies. 14 years ago
Daniel Grunwald 1093ba83df Code cleanup. 14 years ago
Daniel Grunwald 3a6574e27d Fixed InvalidOperationException when deleting nodes. 14 years ago
Daniel Grunwald 614bce445a Add length limit to AvalonEdit output; added support for decompiling directly to disk. 14 years ago
Daniel Grunwald b338c41e15 Preparations for highlighting the search match. 14 years ago
Daniel Grunwald c8ab6a1e05 Handle failed assembly loads. 14 years ago
Daniel Grunwald a4af0a46f2 Move assembly loading from constructor to Loaded event. 14 years ago
Daniel Grunwald 8fd9c3c312 Simplify SharpTreeView's CanDelete() calls. 14 years ago
Daniel Grunwald d884ec9038 Implemented saving the assembly list. 14 years ago
Daniel Grunwald 507ae707cb Move TreeNodes to their own namespace. 14 years ago
Daniel Grunwald f723440cc4 Started working on assembly list support. 14 years ago
Daniel Grunwald 0a3bf39aa8 Store settings in appdata. 14 years ago
Daniel Grunwald c4c3356f2b Move Language to FilterSettings. 14 years ago
Daniel Grunwald 0259fa8037 Remove unused imports 14 years ago
Daniel Grunwald d569ba5395 Moving the disassembler into the ICSharpCode.Decompiler library. 14 years ago
Daniel Grunwald ae26637949 A bit more documentation for my FlowAnalysis code. 14 years ago
Daniel Grunwald cb2deee9d3 Improve SharpTreeView keyboard navigation. 14 years ago
Daniel Grunwald 1ee3aee83e Disassembler bugfixes. 14 years ago
Daniel Grunwald 08e2a2181f Fixed keyboard navigation after jumping to another node. 14 years ago
Daniel Grunwald ba6fc13648 SharpTreeView: improve left/right keyboard navigation 14 years ago
Daniel Grunwald 937f0e6cec Show filename for assemblies. 14 years ago
Daniel Grunwald 831b4ffd39 Disassemble assembly header. 14 years ago
Daniel Grunwald d07a18dc43 Add folding support. 14 years ago
Daniel Grunwald 3d93236b28 Now elements other than methods can be disassembled as well. 14 years ago
Daniel Grunwald 1b8a68d73d Add disassembling support for the method header. 14 years ago
Daniel Grunwald 44571c7e34 Implemented WaitAdorner for long-running decompilation tasks. 14 years ago
Daniel Grunwald d2e7be6cd4 Move decompiler threading logic to new class (DecompilerTextView). 14 years ago
Daniel Grunwald 158b10d2fb Move decompilation to background thread. 14 years ago
Daniel Grunwald d1c932b94d Add build scripts. 14 years ago
Daniel Grunwald 73b9068743 Add AssemblyInfo for included SD libraries. 14 years ago
Daniel Grunwald d779383cb8 Add support for short forms to ControlFlowGraphBuilder. 14 years ago
Daniel Grunwald dbdb2c1561 Show loop head in disassembly view. 14 years ago
Daniel Grunwald 6d7a7b90cb Bugfix ControlStructureDetector: allow moving exception handler blocks into loops. 14 years ago
Daniel Grunwald 807a345d08 Show exception handlers in IL assembly. 14 years ago
Daniel Grunwald 05b17578dd Merge branch 'master' of github.com:icsharpcode/ILSpy 14 years ago
Daniel Grunwald 34362a0eaf Implemented a very simple loop detection. 14 years ago
Daniel Grunwald 2bd56f05ea Add option to show/hide internal members. 14 years ago
Daniel Grunwald 64ae19c542 Show embedded resources. 14 years ago
Daniel Grunwald a0f0a5f5ab Minor improvements to disassembler. 14 years ago
Daniel Grunwald bb679706fb Improved referencing support. 14 years ago
Daniel Grunwald 701a315b90 Implemented reference support in the text view. 14 years ago
Daniel Grunwald 93826f5e3c Bugfixes. 14 years ago
Daniel Grunwald 8c22f07a93 Also allow viewing the variable graph. 14 years ago
Daniel Grunwald 50bdbe9b07 Fix Platform setting. 14 years ago
Daniel Grunwald 591c4c5bb8 Add control flow analysis. 14 years ago
Daniel Grunwald f2a70aac5a Added very simple disassembler. 14 years ago