1070 Commits (6bae4e5180bc5e61432c625589182ad44b9be54a)
 

Author SHA1 Message Date
Eusebiu Marcu 6bae4e5180 Minor clean-ups. 14 years ago
Eusebiu Marcu a0f2bee87d Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Daniel Grunwald d267eb2412 Fix NullReferenceException when viewing ILAst for a calli instruction. Closes #152 14 years ago
Daniel Grunwald db015f3be6 Show 'Searching...' entry while search is in progress. 14 years ago
Eusebiu Marcu 8d15716f36 set the MIT header. 14 years ago
Eusebiu Marcu 41e97ebed6 fix build 14 years ago
Eusebiu Marcu ef639dd9bc Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Eusebiu Marcu 802702908a debug methods - part 1. 14 years ago
Daniel Grunwald 66897752a1 Add combo box that allows choosing whether to search for a type or member. 14 years ago
Daniel Grunwald f84556b4eb Thread-safety fix for Cecil when resetting a method body to save memory. 14 years ago
Daniel Grunwald f5443a33d5 New search. 14 years ago
Eusebiu Marcu f6ecd0645a Store code mappings using token as key. Sync bookmarks. 14 years ago
Daniel Grunwald 4489dd8289 Create closeable pane for the analyzer. 14 years ago
Daniel Grunwald c70b5b13c3 Analyzer: Speed up search for extension methods. 14 years ago
Daniel Grunwald ad685e0e35 Merge remote branch 'EdHarvey/Analysis' 14 years ago
Ed Harvey e40fe48a5b Analyzer code clean-up. 14 years ago
Daniel Grunwald 9fdd6539e2 YieldReturnDecompiler: don't require that class name starts with '<' 14 years ago
Daniel Grunwald 65c56de456 Show optional parameters. 14 years ago
Eusebiu Marcu a0bff8626e sync bookmarks : types/members and C#/IL(not working 100%). 14 years ago
Daniel Grunwald f68775e468 Revert fix for #120. Siegfried found a case where the C# compiler creates a useless variable in debug builds. 14 years ago
Ed Harvey 6ae4df7ecc Analyzer memory usage reduction. 14 years ago
Eusebiu Marcu f88afd0f0a save the ILRange on a breakpoint bookmark - useful when syncing the bookmarks. 14 years ago
Ed Harvey 9ea6f02482 Added Analyzers - Interface Event and Property Implemented BY 14 years ago
Ed Harvey 24c0eaccb7 Added Analyzer - Interface Method Implemented By 14 years ago
Eusebiu Marcu 495307b4ed Remove the X11 from header. 14 years ago
Eusebiu Marcu 8b68bc3caf Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Ed Harvey 19634e21a0 Analyzer code clean-up. 14 years ago
Ed Harvey 46e5a2afb9 Added Type Analysis - Exposed BY, Instantiated BY, Extension Methods 14 years ago
Daniel Grunwald f12371e0e1 Consistently use the full MIT license header on source files. 14 years ago
Daniel Grunwald 61de90ea11 Clarify the license: add license files to doc/ in source distribution; embed licenses in ILSpy executable and put links on the about page. Closes #145. 14 years ago
Daniel Grunwald 5f069c4ea8 Perform dead store removal only for generated variables. Closes #120. 14 years ago
Daniel Grunwald 37de037718 Update to latest Cecil (4bc52d2976f7060dc65fb4075f301e4f9daaeb93 + thread-safe fixes) 14 years ago
Eusebiu Marcu 97b29ce166 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Eusebiu Marcu a2b35dbd60 Store the code mappings when decompiling multiple member references (TypeDefinitions, MethodDefinitions, PropertyDefinitions, etc). 14 years ago
Siegfried Pammer 70ee261147 add support for attached events to BAML-Decompiler 14 years ago
Eusebiu Marcu 9b26b98339 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Siegfried Pammer 68ab04298c if only one connectionId is assigned the XAML compiler uses if instead of switch 14 years ago
Siegfried Pammer 60c93bda40 implement proper decompilation of event handlers in XAML; 14 years ago
Daniel Grunwald 1e6cc8f8b1 Fixed bugs with collection initializers. 14 years ago
Daniel Grunwald 6885af6437 Add test case for previous commit. 14 years ago
pentp 28e1ec37f9 Fixed generic constraint display on method overrides and explicit interface implementations. 14 years ago
Ed Harvey b4e7a7196c Corrected spelling in node text. 14 years ago
Daniel Grunwald 8c927f199b Fixed issues introduced by #139 (Improved local variable inlining) 14 years ago
Daniel Grunwald 660505e04d Introduce 'AddressOf' pseudo-opcode to make the type system aware of inlined value types (#139) 14 years ago
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
Eusebiu Marcu a63a66cb5c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 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