914 Commits (5c08e10a07f5a2083386ca050d33b97d14573d1d)
 

Author SHA1 Message Date
Ed Harvey 3e8158771d Corrected English in node text. 14 years ago
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 14 years ago
Daniel Grunwald 853af89b2c Merge remote branch 'ALyman/navigation-fix' 14 years ago
Alex Lyman 130258d949 Adds a uniqueness semantic to the navigation history, by removing the previous state (by the selected nodes) from the prior history. 14 years ago
Alex Lyman 00828463a6 Alter Navigation to take the time since the last navigation into account. If less than 0.5 seconds, do a replacement automatically. 14 years ago
Daniel Grunwald d8fc41e7a9 Add refanytype and refanyval to type analysis. 14 years ago
Daniel Grunwald 3875839485 Fixed bug in switch transform. 14 years ago
Daniel Grunwald 9f842fcda2 Implemented foreach pattern over non-generic collections. 14 years ago
Ed Harvey 905927274b Added node image for PInvoke methods. 14 years ago
Daniel Grunwald 3aab6a9178 Merge "Minor UI and decompiler bug fixes" 14 years ago
Daniel Grunwald 6501104f6d Include UndocumentedExpressions.cs in unit tests. 14 years ago
Daniel Grunwald 8910f6a414 Merge remote branch 'ALyman/tests-real-diff' 14 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
Alex Lyman f3f557103b - Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages. 14 years ago
Alex Lyman 49ed553f31 - Alters the navigation history to have a more consistent behavior, by recording all navigation events, and keeping track of the "current" state instead of the "previous" state 14 years ago
Alex Lyman a35c4b5ace - Modified .gitignore to ignore Resharper files and patches 14 years ago
Artur Zgodziński 46838a6a72 Fixed some bugs in "Used by" analyzers. 14 years ago
Daniel Grunwald 576a13214c Display return type attributes on delegates. 14 years ago
Daniel Grunwald d6c08392c6 Update AvalonEdit to 4.1.0.7411 14 years ago
Artur Zgodziński 680a3730d1 Fixed NullReferenceException errors caused by unresolved references. 14 years ago
Artur Zgodziński c9f2dc1069 Minor ContextMenu displaying problems fixed. 14 years ago
Daniel Grunwald c869e7cf02 Implemented support for undocumented expressions. 14 years ago
Daniel Grunwald 12a8267c21 Adjust ILSpy to NRefactory API changes. 14 years ago
Daniel Grunwald ad64995db3 Merge NRefactory b8330be into ILSpy 14 years ago
Daniel Grunwald 6c62b4c954 Squashed 'NRefactory/' changes from 56fde51..b8330be 14 years ago
Daniel Grunwald 256fc931e9 Show the numeric value when decompiling an enum member. Closes #126. 14 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 14 years ago
Daniel Grunwald 944686750e Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider. 14 years ago
Daniel Grunwald c3ce66c622 New XmlDocumentationProvider implementation: 14 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. 14 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). 14 years ago
Daniel Grunwald 78eea4fddf Fixed bug that caused yield-return analysis to fail sometimes. 14 years ago
Daniel Grunwald b84ca13f50 Observe assembly load exceptions so that we don't crash when the Task's finalizer kicks in. Closes #54. 14 years ago
Daniel Grunwald cf7d17d3f3 Add "decompile all" command for debugging. 14 years ago
Daniel Grunwald aaaf350bc0 Add context menu command and option page to the test plugin. 14 years ago
Daniel Grunwald 5c7d679c52 Add TestPlugin. 14 years ago
Daniel Grunwald 64dacbcf03 Merge commit '120e4e11dc22e6bf9420a3d5577752e827e0f812' 14 years ago
David Srbecký 08b8645308 Handle uninitialized variables. Closes #102. Closes #116. 14 years ago
David Srbecký 6222ef7bbf Do stack analysis on the whole filter body. Closes #88 14 years ago
David Srbecký 7ac44375ff Fixed NullReferenceException caused by unreachable IL code. It was generally caused by throw followed by catch leave. 14 years ago
Artur Zgodziski 120e4e11dc Focusing selected node after history navigation. 14 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. 14 years ago
Daniel Grunwald d805e07ffe Fixed decompilation of nested lambdas. 14 years ago
Daniel Grunwald ff28004e5a Don't introduce usings when only a single method is being decompiled. 14 years ago
Daniel Grunwald 89d0b7b54b C# OutputVisitor: improve indentation of query expressions 14 years ago
Daniel Grunwald 8ee23f5243 Add support for query continuations. 14 years ago
Daniel Grunwald 6f4fdd00f7 Get rid of transparent identifiers in query expressions. 14 years ago
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