306 Commits (8dcea0b27b6c9b542cf64c4738b0931f86f7331d)

Author SHA1 Message Date
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
Daniel Grunwald 54e170cae5 Reimplemented expanding/collapsing. 15 years ago
Daniel Grunwald ad14b53945 Started implementing a better TreeFlattener for SharpTreeView. 15 years ago
Daniel Grunwald 0f655e8c1d When C# is selected, hide get/set/add/remove accessors in the tree view. 15 years ago
Daniel Grunwald a44673a170 Fix threading issues when accessing AssemblyList.Assemblies. 15 years ago
Daniel Grunwald bf3f6cfb59 Look for derived types on a background thread. 15 years ago
Daniel Grunwald 17d9501299 Use C# syntax for type names in the tree view. 15 years ago
Daniel Grunwald 34cca90a00 Show derived types in tree view. 15 years ago
Daniel Grunwald 2e23e720a3 Implemented navigation history. 15 years ago
Daniel Grunwald 336412fff9 Add idiom for System.Type.GetTypeFromHandle(typeof(...).TypeHandle); don't create body for abstract methods. 15 years ago
Daniel Grunwald b2d146dfd0 Allow decompiling single methods. 15 years ago
Daniel Grunwald d0dc9538ef Don't catch exceptions in debug builds (makes debugging the decompiler easier) 15 years ago
Daniel Grunwald b48fabaf05 Initial port to new NRefactory. 15 years ago
Daniel Grunwald fd0250dc70 Fix issue #2: Crash when update checking disabled. 15 years ago
Daniel Grunwald 949e7c2378 Move decompiler code into ICSharpCode.Decompiler; add very simple integration with ILSpy. 15 years ago
Eusebiu Marcu 10651d0145 Remove the ContextMenu field member. 15 years ago
Eusebiu Marcu 7d7216ecbf Move creation of the menuitem in GetContextMenu and remove the ContextMenu field member. 15 years ago
Eusebiu Marcu e3431d762e Revert "Generalize the work with the tree-nodes context menu." 15 years ago
Eusebiu Marcu b2c532bfe9 Generalize the work with the tree-nodes context menu. 15 years ago
Eusebiu Marcu 7be3277a1b Add "Remove assembly" item in AssemblyTreeNode context menu. 15 years ago
Daniel Grunwald 48dd3c0fd1 Code cleanup. 15 years ago
Daniel Grunwald c0e39ae490 Automatic check for updates. 15 years ago
Daniel Grunwald 8e83ecc944 Save the splitter position. 15 years ago
Daniel Grunwald 20c0542768 Implemented check for updates. 15 years ago
Eusebiu Marcu df71f32ffa Add SearchBox with icons. 15 years ago
Daniel Grunwald 2e0b6bab0e Fix WindowBounds saving code. 15 years ago
Daniel Grunwald 2b55a46d4b Replace AboutDialog with AboutPage. 15 years ago
Daniel Grunwald 3d2459c6a4 Make all nodes display something in the output view. 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 b338c41e15 Preparations for highlighting the search match. 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 8fd9c3c312 Simplify SharpTreeView's CanDelete() calls. 15 years ago
Daniel Grunwald d884ec9038 Implemented saving the assembly list. 15 years ago
Daniel Grunwald 507ae707cb Move TreeNodes to their own namespace. 15 years ago
Daniel Grunwald f723440cc4 Started working on assembly list support. 15 years ago
Daniel Grunwald 0a3bf39aa8 Store settings in appdata. 15 years ago
Daniel Grunwald c4c3356f2b Move Language to FilterSettings. 15 years ago
Daniel Grunwald d569ba5395 Moving the disassembler into the ICSharpCode.Decompiler library. 15 years ago