2039 Commits (ce05af885c12e73c012a25e3f7913c70adaa823c)
 

Author SHA1 Message Date
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 11 years ago
Lukas Rieger 2d2a0aaea1 Modules may exist without an Assembly,in this case the line 11 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald eee2794eb4 Fix typos in comments 12 years ago
Oleg Rakitskiy 4fa6730660 #405 final fix. 12 years ago
Linquize 8d2bee69af Generate AssemblyInfo.vb 12 years ago
Linquize 97a1208110 Generate AssemblyInfo.cs 12 years ago
Linquize 2790f6373c For ProjectGuid project property, generate GUID in bracket form 12 years ago
Linquize 01c5f19a4c Add RemoveAnalyzeContextMenuEntry 12 years ago
Linquize b32003b3b1 If the first-level node in AnalyzerTreeView is selected, hide Analyze context menu item 12 years ago
Siegfried Pammer 91693a5183 update icons used in ILSpy with the ones from SharpDevelop 12 years ago
turbanoff 6a11367a0a remove redundant OrderBy: all handlers will have same TryStart.Offset after Where 12 years ago
Siegfried Pammer 10e7f4710b remove debugger integration, please use SharpDevelop ;) 12 years ago
Siegfried Pammer 7ce68392de fixed possible NREs in VB decompiler 12 years ago
Vaughan Woodzell 53cf2a6307 Additional testing for attached properties. 12 years ago
Vaughan Woodzell b54be3902f Fix namespace prefixes of property elements. 12 years ago
Daniel Grunwald 6ba013d9dd Fix bugs in async/await decompiler. 12 years ago