1867 Commits (98f24c21e54aeb18354e48d1a2eb7243b439d236)
 

Author SHA1 Message Date
Siegfried Pammer 98f24c21e5 fix #556: ILSpy doesn't highlight uses of invoked delegates 11 years ago
Siegfried Pammer 9524b9cfb5 clicking anywhere in the DecompilerTextView should clear the reference highlight (#553) 11 years ago
Siegfried Pammer 9f161006a5 fix #560: properly recognize `lock` pattern of C# 2, and add `lock (this)` pattern 11 years ago
Siegfried Pammer 5bb6e4b85b fix #557 - Missing namespaces when decompiling only a method 11 years ago
Ed Harvey c3a4b2a248 fix #558: Last selected assembly isn't loaded if it's an auto-loaded assembly 11 years ago
Ed Harvey ba12fb0742 Removed redundant code in type 'used-by' analyzer 11 years ago
Ed Harvey 02b461583f Only cancel a running analysis if user has manually added/removed assemblies 11 years ago
Ed Harvey 1ca36b98d7 Set LoadedAssembly.IsAutoLoaded before adding to AssemblyList 11 years ago
Siegfried Pammer a82bf9a5f9 (SharpTreeView) fix NRE 11 years ago
Siegfried Pammer daf973b0d5 (SharpTreeView) fix #555: ILSpy crashes when deleting more than a screenful of assemblies 11 years ago
Siegfried Pammer 9815cf4537 fix shortcut and focus woes (#553) 11 years ago
Siegfried Pammer 8c4a38d12e fix item 6 of #553: right clicking on an item in the search for types list should display an "Analyze" popup menu 11 years ago
Siegfried Pammer ca1dba0e92 fix item 5 of #553: there should be a "Copy" menu item in the AvalonEdit's popup menu among the "Toggle Folding" menu items 11 years ago
Ed Harvey 60fe27f744 #358 Separate automatically-loaded assemblies from manually loaded assemblies 11 years ago
Ed Harvey c7ee9d31c1 Add "Load Dependencies" command to Assembly node context menu 11 years ago
Ed Harvey 359d04b3b6 Add 'Sort Assemblies' command to view menu 11 years ago
Siegfried Pammer 19cc44f9f9 fix #554: Variables are moved outside of the block 11 years ago
Siegfried Pammer 2974829eb5 properly handle encoding in XmlDocumentationProvider (see #485) 11 years ago
Siegfried Pammer 054f2a1729 Merge pull request #552 from icsharpcode/revert-487-case/empty-async-method 11 years ago
Siegfried Pammer b9090e43c6 Revert "Fixed decompiling empty async methods." 11 years ago
Siegfried Pammer 2fc8bf7003 fix #528: Open Build Output in ILSpy 11 years ago
Siegfried Pammer 715cae08c7 Merge branch 'LordJZ-case/pointer-arithmetic' 11 years ago
Siegfried Pammer a6db2eed5c Merge branch 'case/pointer-arithmetic' of git://github.com/LordJZ/ILSpy into LordJZ-case/pointer-arithmetic 11 years ago
Ed Harvey 70b19272a0 Type "where used" analyzer - reduce memory usage 11 years ago
Ed Harvey 313f8f679d fix #549: Type "used by" analyzer does not match generics 11 years ago
Siegfried Pammer 56f668da5e Merge branch 'learn-more-master' 11 years ago
Siegfried Pammer 8ea39b77e6 replace try-catch-all with Guid.TryParse 11 years ago
Siegfried Pammer b9c5d6051f Merge branch 'master' of git://github.com/learn-more/ILSpy into learn-more-master 11 years ago
Siegfried Pammer 90796b20c9 Merge branch 'krauthaufen-Cgt_Un-Cle_Un-fix' 11 years ago
Siegfried Pammer 5aa0f8622c Merge branch 'Cgt_Un-Cle_Un-fix' of git://github.com/krauthaufen/ILSpy into krauthaufen-Cgt_Un-Cle_Un-fix 11 years ago
Siegfried Pammer 85682a0da9 prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
Ed Harvey e7db11054d fix #548: "Instantiated By" doesn't appear on System.Text.RegularExpressions.RegexParser 11 years ago
Siegfried Pammer 62f33863ab (AvalonEdit) fix #544: Find text should search again when editor's text is changed 11 years ago
Siegfried Pammer b75a44085d add some syntax help to search box 11 years ago
Siegfried Pammer c51498ccc4 fix indentation 11 years ago
Siegfried Pammer 19a0401905 Merge pull request #516 from RKlier/StringTableSize 11 years ago
Siegfried Pammer d942200adf manually merge #488 - Change type search to match FullNames in addition to just the type name 11 years ago
Siegfried Pammer b9165c6704 Merge pull request #487 from LordJZ/case/empty-async-method 11 years ago
Siegfried Pammer 3bf00d3d21 add special formatting case for else-if to CSharpOutputVisitor 11 years ago
Siegfried Pammer 72a8229e90 fix #483: if-else-if-... and nesting 11 years ago
Siegfried Pammer bb8fda5e9c Merge branch 'adrianoc-improved-search' 11 years ago
Siegfried Pammer 11670cdb1d code cleanup 11 years ago
Siegfried Pammer 9295113751 Merge branch 'improved-search' of git://github.com/adrianoc/ILSpy into adrianoc-improved-search 11 years ago
Siegfried Pammer 23f26b805c Merge pull request #521 from RKlier/SearchAsArgument 11 years ago
Siegfried Pammer 52e2a22a45 fix SearchPanel warning 11 years ago
Siegfried Pammer 177519e19b update AvalonEdit to 5.0.2 11 years ago
Siegfried Pammer f479496670 fix #531 - ICSharpCode.Decompiler.ReferenceResolvingException when Searching for Instantiations 11 years ago
Siegfried Pammer 59a03bba12 fix #541: int vs uint enum decompiling confusion 11 years ago
Siegfried Pammer 7a82db7221 fix #542: ILSpy truncates browsing history when switching language modes 11 years ago
Siegfried Pammer 4a4cc2e689 fix #524 - Mistake ILSpy decompile: delegate instantiation is only removed if an implicit conversion exists. 11 years ago