306 Commits (8dcea0b27b6c9b542cf64c4738b0931f86f7331d)

Author SHA1 Message Date
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
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
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 14 years ago
Ed Harvey e43f6abcf0 Analyzer - Limit scope of overrides search 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 f5443a33d5 New search. 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
Ed Harvey e40fe48a5b Analyzer code clean-up. 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
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
Ed Harvey b4e7a7196c Corrected spelling in node text. 15 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. 15 years ago
Daniel Grunwald e5f043e643 AssemblyList: add Sort() method 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
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 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
Ed Harvey 905927274b Added node image for PInvoke methods. 15 years ago
Eusebiu Marcu e4513b947b Merged ICSharpCode.Decompiler changes from debugger branch. 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
Artur Zgodziński 46838a6a72 Fixed some bugs in "Used by" analyzers. 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
Daniel Grunwald 12a8267c21 Adjust ILSpy to NRefactory API changes. 15 years ago
Daniel Grunwald 1255f87696 Display tooltips when hovering over member references. 15 years ago
Daniel Grunwald b84ca13f50 Observe assembly load exceptions so that we don't crash when the Task's finalizer kicks in. Closes #54. 15 years ago
Daniel Grunwald cf7d17d3f3 Add "decompile all" command for debugging. 15 years ago