159 Commits (83ea3449d181818dde01988e625eb83b61018c4e)

Author SHA1 Message Date
Eusebiu Marcu 50c11083c4 Remove the CurrentType from IconMargin. 15 years ago
Eusebiu Marcu a1eab6c5c1 Add bookmark markers (red/yellow). 15 years ago
Daniel Grunwald 7e770cd006 Fix StripXml method. 15 years ago
Siegfried Pammer e1e40816d1 display IL instructions as links to MSDN and display a tooltip with information. 15 years ago
Daniel Grunwald e9ad53a607 Improvements for the analyzer. 15 years ago
Eusebiu Marcu f4bc253e89 first workable debugger 15 years ago
Daniel Grunwald 53fa2b3e91 Even in debug builds: catch decompiler exceptions when no debugger is attached. 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
Siegfried Pammer 2469227ed2 use separate AppDomain for decompiling BAML resources 15 years ago
Daniel Grunwald 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. 15 years ago
Eusebiu Marcu b46136786e Show tooltip when debugging. 15 years ago
Daniel Grunwald 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. 15 years ago
Eusebiu Marcu 9f1028cbf3 Add tooltips controls 15 years ago
Daniel Grunwald 0cb55f64a0 Add back drag'n'drop to SharpTreeView. 15 years ago
Daniel Grunwald 7f45c26f6d Adjust ILSpy to SharpTreeView changes. 15 years ago
Eusebiu Marcu 00d01f24ba Stepping in IL debugger 15 years ago
Daniel Grunwald a44673a170 Fix threading issues when accessing AssemblyList.Assemblies. 15 years ago
Eusebiu Marcu 42c2c95511 fix Bookmarks margin 15 years ago
Daniel Grunwald d0dc9538ef Don't catch exceptions in debug builds (makes debugging the decompiler easier) 15 years ago
Eusebiu Marcu c3ef036fd6 Add debugger core. 15 years ago
Daniel Grunwald 2b55a46d4b Replace AboutDialog with AboutPage. 15 years ago
Daniel Grunwald 1787a9c478 View/Save embedded resources. 15 years ago
Daniel Grunwald af44dcb4c6 Add button for reloading all assemblies. 15 years ago
Daniel Grunwald 1093ba83df Code cleanup. 15 years ago
Daniel Grunwald 614bce445a Add length limit to AvalonEdit output; added support for decompiling directly to disk. 15 years ago
Daniel Grunwald c8ab6a1e05 Handle failed assembly loads. 15 years ago
Daniel Grunwald a4af0a46f2 Move assembly loading from constructor to Loaded event. 15 years ago
Daniel Grunwald 507ae707cb Move TreeNodes to their own namespace. 15 years ago
Daniel Grunwald c4c3356f2b Move Language to FilterSettings. 15 years ago
Daniel Grunwald 1ee3aee83e Disassembler bugfixes. 15 years ago
Daniel Grunwald 831b4ffd39 Disassemble assembly header. 15 years ago
Daniel Grunwald d07a18dc43 Add folding support. 15 years ago
Daniel Grunwald 3d93236b28 Now elements other than methods can be disassembled as well. 15 years ago
Daniel Grunwald 44571c7e34 Implemented WaitAdorner for long-running decompilation tasks. 15 years ago
Daniel Grunwald d2e7be6cd4 Move decompiler threading logic to new class (DecompilerTextView). 15 years ago