7858 Commits (90946ae31af7fa3e0ca9a2f6ae68568e29eadd30)
 

Author SHA1 Message Date
Siegfried Pammer 90946ae31a XML doc corrections 7 months ago
Siegfried Pammer 280d17332f Fix #3134: Include newobj, initobj and call instructions in TypeInstantiatedByAnalyzer 7 months ago
Siegfried Pammer e26a1736a8
Merge pull request #3299 from tom-englert/dev/WpfRefactoring 7 months ago
tom-englert 69edba65ab Select first assembly from list after assembly list change, instead of the root node. 7 months ago
Siegfried Pammer 916a3fa831 Do not forget to refresh the decompiled view after the assembly list changes. This also cancels any decompilation requests that are still in progress. 7 months ago
Siegfried Pammer b7f0ab3bcd
Merge pull request #3298 from tom-englert/dev/WpfRefactoring 7 months ago
tom-englert 91dbea2b2b Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree => start decompile with no content to finally show an empty panel. 7 months ago
tom-englert ac43abbed2 Fix potential memory leak: Dispose is never called! 7 months ago
Siegfried Pammer f66ccea9ef Fix #3296: Ensure unknown types are wrapped properly in "Convert Expression Tree" 7 months ago
Siegfried Pammer 7f46aab344
Merge pull request #3297 from tom-englert/dev/WpfRefactoring 7 months ago
Siegfried Pammer f9ae51b12a Fix #3001: Support new resources format in ResourcesFile/ResXResourceWriter 7 months ago
tom-englert 5a1ec2ca55 Fix focus when switching back to assembly list via keyboard 7 months ago
tom-englert d989085a58 Fix focus when active tab page is changed via the Window menu 7 months ago
tom-englert 5149e4e77f Optimize selection handling 8 months ago
tom-englert 2c6f06e854 Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree 8 months ago
Siegfried Pammer f5c27c396f
Merge pull request #3295 from tom-englert/dev/WpfRefactoring 8 months ago
tom-englert cf34262f32 Add missing copyright notice to added files 8 months ago
tom-englert 67aee1033c remove public modifier wherever possible 8 months ago
tom-englert e6935525dd Minor cleanup 8 months ago
tom-englert e3a1444d8e Fix formatting 8 months ago
tom-englert 48ca7904f1 Multiple Refresh calls sholud just trigger one refresh cycle. 8 months ago
tom-englert c301cd5743 Fix nullable issues in AssemblyTreeModel 8 months ago
Siegfried Pammer 64cbcd4002
Merge pull request #3294 from tom-englert/dev/WpfRefactoring 8 months ago
tom-englert 9b95f92729 Fix possible ObservableCollection re-entrance crash when trying to navigate to a collapsed item. 8 months ago
Siegfried Pammer c524892eb1
Merge pull request #3292 from tom-englert/dev/WpfRefactoring 8 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. 8 months ago
Siegfried Pammer c1a42ccf72
Merge pull request #3291 from tom-englert/dev/WpfRefactoring 8 months ago
tom-englert 6d9202a7b6 Fix #3289: Navigation failed because the target is hidden even when show all types and members 8 months ago
Siegfried Pammer 7ceca40a9b
Merge pull request #3285 from tom-englert/dev/WpfRefactoring 8 months ago
tom-englert 22c5735ada Fix #3284: AssemblyTree title is wrong 8 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 8 months ago
Siegfried Pammer f105147438
Merge pull request #3283 from tom-englert/dev/WpfRefactoring 8 months ago
tom-englert 5b8e7ce6eb Fix navigation history 8 months ago
tom-englert 4b7377a0de Fix #3281: Help -> About is broken 8 months ago
Siegfried Pammer bf2cf936e1 Fix DecompilerVersionInfo.template.cs 8 months ago
Siegfried Pammer 46cac0f58c Fix #3221: ArgumentOutOfRangeException: Index was out of range when clearing the assembly list 8 months ago
Siegfried Pammer d8cfb8ea0c
Merge pull request #3274 from tom-englert/dev/WpfRefactoring 8 months ago
Siegfried Pammer 966b99a7f9 Fix #3278: Missing variable declaration in nested for-loop after many other loops 8 months ago
Siegfried Pammer 4ff0c262f9 Provide commit hash in AboutPage to make finding the correct version easier. 8 months ago
Siegfried Pammer 5e7e67735a
Merge pull request #3280 from Applesauce314/patch-1 8 months ago
Andrew Moskevitz 2ea500cfbd
Update DerivedTypesTreeNode with == null instead of != null. 8 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 7c9f377457 refactor DisplaySettings to MVVM model first design 8 months ago
tom-englert 8fe9514dfe refactor DecompilerSettings to MVVM model first design 8 months ago
tom-englert ca687e2394 Refactor OptionsDialog to use MVVM style 8 months ago
tom-englert 39b036b027 Remove more code from MainWindow, refactor startup sequence 8 months ago
tom-englert 152f70e789 ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 8 months ago
tom-englert 29026f4df4 Avoid using mouse position to find already known elements. 8 months ago