89 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)

Author SHA1 Message Date
Siegfried Pammer 213fe5f874 Fix missing assignment 2 months ago
Siegfried Pammer 128f83d74c Fix: Pass current language version to all parts of the UI 2 months ago
Siegfried Pammer 5fab18f3a0 Fix #3414: Apply latest session settings before saving upon closing the main window 3 months ago
tom-englert a24e0f96c8 Refactoring: 7 months ago
tom-englert 61b0714a4b Get rid of singletons, replace with DI: DockWorkspace 7 months ago
tom-englert 560d89a42f Get rid of singletons, replace with DI: MainWindow, Settings and Language service 7 months ago
tom-englert 0be506bd4e Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel 7 months ago
tom-englert da0117680b Fix some minor design flaws in new code. 8 months ago
tom-englert 0b477f721a Move command handling from main window to command implementations. 8 months ago
tom-englert 2454cd3a99 Consolidate all options/settings to use a consistent WFP MVVM pattern. 8 months ago
tom-englert 152f70e789 ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 8 months ago
tom-englert 0c1c5cecd7 Decouple AssemblyListPane from MainWindow 8 months ago
tom-englert dde581adc8 Refactor SearchPane so only the view model is exposed. 9 months ago
tom-englert 74f4758d89 Move more settings-related items from MainWindow to SettingsService 9 months ago
tom-englert 97bd5cb122 Decouple Settings from MainWindow 9 months ago
tom-englert cc7de5fe60 Introduce message bus to start decoupling components 9 months ago
tom-englert d38ec53484 Decouple some global logic from the MainWindow 9 months ago
tom-englert 610b0c2ed5 Annotate service lifetime explicitly. 9 months ago
tom-englert 7e74de2815
Fix #3246: Choppy scrolling when scrolling fast after smooth scrolling introduction (#3248) 10 months ago
Christoph Wille e64795aad8 Prepare new AppEnv namespace that will house all application environment code (configuration and runtime) 12 months ago
Christoph Wille e3fdfc508f Replace native interop CommandLineToArgvW with parsing in Process.Unix.cs from System.Diagnostics.Process 1 year ago
Siegfried Pammer 7e69247f3f Add nullability annotations 1 year ago
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
Siegfried Pammer 2b9d3ea49f Fix #2827: Allow users to enter search queries that match our prefixes. 3 years ago
Siegfried Pammer 6de775c8f3 #2822: Fix filter update in SearchPane. 3 years ago
Siegfried Pammer 92e9b28e4d - Remove static state from DisplaySettingsPanel 3 years ago
Siegfried Pammer a8f25c23c2 Fix #2751: Use correct icon for MemberSearchResult. 3 years ago
Siegfried Pammer 3f09fc1385 Fix ArgumentOutOfRangeException in search when trying to search for metadata tokens and typing "@" into the search box. 3 years ago
Siegfried Pammer e8a480d43f Move search functionality to ILSpyX 3 years ago
Siegfried Pammer 4b475cfa69 Create ILSpyX project and make the following APIs reusable: 3 years ago
Siegfried Pammer 03c38c5e17 Improved Window menu. 3 years ago
Siegfried Pammer 209e2de6d0 First part of #1175 and #828: Add 'innamespace' and 'inassembly' predicates to allow scoping search to a specific assembly/namespace. 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
Ralf 3fa61f0e62
Fix #2522: support backticks in FQ name when searching for type 4 years ago
Siegfried Pammer dd1621a811 Fix #2481: Remove 4 characters length requirement in regex search. 4 years ago
Daniel Grunwald 733029bbb7 Move commands for opening panes to `Window` menu and add commands for the "Assemblies" and "Analyzer" panes. 4 years ago
MikeFH 3a8f0db0a1 Adjust fitness calculation for desctructors 4 years ago
tom-englert 78fa9529ad - Fine tune styles 4 years ago
MikeFH 590ebee47e Move comparer selection to start of search 4 years ago
MikeFH 974bdd1804 Refactor InsertResult 4 years ago
MikeFH 3093e849c0 Fix insertion of result at end position 4 years ago
Siegfried Pammer feb623d602 Fix #2234: Implement support for nuget packages/bundles in search, analyzers and the derived types list. 4 years ago
Christoph Wille a0aeac5628 Doesn't work: 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. 5 years ago
Siegfried Pammer da33002c66 Fix #1504: Selected decompiler settings should affect tree view and tooltips 5 years ago
Siegfried Pammer 05c21c5a08 #1803: Properly implement tool pane logic. Ground work for multiple docking layouts. 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
Jan Kučera 44acb103bc Add namespace search strategy 6 years ago
jkuehner 6a23e5ae9b work on docking ui 6 years ago