1084 Commits (d77139c80b1c8a01a3741270284148805f7d63f0)
 

Author SHA1 Message Date
Eusebiu Marcu d6c7c065d8 Create a decompile finished event. 15 years ago
Eusebiu Marcu 714805b58f fix stepping in other .NET frameworks 15 years ago
Artur Zgodziński 46838a6a72 Fixed some bugs in "Used by" analyzers. 15 years ago
Daniel Grunwald 576a13214c Display return type attributes on delegates. 15 years ago
Eusebiu Marcu e184c73f2d fix code mappings for IL 15 years ago
Eusebiu Marcu 65be04d18e Move local variables into a property of AstBuilder 15 years ago
Daniel Grunwald d6c08392c6 Update AvalonEdit to 4.1.0.7411 15 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 15 years ago
Artur Zgodziński c9f2dc1069 Minor ContextMenu displaying problems fixed. 15 years ago
Eusebiu Marcu 617236b31d Remove the dictionary storage; Code mappings are found in CodeMappings property in AstBuilder or ReflectionDisassembler. 15 years ago
Daniel Grunwald c869e7cf02 Implemented support for undocumented expressions. 15 years ago
Eusebiu Marcu 711612908c Rename 15 years ago
Eusebiu Marcu 446f8423b7 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 6b901e7995 Rename 15 years ago
Eusebiu Marcu bccf5e72e1 Use MemberReference instead of TypeDefinition. 15 years ago
Daniel Grunwald 12a8267c21 Adjust ILSpy to NRefactory API changes. 15 years ago
Daniel Grunwald ad64995db3 Merge NRefactory b8330be into ILSpy 15 years ago
Daniel Grunwald 6c62b4c954 Squashed 'NRefactory/' changes from 56fde51..b8330be 15 years ago
Daniel Grunwald 256fc931e9 Show the numeric value when decompiling an enum member. Closes #126. 15 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 15 years ago
Daniel Grunwald 944686750e Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider. 15 years ago
Daniel Grunwald c3ce66c622 New XmlDocumentationProvider implementation: 15 years ago
Eusebiu Marcu 3e7de05b98 Add ICSharpCode prefix. 15 years ago
Daniel Grunwald 250dba9502 When the last statement in a block is a label, add an EmptyStatement so that the generated code is valid. 15 years ago
Eusebiu Marcu 0049fc2555 Add IsCurrentMemberType property. 15 years ago
Eusebiu Marcu e9d0de44fc Prepare for debugging single methods or properties. 15 years ago
Eusebiu Marcu 895855f77f Use "ICSharpCode." prefix for ILSpy.Debugger namespaces. 15 years ago
Eusebiu Marcu ecdb366bdb Some cleaning; 15 years ago
Eusebiu Marcu 35d7fe165e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 0b0bcdd19f Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables). 15 years ago
Daniel Grunwald 78eea4fddf Fixed bug that caused yield-return analysis to fail sometimes. 15 years ago
Daniel Grunwald b84ca13f50 Observe assembly load exceptions so that we don't crash when the Task's finalizer kicks in. Closes #54. 15 years ago
Daniel Grunwald cf7d17d3f3 Add "decompile all" command for debugging. 15 years ago
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
Eusebiu Marcu cd8f071348 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 3c5f1355cb Handle uninitialized variables. Closes #102. Closes #116. 15 years ago
David Srbecký 7ff8c69057 Do stack analysis on the whole filter body. Closes #88 15 years ago
David Srbecký 0e957b6347 Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
Daniel Grunwald 64dacbcf03 Merge commit '120e4e11dc22e6bf9420a3d5577752e827e0f812' 15 years ago
David Srbecký 08b8645308 Handle uninitialized variables. Closes #102. Closes #116. 15 years ago
David Srbecký 6222ef7bbf Do stack analysis on the whole filter body. Closes #88 15 years ago
David Srbecký 7ac44375ff Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 15 years ago
Artur Zgodziski 120e4e11dc Focusing selected node after history navigation. 15 years ago
Eusebiu Marcu c7c7f4cc61 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 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 d805e07ffe Fixed decompilation of nested lambdas. 15 years ago
Eusebiu Marcu fe6dce75f2 Use new DecompilationContext constructor. 15 years ago
Eusebiu Marcu f71f00b23d Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald ff28004e5a Don't introduce usings when only a single method is being decompiled. 15 years ago