5506 Commits (e189ad9ca301142b9134c2839e416199cbd3360e)
 

Author SHA1 Message Date
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 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
Christoph Wille 62fa9d4da5 Apply fix as per https://github.com/icsharpcode/ILSpy/pull/1748#issuecomment-552517661 6 years ago
Siegfried Pammer 58cb72e65d Merge branch 'master' of https://github.com/icsharpcode/ILSpy into avalondock 6 years ago
Daniel Grunwald 361b400025
Merge pull request #1791 from icsharpcode/issue1749-part3 6 years ago
Daniel Grunwald 1b505b8c6d Adjust async-streams decompiler for dotnet/roslyn#39436 6 years ago
Daniel Grunwald 7326a69823 Fix #1795: `InvalidCastException: Cast from Boolean to Int64 not supported` when decompiling enum with bool constants 6 years ago
Daniel Grunwald a1c211f326 Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
Siegfried Pammer 64b9511aca #1749: Represent multi-instruction BlockContainers in expression-context as inlined delegate invocation. 6 years ago
Daniel Grunwald 2bb98797e1
Merge pull request #1792 from Chicken-Bones/sealednobody 6 years ago
Chicken-Bones d9a1dc96e1 Fix sealed modifier on interface methods with no body 6 years ago
Daniel Grunwald eaecedd8ea Fix #1782: AsyncAwaitDecompiler for methods in struct 6 years ago
Daniel Grunwald fc95f3056b Fix #1788: async/await decompilation fails with custom task type when the builder and/or awaiter is a reference type. 6 years ago
Siegfried Pammer f099e65e74 split out AwaitInFinallyTransform.cs from AwaitInCatchTransform.cs 6 years ago
Siegfried Pammer 2e1306ec33 Split AwaitInCatchTransform.cs from AwaitInFinallyTransform.cs 6 years ago
Siegfried Pammer cefefd0e6d create AwaitInFinallyTransform.cs from AwaitInCatchTransform.cs 6 years ago
Daniel Grunwald 31dbce2184
Merge pull request #1790 from Chicken-Bones/minuszero 6 years ago
Chicken-Bones a44806bb26 Fix extra minus sign when formatting -0 on .NET Core 3.0 6 years ago
Siegfried Pammer e211b01595 Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Daniel Grunwald cb301bb0e2
Merge pull request #1730 from icsharpcode/async-streams 6 years ago
Siegfried Pammer 6e4db66b61 Fix CA1825:AvoidZeroLengthArrayAllocations, use Empty<T>.Array consistently. 6 years ago
Siegfried Pammer a781e37d98 Fix #1779: Do not inline compound assignment target, if it is a temporary struct. 6 years ago