1046 Commits (a0bff8626e523283cdaa8cca62c1ed12cda97d46)
 

Author SHA1 Message Date
Artur Zgodziski 368cac6c7f Added support for new modifier (methods and properties only). 15 years ago
Artur Zgodziski c15d5d304e Fixed accessibility of property accessors. 15 years ago
Artur Zgodziski a2e11b76be Added an option to filter GAC entries by version in addition to name. 15 years ago
Artur Zgodziski 4aaff4b239 ProgressBar added to OpenFromGacDialog. 15 years ago
Eusebiu Marcu 4c1f0957de fix stepping in custom types 15 years ago
Eusebiu Marcu 264bbb1388 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald a905ca19f3 Expose the generated compilation unit in the AstBuilder. 15 years ago
Eusebiu Marcu 72e020ae35 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 2e4f0411cd Use operator syntax when decompiling operator methods. Closes #103. 15 years ago
Daniel Grunwald edf5f6711e Add OperatorDeclaration.GetOperatorType() helper method. 15 years ago
Daniel Grunwald 63e11492a6 Fixed decompilation of indexers (when decompiling the member, not the whole type) 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
Eusebiu Marcu cbb99155ae Implement new methods in NotImplementedAstVisitor. 15 years ago
Eusebiu Marcu d93311b0f4 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald d82daab29f Fixed bugs in /navigateTo for methods. 15 years ago
Daniel Grunwald 090a37534b Merge NRefactory a92606c..56fde51 15 years ago
Daniel Grunwald 30eaac3091 Squashed 'NRefactory/' changes from a92606c..56fde51 15 years ago
Eusebiu Marcu 9a876d1e41 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald dce7d13146 Add /navigateTo command line argument. 15 years ago
Daniel Grunwald 03183ab7bf Fixed crash in PatternStatementTransform (foreach loop with captured variables). 15 years ago
Daniel Grunwald bc325f35e7 Introduce support for command-line arguments and WM_COPYDATA. 15 years ago
Eusebiu Marcu 4faea107eb Fix debugging applications that targeted different .NET versions (e.g. 2.0 and 4.0). 15 years ago
Eusebiu Marcu 203799c744 Display a warning message when attaching to a running process. 15 years ago
Eusebiu Marcu bdef355037 Make the specific code mappings storages internal. 15 years ago
Eusebiu Marcu 40aba081ad Make the setters internal. 15 years ago
Daniel Grunwald 6376110913 Fixed issues with "fixed" statement that were introduced by recent changes. 15 years ago
Daniel Grunwald a7309a3a37 Allow plugins to extend the context menus of the tree views. 15 years ago
Eusebiu Marcu efd9d4de78 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald fe4b3d44a0 Fixed post-increment operator on fields in generic classes. 15 years ago
Daniel Grunwald 8cb85826fc Fixed type substitution for arrays. Closes #94. 15 years ago
Daniel Grunwald 5e2641732a Fixed naming variables after the property they get their initial value from. 15 years ago
Daniel Grunwald cc0ab56869 Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 15 years ago
Daniel Grunwald d91b56b033 Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 15 years ago
Eusebiu Marcu 71b6f308fd dissassemble on demand IL code when stepping 15 years ago
Eusebiu Marcu 10d7043e24 Return false when the mapping is not found 15 years ago
Daniel Grunwald 4c7a896a84 Implemented post-increment operator. Closes #76. 15 years ago
Eusebiu Marcu 08de76c699 Set breakpoints for the correct module 15 years ago
Daniel Grunwald 52b178df90 Make the pre-increment operators work on static fields. 15 years ago
Daniel Grunwald 1df82cc3d1 Improved support for compound assignments and the pre-increment operator. 15 years ago
Daniel Grunwald b5e29f0e05 Adjust unit tests. 15 years ago
Daniel Grunwald 1cd79a1301 Use type analysis to introduce casts to float/double only where required. 15 years ago
Daniel Grunwald 8770d54506 Don't use checked/unchecked expressions within an ExpressionStatement (#90) 15 years ago
Eusebiu Marcu 55d7852638 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 18fde488f1 Fixed crash in AddCheckedBlocks. 15 years ago
Daniel Grunwald 7e6490a816 Simplify conv.i8(ldc.i4(x)) to ldc.i8(x). 15 years ago
Daniel Grunwald 1a94ac50fb Mark casts as checked/unchecked. 15 years ago
Daniel Grunwald 942131b06d Add support for checked/unchecked statements. 15 years ago