7912 Commits (d0eeef43d4d91460b4cbef67f84b7bb51811f13a)
 

Author SHA1 Message Date
Daniel Grunwald 600c07388e Implemented object initializers. 14 years ago
Daniel Grunwald e5f043e643 AssemblyList: add Sort() method 15 years ago
Daniel Grunwald 33b35a45af Fix EventHiding unit test. 15 years ago
Ed Harvey 93a12a9b82 Added tests for shadowed events. 15 years ago
Ed Harvey b35cd2f7ba Fix incorrect merge in 7f5b04d Add support for shadowing events. 15 years ago
Ed Harvey 7f5b04d8e0 Add support for shadowing events. 15 years ago
Ed Harvey e86aee752d Added Event analysis. 15 years ago
Ed Harvey 1aaa720cc4 Constrain where-used searches to accessibility domain. 15 years ago
Ed Harvey fc9a914b62 Find method node returns property or event if accessors hidden. 15 years ago
Ed Harvey 3e8158771d Corrected English in node text. 15 years ago
Eusebiu Marcu 48cb099229 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 15 years ago
Daniel Grunwald 853af89b2c Merge remote branch 'ALyman/navigation-fix' 15 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. 15 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. 15 years ago
Daniel Grunwald d8fc41e7a9 Add refanytype and refanyval to type analysis. 15 years ago
Daniel Grunwald 3875839485 Fixed bug in switch transform. 15 years ago
Daniel Grunwald 9f842fcda2 Implemented foreach pattern over non-generic collections. 15 years ago
Eusebiu Marcu bde3783a92 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Ed Harvey 905927274b Added node image for PInvoke methods. 15 years ago
Daniel Grunwald 3aab6a9178 Merge "Minor UI and decompiler bug fixes" 15 years ago
Daniel Grunwald 6501104f6d Include UndocumentedExpressions.cs in unit tests. 15 years ago
Daniel Grunwald 8910f6a414 Merge remote branch 'ALyman/tests-real-diff' 15 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 15 years ago
Alex Lyman f3f557103b - Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages. 15 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 15 years ago
Alex Lyman a35c4b5ace - Modified .gitignore to ignore Resharper files and patches 15 years ago
Eusebiu Marcu 4d05fdbb01 Add the OnDecompileFinished for method, property, event, field, assembly, namespace - this will be used when decompile a single method/property/event will be possible. 15 years ago
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