21 Commits (844f5b44c29943aebaacc26dca7412e2853a3a45)

Author SHA1 Message Date
Siegfried Pammer 0af45643eb Add CompareView and FrozenContent flag 2 weeks ago
tom-englert 61b0714a4b Get rid of singletons, replace with DI: DockWorkspace 9 months ago
tom-englert 560d89a42f Get rid of singletons, replace with DI: MainWindow, Settings and Language service 9 months ago
tom-englert 0be506bd4e Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel 9 months ago
tom-englert 47d52fcacf Move active code from LanguageSettings to LanguageService, to make LanguageSettings independent of other services injected via DI 10 months ago
tom-englert 2454cd3a99 Consolidate all options/settings to use a consistent WFP MVVM pattern. 11 months ago
tom-englert 0c1c5cecd7 Decouple AssemblyListPane from MainWindow 11 months ago
tom-englert 74f4758d89 Move more settings-related items from MainWindow to SettingsService 11 months ago
tom-englert 25bbca76aa Remove redundant language settings related code 12 months ago
tom-englert 97bd5cb122 Decouple Settings from MainWindow 12 months ago
tom-englert cc7de5fe60 Introduce message bus to start decoupling components 12 months ago
tom-englert d38ec53484 Decouple some global logic from the MainWindow 12 months ago
tom-englert b6ad02d1da Remove yet another copy of the BoolToVisibilityConverter 12 months ago
Siegfried Pammer 92e9b28e4d - Remove static state from DisplaySettingsPanel 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Siegfried Pammer 272db616ba Fix DebugSteps not working when changing to ILAstLanguage. 3 years ago
Siegfried Pammer 98d5957e24 Use separate FilterSettings for each tab and bind the dropdowns directly to the settings of the active tab page. This should fix #2404. 4 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer ecda21f7f9 Fix #1932: Add ExportToolPaneAttribute and reimplement ShowInBottomPane and ShowInTopPane. 6 years ago
Siegfried Pammer 9fda37ba3e Move views to separate directory 6 years ago
Siegfried Pammer 3f9e7488f1 Bring selected pad to front, if there are multiple pads in one area. 6 years ago
Siegfried Pammer 0d6ac5030c Refactor DocumentModel API 6 years ago
Siegfried Pammer 05c21c5a08 #1803: Properly implement tool pane logic. Ground work for multiple docking layouts. 6 years ago
Siegfried Pammer 84bb61cc5b Add primitive multi-document support. 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
jkuehner 6a23e5ae9b work on docking ui 6 years ago
MysticBoy c4d9a9c5f6 All the strings have been extracted, and the complete translation has been completed. 7 years ago
Siegfried Pammer e3e7ea5e68 Reimplement CSharpILMixedLanguage, ILAstLanguage and DebugSteps 7 years ago
Siegfried Pammer 9acc372a68 Use TypeSystem for ILSpy UI: 7 years ago
Siegfried Pammer a8262dd506 Add back CSharpLanguage and ILAstLanguage 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
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Siegfried Pammer 10cf712135 Move ILAst writing options to DebugSteps pane and implement auto refresh. 8 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Siegfried Pammer c590d28223 do not compile DebugSteps UI in release build 9 years ago
Siegfried Pammer 507f845596 Improvements DebugSteps UI 9 years ago
Siegfried Pammer 0366ba18e4 Add ViewState handling and key navigation for DebugSteps 9 years ago
Siegfried Pammer 94d1d76ec3 More DebugStep UI options 9 years ago
Siegfried Pammer 5bbec7dfc9 Fix bugs in DebugSteps UI 9 years ago
Siegfried Pammer b2ef367c77 Added UI for debug steps 9 years ago