1695 Commits (f23eee362a736c386413bd616b1eea973623f815)
 

Author SHA1 Message Date
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald eee2794eb4 Fix typos in comments 12 years ago
Siegfried Pammer 91693a5183 update icons used in ILSpy with the ones from SharpDevelop 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
Daniel Grunwald 6ba013d9dd Fix bugs in async/await decompiler. 12 years ago
Siegfried Pammer 0482ef91ed fix #371 - BAML decompiler throws NullReferenceExceptions: if this cause occurs it should throw a better exception than just NRE 12 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 12 years ago
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 12 years ago
Siegfried Oleg Pammer dbf4e3b161 Merge pull request #402 from vwoodzell/master 12 years ago
Vaughan Woodzell c0c47244d8 Test case for formatting simple properties as elements when following other elements. 12 years ago
Vaughan Woodzell b115aa0745 Always format properties as elements when they follow other elements. 12 years ago
Daniel Grunwald d2c24a3b0a Don't eliminate delegate caching when lambda decompilation is disabled. 12 years ago
Siegfried Pammer a90cf65cad extend test case to check inline markup extension syntax as well 12 years ago
Siegfried Pammer 0fc57edcb1 Merge branch 'master' of git://github.com/vwoodzell/ILSpy 12 years ago
Daniel Grunwald 60237354de Merge pull request #398 from RKlier/CtorJumps 12 years ago
Daniel Grunwald c6187ffe23 Merge pull request #384 from RKlier/multiicon 12 years ago
Daniel Grunwald 80db32582f Sort references. 12 years ago
Daniel Grunwald b813092cfe Add support for opening .netmodules. 12 years ago
Vaughan Woodzell 450c19f8ac Test case for markup extension conversion fix. 12 years ago
Vaughan Woodzell 4d23964d9f Don't convert markup extensions following nested elements. 12 years ago
Vaughan Woodzell 565f726ccd Correct node ordering when reading markup extensions. 12 years ago
Ronny Klier 25f35033ac Fix: Do not link arguments to constructor 12 years ago
Ronny Klier b4e8386611 Fix #220: Link constructor calls to constructor rather than type + add link for base constructor calls 12 years ago
Ronny Klier aad3125c10 show all icons of multi icon resource or file 13 years ago
Siegfried Pammer 6347c22404 fix #366 13 years ago
Daniel Grunwald d24cb3ff2e Fixed disassembling and decompiling negative zeroes. 13 years ago
Daniel Grunwald 6c5288b839 Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
Daniel Grunwald 6d4f2e37fe Fix crash when decompiling WebSocketBase::SendFrameAsync. 13 years ago
Daniel Grunwald 214c1f730d Merge NRefactory 5.2.0-261-g7a948e7 to ILSpy. 13 years ago
Daniel Grunwald 349d49546d Squashed 'NRefactory/' changes from 180a690..e2eef88 13 years ago
Daniel Grunwald f10116f4fc Fix #348: saving whole project does not write .baml files correctly. 13 years ago
Daniel Grunwald 4ddc6559af Fix compilation of BamlDecompiler.Tests 13 years ago
Daniel Grunwald 743f37e276 Fix #357: Update to new Mono.Cecil version. 13 years ago
Daniel Grunwald 3f4602be91 Create 256x256 version of the ILSpy icon; and remove the useless 128x128 version from ILSpy.ico (it wasn't getting used). 13 years ago
Daniel Grunwald 82154e1eb6 Fixed decompilation of automatic event that has attributes on the accessors. 13 years ago
Daniel Grunwald 62930f70ff Merge pull request #345 from RKlier/folding 13 years ago
Daniel Grunwald 1b6d1088e8 Fix #346: incorrect type inference for if statement on ref bool parameter 13 years ago
Daniel Grunwald 25351831de Merge pull request #344 from RKlier/contextmenu 13 years ago
Daniel Grunwald ba4700d253 Fixed UpdateAssemblyInfo error when git repository exists but git.exe cannot be found. 13 years ago
Daniel Grunwald 9d08b33ebd Fixed disassembling fields with explicit layout. 13 years ago
Ronny Klier e68c9c907f Adapt folding commands from SharpDevelop 13 years ago
Ronny Klier 27a3f7ff41 Don't add seperator after first context menu entry 13 years ago
Ronny Klier 07fbe290d5 Add context menu entries for folding 13 years ago
Daniel Grunwald 1170e2f88f Use 'stable' update 13 years ago
Daniel Grunwald daa5900f9c Fixed async/await decompilation when the GetAwaiter() is called on a value type. 13 years ago
Daniel Grunwald 45e327d53a Don't show [AsyncStateMachine] attribute. 13 years ago
Ronny Klier 0bcca5473b Optional enable folding on all blocks in braces 13 years ago
Daniel Grunwald 1b50ad946d Fixed highlighting of local variable definitions. 13 years ago
Daniel Grunwald 8acf17d50a Improved async/await decompiler. 13 years ago