948 Commits (001a5d4cd78fc0d0777e0b45887667985fa951f5)
 

Author SHA1 Message Date
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 14 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 14 years ago
Siegfried Pammer 01493897c7 fix https://github.com/icsharpcode/ILSpy/issues/177 14 years ago
Ed Harvey 4c2e64e92b Analyzer: Improved where-used analysis for virtual methods 14 years ago
Ed Harvey 323ea1a35f Analyzer: removed redundant field from AnalyzedMethodUsedByTreeNode 14 years ago
Ed Harvey 0ccbbb2e1e Analyzer: simplify concurrency handling 14 years ago
Ed Harvey 87d700d4d9 Add tree node icon for Static Class. 14 years ago
Ed Harvey db114400ba Reverse Static Class icon changes to TypeTreeNode.cs 14 years ago
Ed Harvey 5efacf4860 Analyzer: renamed class. 14 years ago
Ed Harvey e7caa3f43f More efficient/correct test for static class icon 14 years ago
Ed Harvey e54bade36a Analyzer: simplify concurrency handling 14 years ago
Artur Zgodziński 54d777f833 Fixed navigation to preserve state of decompiler's text view. 14 years ago
Pent Ploompuu 8a7da9e400 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 88bb21d536 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543' 14 years ago
Daniel Grunwald fc02629e1a Squashed 'NRefactory/' changes from b8330be..1e4a1d9 14 years ago
Ed Harvey 5bf46e3d19 Analyzer: result redirection - don't require that name starts with '<'. 14 years ago
Ed Harvey 637a91236c Add tree node icon for Static Class. 14 years ago
Ed Harvey 91376b44f6 Analyzer: remove property & event 'accessors' node and promote its children up one level. 14 years ago
Ed Harvey 4e95f435a4 Analyzer: Redirect result from compiler-generated type/method to original code location. 14 years ago
Ed Harvey e1ccd3586a Analyzer: Limit search to assemblies with TypeRef to required type. 14 years ago
Daniel Grunwald 553ea3f698 Ignore exceptions while reading debug symbols. Closes #169. 14 years ago
Daniel Grunwald 44b577af40 Trying to fix #46 ("Check for updates" fails behind a web proxy). 14 years ago
Ivan Hamilton b408acccea Fix local variable post-increment recognition for split local variables. 14 years ago
Pent Ploompuu d5b9d33b73 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Pent Ploompuu 9c2a58d292 Simplify operators on nullable values: all comparisons 14 years ago
Daniel Grunwald 8c7cef81ca Merge 'Improved decompilation of new modifier' 14 years ago
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 14 years ago
Ed Harvey e43f6abcf0 Analyzer - Limit scope of overrides search 14 years ago
Pent Ploompuu 0d6c0b9c2e Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Pent Ploompuu 7d3fbfb1cb Simplify operators on nullable values: all comparisons with two nullable operands 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
Pent Ploompuu 1628f2870c Simplify operators on nullable values: primitive comparisons 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
Artur Zgodziński d900a171fa Improved decompilation of new modifier. 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
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
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
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