5694 Commits (e029266d40c04230931921fc668a499ffbf08bfb)
 

Author SHA1 Message Date
Christoph Wille 14019b8aa3 Update and publish frontends for -preview1 6 years ago
SilverFox 4575ef65d3 Display System.Void as struct 6 years ago
Siegfried Pammer 0d6ac5030c Refactor DocumentModel API 6 years ago
Siegfried Pammer 721932b45f Merge branch 'master' of https://github.com/icsharpcode/ILSpy into metadata-explorer 6 years ago
Siegfried Pammer 7ec80d0427 Set VersionName = "preview1" 6 years ago
Siegfried Pammer d3d5d9e15d Fix #1807: Add MemberResolveResult to ldlen if System.Array.Length/LongLength is available 6 years ago
Siegfried Pammer 867d3d5755 Fix crash reported in #1820: Change Dictionary<string, DotNetCorePackageInfo> to DotNetCorePackageInfo array, because key is no longer used. 6 years ago
Siegfried Pammer 5206244254 Fix #1813: Windows/Reset layout empties output window 6 years ago
Daniel Grunwald be28469ea3 Add back replacing `a & b` with `a && b` for booleans. 6 years ago
Daniel Grunwald 93806b46fa Fix compound assignments with type `bool`. 6 years ago
Daniel Grunwald 9e460f3192 Workaround a weird build problem on my machine: 6 years ago
Siegfried Pammer 3e4549f76c Set CanDockAsTabbedDocument to false + fix NRE 6 years ago
Siegfried Pammer e146f8a492 Fix #1829: Fix decompilation of optional `in` parameters. 6 years ago
Siegfried Pammer 8706fe284a Fix #1818: Assembly-level TypeForwardedTo not displaying unresolved generics properly 6 years ago
Siegfried Pammer 32f71a2077 Fix #1816: Select file after drop is finished. 6 years ago
Siegfried Pammer 6264eae74a
Merge pull request #1827 from pvasilek/fix-1812 6 years ago
Siegfried Pammer b413ac5324 Simplify node selection code in DockWorkspace. 6 years ago
Siegfried Pammer 654613b75c Remove unnecessary duplicate invocation of the decompiler when opening a new view. 6 years ago
Christoph Wille 83e7996087 Update SourceLink. Fixes #1826 6 years ago
pvasilek 141440e47f Fixes #1812 6 years ago
Siegfried Pammer aa84bd0e5c Fix #1819: Tooltips: use Segoe for summary text (as in tree) 6 years ago
Siegfried Pammer 5d98842a89 Fix #1815: make all documents closeable as long as there is at least one. 6 years ago
Siegfried Pammer 327428aa11 Fix #1810: ArgumentNullException in DecompilerTextView.ShowText 6 years ago
Siegfried Pammer 270547cb46 Fix release build. 6 years ago
Siegfried Pammer 475312d5cf Merge branch 'master' of https://github.com/icsharpcode/ILSpy into metadata-explorer 6 years ago
Siegfried Pammer 500e168498 Use correct title when displaying resource nodes. 6 years ago
Siegfried Pammer 3c166034cc #1803: Fix ArgumentException when dragging Resources view out of the main window. 6 years ago
Siegfried Pammer 703cd3345b #1803: Fix InvalidCastException when executing "Decompile to new tab" on analyzer nodes. 6 years ago
Siegfried Pammer 53dbea5646 Add Window menu commands. 6 years ago
Siegfried Pammer 05c21c5a08 #1803: Properly implement tool pane logic. Ground work for multiple docking layouts. 6 years ago
Siegfried Pammer 85e311b094 #1803: Fix display of top/bottom panes. 6 years ago
Siegfried Pammer 40a9aa4ce0 Fix #1804: ArgumentException when clicking on ResourcesFileTreeNode. 6 years ago
Siegfried Pammer 23a9bc6097 #1803: Make sure that the assembly list is always restored. 6 years ago
Siegfried Pammer a416566091 Properly restore all open panes. 6 years ago
Siegfried Pammer 602a2adade Fix #1799: Make sure the file stream is disposed explicitly. Our ResXResourceWriter implementation based on Mono does not seem to do this (anymore?). 6 years ago
Siegfried Pammer ae24ae5d9c Remove AD submodule. 6 years ago
Siegfried Pammer 7e3441300d
Merge pull request #1801 from icsharpcode/avalondock 6 years ago
Siegfried Pammer 2ae91559be Update Resources used in new panels + code cleanup. 6 years ago
Siegfried Pammer 2911cb2215 Add license headers to newly added files. 6 years ago
Siegfried Pammer c84f220338 Enable separate language (version) settings per document. 6 years ago
Siegfried Pammer 388c8f611c Add DecompileInNewViewCommand to TextView context menu. 6 years ago
Siegfried Pammer 18f0038b29 Set title in AboutPage 6 years ago
Siegfried Pammer 004a585efc Allow ISmartTextOutput to set the title of the decompilation tab. 6 years ago
Siegfried Pammer aa5258ce0f Make header of active document bold. 6 years ago
Siegfried Pammer 2be6d279b3 Fix update-assemblyinfo.ps1 for worktrees 6 years ago
Siegfried Pammer 84bb61cc5b Add primitive multi-document support. 6 years ago
Siegfried Pammer 6e3fc35d03 Add AvalonDock as submodule for the time being. 6 years ago
SilverFox f69d0cc5d0 Add support of static local function delegate for roslyn < 16.4 6 years ago
SilverFox a5d85fea3f Add an workaround for #1798 6 years ago
SilverFox 14cd09d7bc Update some tests, and add some limited descributed in PR to tests(disabled) 6 years ago