Siegfried Pammer
|
c524892eb1
|
Merge pull request #3292 from tom-englert/dev/WpfRefactoring
Refresh should also refresh the content of the active tab
|
10 months ago |
tom-englert
|
15721908b4
|
Refresh should also refresh the content of the active tab to reflect e.g. indent size change in options tab.
|
10 months ago |
Siegfried Pammer
|
c1a42ccf72
|
Merge pull request #3291 from tom-englert/dev/WpfRefactoring
Fix #3289: Navigation failed because the target is hidden even when s…
|
10 months ago |
tom-englert
|
6d9202a7b6
|
Fix #3289: Navigation failed because the target is hidden even when show all types and members
|
10 months ago |
Siegfried Pammer
|
7ceca40a9b
|
Merge pull request #3285 from tom-englert/dev/WpfRefactoring
Fix #3284: Focus, Tabs and Title issues
|
10 months ago |
tom-englert
|
22c5735ada
|
Fix #3284: AssemblyTree title is wrong
|
10 months ago |
tom-englert
|
ee91a3798a
|
Fix #3284: Focus always moving to the assembly tree view when changing tabs, don't decompile when just switching tabs
|
10 months ago |
Siegfried Pammer
|
f105147438
|
Merge pull request #3283 from tom-englert/dev/WpfRefactoring
Fix #3281: Help -> About is broken
|
10 months ago |
tom-englert
|
5b8e7ce6eb
|
Fix navigation history
|
10 months ago |
tom-englert
|
4b7377a0de
|
Fix #3281: Help -> About is broken
|
11 months ago |
Siegfried Pammer
|
bf2cf936e1
|
Fix DecompilerVersionInfo.template.cs
|
11 months ago |
Siegfried Pammer
|
46cac0f58c
|
Fix #3221: ArgumentOutOfRangeException: Index was out of range when clearing the assembly list
|
11 months ago |
Siegfried Pammer
|
d8cfb8ea0c
|
Merge pull request #3274 from tom-englert/dev/WpfRefactoring
WPF Refactoring
|
11 months ago |
Siegfried Pammer
|
966b99a7f9
|
Fix #3278: Missing variable declaration in nested for-loop after many other loops
|
11 months ago |
Siegfried Pammer
|
4ff0c262f9
|
Provide commit hash in AboutPage to make finding the correct version easier.
|
11 months ago |
Siegfried Pammer
|
5e7e67735a
|
Merge pull request #3280 from Applesauce314/patch-1
Fix Derived Types Node always being empty
|
11 months ago |
Andrew Moskevitz
|
2ea500cfbd
|
Update DerivedTypesTreeNode with == null instead of != null.
it appears Fix #3263 added an accidental `!=` instead of `==` and broke the derived types node.
|
11 months ago |
tom-englert
|
da0117680b
|
Fix some minor design flaws in new code.
|
11 months ago |
tom-englert
|
0b477f721a
|
Move command handling from main window to command implementations.
|
11 months ago |
tom-englert
|
2454cd3a99
|
Consolidate all options/settings to use a consistent WFP MVVM pattern.
|
11 months ago |
tom-englert
|
7c9f377457
|
refactor DisplaySettings to MVVM model first design
|
11 months ago |
tom-englert
|
8fe9514dfe
|
refactor DecompilerSettings to MVVM model first design
|
11 months ago |
tom-englert
|
ca687e2394
|
Refactor OptionsDialog to use MVVM style
|
11 months ago |
tom-englert
|
39b036b027
|
Remove more code from MainWindow, refactor startup sequence
|
11 months ago |
tom-englert
|
152f70e789
|
ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code.
|
11 months ago |
tom-englert
|
29026f4df4
|
Avoid using mouse position to find already known elements.
|
11 months ago |
tom-englert
|
2d8ad69d3b
|
Fix possible null de-reference
|
11 months ago |
tom-englert
|
84d635633e
|
Omit the need for a special PaneCollection
|
11 months ago |
tom-englert
|
3b2f44b1f0
|
Refactor window menu composition: simplify by using WPF patterns.
|
11 months ago |
tom-englert
|
f8883211b8
|
Move menu/toolbar logic from MainWindow to separate service.
|
11 months ago |
tom-englert
|
0c1c5cecd7
|
Decouple AssemblyListPane from MainWindow
|
11 months ago |
Siegfried Pammer
|
58e993d71d
|
Fix #3272: Missing variable declarations in repeated nested for-loops
|
11 months ago |
Christoph Wille
|
533a773791
|
NuGet package updates, including Roslyn 4.11 (was: 4.10) (#3276)
|
11 months ago |
Siegfried Pammer
|
58a9736d4f
|
#3273: Add support for undocumented EventPtr, FieldPtr, MethodPtr, ParamPtr and PropertyPtr tables.
|
11 months ago |
Siegfried Pammer
|
673943cf14
|
Fix #3273: Do not crash, if an unsupported metadata table is found.
|
11 months ago |
Siegfried Pammer
|
46a6696694
|
Refactor metadata tables to use TableIndex instead of HandleKind.
|
11 months ago |
Siegfried Pammer
|
6a84a81e16
|
Merge pull request #3266 from tom-englert/dev/WpfRefactoring
WPF Refactoring
|
11 months ago |
Siegfried Pammer
|
524ab6035f
|
Fix #3226: missing assemblyFileName parameter in XmlDocLoader.FindXmlDocumentation
|
11 months ago |
tom-englert
|
dde581adc8
|
Refactor SearchPane so only the view model is exposed.
|
11 months ago |
tom-englert
|
82d697587f
|
Fix: Current theme in menu is not selected.
|
12 months ago |
tom-englert
|
74f4758d89
|
Move more settings-related items from MainWindow to SettingsService
|
12 months ago |
Siegfried Pammer
|
3d34a20b48
|
Highlight severity of assembly resolve log messages to make it easier to see errors.
|
11 months ago |
Siegfried Pammer
|
a4e372ad90
|
Fix naming convention rule for fields
|
11 months ago |
Siegfried Pammer
|
43f602211b
|
Fix #3159: CSharpAmbience.ConvertSymbol output incorrect for record structs and init properties.
|
11 months ago |
Siegfried Pammer
|
dd0456447b
|
Merge pull request #3265 from Herrmel/ignore_empty_dotnetcore_version_path
Ignore empty version directories of dotnet
|
12 months ago |
Herrmannsdörfer, Felix
|
0330f38c06
|
Include Subdirectories when checking for empty dotnet version directory
|
12 months ago |
Siegfried Pammer
|
58bd49938b
|
Merge pull request #3257 from tom-englert/dev/WpfRefactoring
WPF Refactoring #1: Add abstraction layer for MEF
|
12 months ago |
tom-englert
|
e241444113
|
Refactor AnalyzerTreeView into View/ViewModel
|
12 months ago |
tom-englert
|
25bbca76aa
|
Remove redundant language settings related code
|
12 months ago |
tom-englert
|
d71394c43a
|
Simplify adding tabs
|
12 months ago |