306 Commits (8dcea0b27b6c9b542cf64c4738b0931f86f7331d)

Author SHA1 Message Date
Daniel Grunwald aaaf350bc0 Add context menu command and option page to the test plugin. 15 years ago
Daniel Grunwald 5c7d679c52 Add TestPlugin. 15 years ago
Artur Zgodziñski 120e4e11dc Focusing selected node after history navigation. 15 years ago
Daniel Grunwald 53ea9503ec Vista without Windows Imaging Component update also seems to have problems with 256x256 icons, so I simply reduced the resolution to 128x128. 15 years ago
Daniel Grunwald ff28004e5a Don't introduce usings when only a single method is being decompiled. 15 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 15 years ago
Daniel Grunwald e6aafadd4d Don't automatically load additional assemblies when an assembly node is selected in the tree view 15 years ago
Daniel Grunwald 2a462c3451 Add support for arglist opcode. 15 years ago
Daniel Grunwald 5a317786af Avoid loading assemblies when figuring out whether a property is in indexer. 15 years ago
Ed Harvey f3a086c409 Don't show interface implementations as virtual. 15 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 15 years ago
Artur Zgodziñski 7e818a3ba1 Fixed: some analyzers throw an exception when a definition of any assembly is not available. 15 years ago
Artur Zgodziñski 8462984233 Improved names of indexers in the tree view. 15 years ago
Artur Zgodziñski 6c928d7220 Property accessors analyzer added. 15 years ago
Artur Zgodziñski 2c70fb087c Fixed MethodOverrides analyzer. 15 years ago
Artur Zgodziñski e8d81ed17c Fixed "Overrided By" method analyzer. Added similar analyzer for properties. 15 years ago
Artur Zgodziñski a2e11b76be Added an option to filter GAC entries by version in addition to name. 15 years ago
Artur Zgodziñski 4aaff4b239 ProgressBar added to OpenFromGacDialog. 15 years ago
Daniel Grunwald a905ca19f3 Expose the generated compilation unit in the AstBuilder. 15 years ago
Ed Harvey 0fab78cc6a Added/changed icons for various resource nodes. 15 years ago
Ed Harvey f040dbb231 Added distinct node icon for virtual methods 15 years ago
Ed Harvey ea58f30b1e Renamed OverlayIcon to AccessOverlayIcon 15 years ago
Ed Harvey b1f93aa36a Enhanced icon set with access/static overlays. 15 years ago
Daniel Grunwald d82daab29f Fixed bugs in /navigateTo for methods. 15 years ago
Daniel Grunwald dce7d13146 Add /navigateTo command line argument. 15 years ago
Daniel Grunwald bc325f35e7 Introduce support for command-line arguments and WM_COPYDATA. 15 years ago
Daniel Grunwald a7309a3a37 Allow plugins to extend the context menus of the tree views. 15 years ago
Artur Zgodziński bc6e2ddaca Preserving all selected nodes, foldings state and position of decompiler text view in the navigation history. 15 years ago
Daniel Grunwald 305d9e58e0 Use the formatted type name in BaseTypesTreeNode and DerivedTypesTreeNode. 15 years ago
Artur Zgodziński 0a5032257e Searching for derived types of generic types fixed. 15 years ago
Daniel Grunwald 99f5c45a16 Use C# syntax for generic types in the tree view. 15 years ago
Artur Zgodziński 361de5f862 Method overrides analyzer added. 15 years ago
Daniel Grunwald 45a70a5141 Show the full name of the parent class when decompiling a method. 15 years ago
Daniel Grunwald 7eedd1b7ab Fix decompilation of assembly into single file. 15 years ago
Daniel Grunwald 1d11e75af3 Add support for fixed statement with strings. 15 years ago
Daniel Grunwald 1b90809728 Implemented 'fixed' statement for arrays. 15 years ago
Daniel Grunwald 3759b614cf Add support for calling methods on pointers (ptr->ToString()). 15 years ago
Daniel Grunwald 01d7e2abbd Use the same representation for parameters and variables. 15 years ago
Daniel Grunwald 68b07e2828 Remove GraphViz from ICSharpCode.Decompiler. 15 years ago
David Srbecký 7318663cd5 GetSelfAndChildrenRecursive can be predicated 15 years ago
Daniel Grunwald e0fb40fbcc Fixed decompilation of lambda expressions within generic classes. 15 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 15 years ago
Daniel Grunwald 31f2d9b079 Fix issues where the BAML decompiler produced invalid code. 15 years ago
Siegfried Pammer 530d6ace6c XAML streams inside Silverlight's .resources-files can be displayed 15 years ago
Daniel Grunwald 69cad52cb4 Hide compiler-generated enumerator classes when "yield return" decompilation is enabled. 15 years ago
Daniel Grunwald d5505b7843 Initial attempt at yield return transform. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago
Daniel Grunwald 95da02e3f0 Fix typo in AssemblyInfo. 15 years ago
Daniel Grunwald 6de6e04dbd Make MainWindow public so that Plugins can access it. 15 years ago
Daniel Grunwald d0670aae7b Use MEF for the existing File menu items. 15 years ago