867 Commits (e552ae0fa1baaf7506ff6d994b1c2513c51b488a)
 

Author SHA1 Message Date
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 14 years ago
Daniel Grunwald e6aafadd4d Don't automatically load additional assemblies when an assembly node is selected in the tree view 14 years ago
Daniel Grunwald cd630c3fbb Fix #87: missing cast when calling explicit interface implementation. 14 years ago
Daniel Grunwald 6229a1dba8 Fix unit tests. 14 years ago
Daniel Grunwald e25a05278b Avoid using the incorrect FilterEnd property. 14 years ago
Daniel Grunwald 2a462c3451 Add support for arglist opcode. 14 years ago
Daniel Grunwald 5a317786af Avoid loading assemblies when figuring out whether a property is in indexer. 14 years ago
Daniel Grunwald 1e66e970bf Add support for mkrefany opcode. 14 years ago
Daniel Grunwald 4912bef543 Merge "Improved names of indexers in the tree view and analyzers bug fix" 14 years ago
Ed Harvey f3a086c409 Don't show interface implementations as virtual. 14 years ago
Daniel Grunwald 603a64e85c Merge "Enhanced icon set with access/static overlays" 14 years ago
Daniel Grunwald 8a7b51d7de Allow automatic properties with explicit interface implementation. 14 years ago
Daniel Grunwald 542bb9db2f Improved handling of nested display classes. 14 years ago
Daniel Grunwald 15f5c7a0b4 CachedDelegateInitialization: use less aggressive inlining 14 years ago
Daniel Grunwald f791897829 Implemented CachedDelegateInitialization transform for local variables (used for capturing lamdbas within loops). 14 years ago
Daniel Grunwald be7ae61b8f Add support for anonymous types. 14 years ago
Daniel Grunwald 950e4737fd Fixed output of NamedArgumentExpression within object initializers. 14 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 14 years ago
Daniel Grunwald 6c6dc0e36b Fixed enum constants. 14 years ago
Daniel Grunwald d550d55560 Fixed 'as' and 'is' operators for value types. 14 years ago
Daniel Grunwald 33a7120555 Add support for negated enum constants (e.g. "v &= ~Enum.Flag;"). Closes #114. 14 years ago
Daniel Grunwald 987f9c8975 Fixed InsertParenthesesVisitor for casts of negative primitive expressions. 14 years ago
Daniel Grunwald a59462a2c8 Fixed decompiler crashes. 14 years ago
Daniel Grunwald 00c4ccb7a1 Fixed decompilation of "catch{}" blocks (catch without exception type) 14 years ago
Daniel Grunwald 69ac94363d Resolve variable naming conflicts that occur with anonymous methods. 14 years ago
Daniel Grunwald 9ad5124603 Fixed type analysis for collection initializers. Closes #104. 14 years ago
Daniel Grunwald 55dec5389c Fix crash when decompiling calli instruction. Closes #113. 14 years ago
Artur Zgodziski 7e818a3ba1 Fixed: some analyzers throw an exception when a definition of any assembly is not available. 14 years ago
Artur Zgodziski 8462984233 Improved names of indexers in the tree view. 14 years ago
Daniel Grunwald 0502d6a1c7 Add Artur Zgodziński to README.txt 14 years ago
Artur Zgodziski c81f81827f Implemented printing of .overrides and interfaces directives in IL. 14 years ago
Artur Zgodziski 6c928d7220 Property accessors analyzer added. 14 years ago
Artur Zgodziski 2c70fb087c Fixed MethodOverrides analyzer. 14 years ago
Artur Zgodziski e8d81ed17c Fixed "Overrided By" method analyzer. Added similar analyzer for properties. 14 years ago
Artur Zgodziski 368cac6c7f Added support for new modifier (methods and properties only). 14 years ago
Artur Zgodziski c15d5d304e Fixed accessibility of property accessors. 14 years ago
Artur Zgodziski a2e11b76be Added an option to filter GAC entries by version in addition to name. 14 years ago
Artur Zgodziski 4aaff4b239 ProgressBar added to OpenFromGacDialog. 14 years ago
Daniel Grunwald a905ca19f3 Expose the generated compilation unit in the AstBuilder. 14 years ago
Daniel Grunwald 2e4f0411cd Use operator syntax when decompiling operator methods. Closes #103. 14 years ago
Daniel Grunwald edf5f6711e Add OperatorDeclaration.GetOperatorType() helper method. 14 years ago
Daniel Grunwald 63e11492a6 Fixed decompilation of indexers (when decompiling the member, not the whole type) 14 years ago
Ed Harvey 0fab78cc6a Added/changed icons for various resource nodes. 14 years ago
Ed Harvey f040dbb231 Added distinct node icon for virtual methods 14 years ago
Ed Harvey ea58f30b1e Renamed OverlayIcon to AccessOverlayIcon 14 years ago
Ed Harvey b1f93aa36a Enhanced icon set with access/static overlays. 14 years ago
Daniel Grunwald d82daab29f Fixed bugs in /navigateTo for methods. 14 years ago
Daniel Grunwald 090a37534b Merge NRefactory a92606c..56fde51 14 years ago
Daniel Grunwald 30eaac3091 Squashed 'NRefactory/' changes from a92606c..56fde51 14 years ago
Daniel Grunwald dce7d13146 Add /navigateTo command line argument. 14 years ago