1755 Commits (167e140c754eb142a0d09cfa0f1edf83143a0092)
 

Author SHA1 Message Date
Daniel Grunwald 167e140c75 'Typed IL' view shows stack 11 years ago
Daniel Grunwald e4eb208a2e More instructions. 11 years ago
Daniel Grunwald c2ac889ebe Allow viewing 'typed IL'. 11 years ago
Daniel Grunwald c346f079df Fix compiler warnings, and exclude the refactorings from NR.CSharp. 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald c1fb133fd3 Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 11 years ago
Daniel Grunwald 58404e8f9e AsyncDecompiler: fix some issues with Roslyn-compiled code 11 years ago
Daniel Grunwald c0e1603f57 Merge branch 'master' of github.com:icsharpcode/ILSpy 11 years ago
Daniel Grunwald b71edb2a88 StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion. 11 years ago
Daniel Grunwald d1eb868749 YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing 11 years ago
Siegfried Pammer 9ceb8de922 add support for Windows 7 TaskbarItem progress display 11 years ago
Daniel Grunwald 1bf31f9086 YieldReturnDecompiler: in ConstructExceptionTable(), avoid ToEnclosingInterval() call and use the full StateRange instead. 11 years ago
Daniel Grunwald 6de8e09a14 Fix TextMarkerService crashing after switching to another document. 11 years ago
Siegfried Pammer e064a2121b fix #458: NullReferenceException when expanding the "Exposed By" analysis node 11 years ago
Siegfried Pammer 34a5637be4 refactor 65e30ec0f6 a bit; fix #448: Show metadata tokens like in ILDasm 11 years ago
Siegfried Pammer 20bae807d8 Merge commit 'refs/pull/467/head' of github.com:icsharpcode/ILSpy 11 years ago
Daniel Grunwald 9084ce2eb5 Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 11 years ago
Siegfried Pammer 0894e4cd71 Merge commit 'refs/pull/404/head' of github.com:icsharpcode/ILSpy 11 years ago
Daniel Grunwald 82999a056b Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'. 11 years ago
Daniel Grunwald 2fcf89b99d Merge pull request #415 from turbanoff/master 11 years ago
Daniel Grunwald f538d20de5 Fix NullReferenceException in type analysis. 11 years ago
Daniel Grunwald cfe77638e7 Fix #354: NullReferenceException expanding "Read By" node when variable is referenced from an async method. 11 years ago
Daniel Grunwald 8f3315c655 Merge pull request #449 from vincpa/issue435 11 years ago
Daniel Grunwald 156d6f2fde Merge pull request #450 from linquize/tgit.icon 11 years ago
Daniel Grunwald 73773782c5 Merge pull request #451 from linquize/open-from-gac-icon 11 years ago
Daniel Grunwald 8a96c3a2d3 Merge pull request #452 from linquize/disable-search-msdn 11 years ago
Daniel Grunwald 38e0061e0c Merge pull request #453 from linquize/search-box-icon 11 years ago
Daniel Grunwald 1b0318dc95 Merge pull request #454 from linquize/dotnet4-profiles 11 years ago
Daniel Grunwald e6049e0cc4 Merge pull request #455 from linquize/url-twice 11 years ago
Yves Goergen 65e30ec0f6 Added option to display metadata tokens in the tree 11 years ago
Daniel Grunwald efe9510a9a Merge pull request #462 from zippy1981/patch-1 11 years ago
Justin Dearing 38d59a14f1 Update README.txt 11 years ago
Siegfried Pammer ee5ddb7695 fix #206 - BAML decompiler - NotImplementedException: StaticResourceStart 11 years ago
Siegfried Pammer 8c9ec7b626 fix #445 - Baml Decompiler Exception: ArgumentException: Cannot find StaticResource 11 years ago
Siegfried Pammer 505694671c add failing test for issue #445 11 years ago
Linquize 41a4e8b24a Do not open web browser twice when hyperlink is clicked 11 years ago
Siegfried Pammer 056dfa1194 remove old LGPL code copied from SharpDevelop 4 11 years ago
Linquize 5fd318f175 When saving project, detect different profiles based on .NET 4 and above 11 years ago
Linquize 322f87d1f3 Search Box: Make sure the whole search icon is displayed 11 years ago
Linquize 6c5380998e Disable Search MSDN context menu if namespace is empty 11 years ago
Linquize 9479dbfe64 Add icon for Open from GAC 11 years ago
Linquize 7ccac56862 Add tgit.icon project config 11 years ago
Daniel Grunwald 7d674c9290 Merge pull request #428 from raol/405-fix 11 years ago
Daniel Grunwald ff0a6d3d2e Merge pull request #423 from linquize/assembly-info 11 years ago
Daniel Grunwald 3b85120044 Merge pull request #420 from linquize/analyze-menu 11 years ago
Daniel Grunwald 801ff16c37 Merge pull request #422 from linquize/project-guid 11 years ago
Vince Panuccio 70d3ca0ba0 Allow System.Runtime for System Type Lookups. 11 years ago
Daniel Grunwald b45786e306 Add "Search MSDN..." context menu command. 11 years ago
Daniel Grunwald b4aec56447 When pressing F3 to move focus to the search box, select the text so that the previous search can be easily overwritten. 11 years ago
Daniel Grunwald 392277b6f8 Merge pull request #443 from 0x53A/master 12 years ago