891 Commits (faf3a29a08c0a2a871f5efcd797f365abb88af19)
 

Author SHA1 Message Date
Daniel Grunwald faf3a29a08 Fixed position of XML comments on nested types. 15 years ago
Daniel Grunwald 4ec92d9a55 Handle cpobj instruction as stobj(ldobj). 15 years ago
Eusebiu Marcu ee2cae3d1a Add line numbers to text editor and in display settings. 15 years ago
Daniel Grunwald 478035dfd9 Fix issues introduced when merging #166. 15 years ago
Daniel Grunwald 30fe30c236 Fix DecimalConstantTransform. 15 years ago
Daniel Grunwald 0cae9b4983 Merge #166 Fix split local variable post-increment recognition 15 years ago
Daniel Grunwald 508073d6ac Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
Daniel Grunwald 0e648ef19b Add support for recursively expanding tree nodes to SharpTreeView. 15 years ago
Daniel Grunwald 7513c8c64b Show attributes on parameters in IL view. Closes #187. 15 years ago
Siegfried Pammer 8c228a4df1 fix bug when printing type names introduced by commit 51fc2f10cc 15 years ago
Siegfried Pammer ba0b80856c add foldings to documentation comments; closes #165 15 years ago
Siegfried Pammer 51fc2f10cc Look for generic type parameters defined in TypeDefinition, allows us to display angle brackets in unbound type names, e.g., typeof(List<>) fixes #179 15 years ago
Siegfried Pammer 184a6fc4f0 replace file header in some files 15 years ago
Siegfried Pammer 66c0e844df fix ugly layout of font combobox and preview in DisplaySettingsPanel 15 years ago
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 15 years ago
Siegfried Pammer e654e33613 Add display settings to the options dialog: allows to configure font family and size used in the DecompilerTextView. fixes #176 15 years ago
Siegfried Pammer 01493897c7 fix https://github.com/icsharpcode/ILSpy/issues/177 15 years ago
Daniel Grunwald 88bb21d536 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543' 15 years ago
Daniel Grunwald fc02629e1a Squashed 'NRefactory/' changes from b8330be..1e4a1d9 15 years ago
Daniel Grunwald 553ea3f698 Ignore exceptions while reading debug symbols. Closes #169. 15 years ago
Daniel Grunwald 44b577af40 Trying to fix #46 ("Check for updates" fails behind a web proxy). 15 years ago
Ivan Hamilton b408acccea Fix local variable post-increment recognition for split local variables. 15 years ago
Daniel Grunwald 8c7cef81ca Merge 'Improved decompilation of new modifier' 15 years ago
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 15 years ago
Daniel Grunwald d267eb2412 Fix NullReferenceException when viewing ILAst for a calli instruction. Closes #152 15 years ago
Daniel Grunwald db015f3be6 Show 'Searching...' entry while search is in progress. 15 years ago
Daniel Grunwald 66897752a1 Add combo box that allows choosing whether to search for a type or member. 15 years ago
Daniel Grunwald f84556b4eb Thread-safety fix for Cecil when resetting a method body to save memory. 15 years ago
Daniel Grunwald f5443a33d5 New search. 15 years ago
Artur Zgodziński d900a171fa Improved decompilation of new modifier. 15 years ago
Daniel Grunwald 4489dd8289 Create closeable pane for the analyzer. 15 years ago
Daniel Grunwald c70b5b13c3 Analyzer: Speed up search for extension methods. 15 years ago
Daniel Grunwald ad685e0e35 Merge remote branch 'EdHarvey/Analysis' 15 years ago
Ed Harvey e40fe48a5b Analyzer code clean-up. 15 years ago
Daniel Grunwald 9fdd6539e2 YieldReturnDecompiler: don't require that class name starts with '<' 15 years ago
Daniel Grunwald 65c56de456 Show optional parameters. 15 years ago
Daniel Grunwald f68775e468 Revert fix for #120. Siegfried found a case where the C# compiler creates a useless variable in debug builds. 15 years ago
Ed Harvey 6ae4df7ecc Analyzer memory usage reduction. 15 years ago
Ed Harvey 9ea6f02482 Added Analyzers - Interface Event and Property Implemented BY 15 years ago
Ed Harvey 24c0eaccb7 Added Analyzer - Interface Method Implemented By 15 years ago
Ed Harvey 19634e21a0 Analyzer code clean-up. 15 years ago
Ed Harvey 46e5a2afb9 Added Type Analysis - Exposed BY, Instantiated BY, Extension Methods 15 years ago
Daniel Grunwald f12371e0e1 Consistently use the full MIT license header on source files. 15 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. 15 years ago
Daniel Grunwald 5f069c4ea8 Perform dead store removal only for generated variables. Closes #120. 15 years ago
Daniel Grunwald 37de037718 Update to latest Cecil (4bc52d2976f7060dc65fb4075f301e4f9daaeb93 + thread-safe fixes) 15 years ago
Siegfried Pammer 70ee261147 add support for attached events to BAML-Decompiler 15 years ago
Siegfried Pammer 68ab04298c if only one connectionId is assigned the XAML compiler uses if instead of switch 15 years ago
Siegfried Pammer 60c93bda40 implement proper decompilation of event handlers in XAML; 15 years ago
Daniel Grunwald 1e6cc8f8b1 Fixed bugs with collection initializers. 15 years ago