355 Commits (152f70e7898c5e3466369d64dc23771dd6bc8811)

Author SHA1 Message Date
Siegfried Pammer 69a7ffd61a Improved docking. 6 years ago
Andreas Weizel 56b9401a49 Basic work to add AvalonDock using MVVM, avoiding too big changes to existing architecture for now 6 years ago
Andreas Weizel b4a63c4c15 Temporary fix for search pane bug being opened twice 6 years ago
Siegfried Pammer b18876d087 Implement semantic highlighting and links in rich text tooltips. 6 years ago
Jan Kučera 44acb103bc Add namespace search strategy 6 years ago
Andreas Weizel aadad76d52 Save and load AvalonDock layout 6 years ago
Christoph Wille 11fca6c338 TCS to async/await for AboutPage version checking code 6 years ago
Andreas Weizel 6e91d11178 Fix "Open output in ILSpy" context menu item to focus the assembly in ILSpy tree correctly 6 years ago
Christoph Wille 282174263b Disable DecompileInNewViewCommand (will be re-activated when multi-document support is designed) 6 years ago
Siegfried Pammer 9c0200a296 Remove Viewbox special cases. 6 years ago
jkuehner c580576742 bugfix closeable panes 6 years ago
jkuehner 97009de794 support multiple decompilations 6 years ago
jkuehner 6a23e5ae9b work on docking ui 6 years ago
jkuehner 851ee29261 work on avalondock 6 years ago
Daniel Grunwald d43d4785cb #1711: Support /navigateTo:none on command-line to disable the automatic navigation on startup. 6 years ago
Jan Kučera 146b3e7f4b Accomodate result image caching, split search result, jump to resource children, clean-up 6 years ago
Siegfried Pammer 37eae3d32f Fix bug in AddIn that causes ILSpy to infinitely be asked to load nuget packages. 6 years ago
Siegfried Pammer 8d116d9cfb Add XAML icons in toolbar. 6 years ago
Siegfried Pammer 5fdeb223dd "Save Code" should only work with ILSpyTreeNodes. 6 years ago
Siegfried Pammer 9dd22011d6 Remove ILSpyTreeNode.Save accepting a file name, as it is currently not necessary. 6 years ago
Siegfried Pammer 24e492bfe3 Adjust SaveCommandCanExecute to match SaveCommandExecuted. 6 years ago
Siegfried Pammer a63e94e5b4 Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 6 years ago
dymanoid 4ceb8f62d0 Implement decompilation of multiple selected assemblies icsharpcode#972 6 years ago
dymanoid 864672c07c Enable the save code command only when appropriate 6 years ago
Daniel Grunwald 962a0365a2 Fix race condition in NavigateOnLaunch(): 6 years ago
Oren Novotny a6ba0449f5
Disable update checks when running in package 6 years ago
Siegfried Pammer 286353984e #1481: Improve exception handling in case of MEF initialization errors. 6 years ago
Daniel Grunwald 0c132a87e7 Avoid blocking the UI when waiting on assembly load while restoring the saved position in the tree view. 7 years ago
Edward Cooke 660d8ca17a Add option to not reload assemblies 7 years ago
Siegfried Pammer 98692e2fed Fix title bar content in debug builds. 7 years ago
Siegfried Pammer c73f46d27c Refactor code in HandleCommandLineArgumentsAfterShowList as per code-review. 7 years ago
Siegfried Pammer 188bac4e55 Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
Siegfried Pammer 175c76ea0b Fix #1297: Clean workpane on deleting last item in treeview 7 years ago
MysticBoy c4d9a9c5f6 All the strings have been extracted, and the complete translation has been completed. 7 years ago
MysticBoy 3fd999a42b Localization of Chinese, which is not completed, will continue to translate. 7 years ago
Siegfried Pammer 6da7d8098e Fix #1265: ILSpy doesn't decompile .baml file when reloading assembies - prevent ILSpy from executing decompilation requests with zero tree nodes selected. 7 years ago
Siegfried Pammer 822f3581b3 Add 'open containing folder' and 'open command line here' commands. 7 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 7 years ago
Daniel Grunwald de3ffa2851 Adjust ILSpy to type system changes. 7 years ago
Siegfried Pammer dccd0052dc Merge XmlDocKeyProvider.cs into IdStringProvider.cs 7 years ago
Siegfried Pammer 4f8441e142 Introduce several new WriteReference overloads 7 years ago
Siegfried Pammer 9acc372a68 Use TypeSystem for ILSpy UI: 7 years ago
Siegfried Pammer 8184cf6a5f Fix some more UI crashes. 7 years ago
Siegfried Pammer bed5642118 Add version to title bar in debug builds 7 years ago
Siegfried Pammer 9e4b952264 Fix #1160: .NET built-in types not resolvable in ILSpy when jumped from VS code editor 7 years ago
Siegfried Pammer 47788a38de WIP 7 years ago
Siegfried Pammer 1941948a4b Further improvements to MetadataResolver and MainWindow.FindTreeNode 7 years ago
Siegfried Pammer 8c82d98a32 Delay loading of nupkgs until MainWindow is visible; then display the assembly selection dialog. 7 years ago
Siegfried Pammer a2953913cb Fix #1081: Please add a default ctor for DecompilationOptions 8 years ago
Siegfried Pammer 3f5b8602f8 Add Language version dropdown 8 years ago