836 Commits (5463420898fd99e27530d927a7ffec26e5410712)
 

Author SHA1 Message Date
Daniel Grunwald 5463420898 Merge remote branch 'pentp/master' 14 years ago
Daniel Grunwald 5e37f38406 Avoid using element syntax for content properties when doing so can lead to problems with the {Binding} markup extension. Closes #14. 14 years ago
pentp 8c161e51cd fix changes 14 years ago
pentp 3f711eaca9 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 094f42ac83 Improved disambiguation of type references. 14 years ago
Daniel Grunwald 0764fd7ca7 Fixed issue in lambda decompilation when a closure class contains static fields (cached delegates). 14 years ago
Daniel Grunwald 57db57670c Fix bug when decompiling lambdas that are nested 3 or more levels (and have a closure on each level). 14 years ago
Daniel Grunwald 1e13e4a6fa Show generic constraints in IL view. Closes #140. 14 years ago
Daniel Grunwald 7c9013736e Use hyperlinks for the named arguments in object initializers. 14 years ago
Daniel Grunwald 6a98af56ad Fixed decompilation when an object initializer is used on a collection type. 14 years ago
Daniel Grunwald 207bb984aa Implemented support for nested object/collection initializers. 14 years ago
pentp 71149caffd Remove temporary local variables generated by the C# compiler for instance method calls on immutable value type values 14 years ago
Daniel Grunwald baa05b2e01 Fixed unintended interaction between object initializers and anonymous methods. 14 years ago
Daniel Grunwald 600c07388e Implemented object initializers. 14 years ago
Daniel Grunwald e5f043e643 AssemblyList: add Sort() method 14 years ago
Daniel Grunwald 33b35a45af Fix EventHiding unit test. 14 years ago
Ed Harvey 93a12a9b82 Added tests for shadowed events. 14 years ago
Ed Harvey b35cd2f7ba Fix incorrect merge in 7f5b04d Add support for shadowing events. 14 years ago
Ed Harvey 7f5b04d8e0 Add support for shadowing events. 14 years ago
Ed Harvey e86aee752d Added Event analysis. 14 years ago
Ed Harvey 1aaa720cc4 Constrain where-used searches to accessibility domain. 14 years ago
Ed Harvey fc9a914b62 Find method node returns property or event if accessors hidden. 14 years ago
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