Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF Refactoring #3274

Merged
merged 14 commits into from
Sep 20, 2024
Merged

Commits on Sep 14, 2024

  1. Decouple AssemblyListPane from MainWindow

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0c1c5ce View commit details
    Browse the repository at this point in the history
  2. Move menu/toolbar logic from MainWindow to separate service.

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f888321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b2f44b View commit details
    Browse the repository at this point in the history
  4. Omit the need for a special PaneCollection

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    84d6356 View commit details
    Browse the repository at this point in the history
  5. Fix possible null de-reference

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2d8ad69 View commit details
    Browse the repository at this point in the history
  6. Avoid using mouse position to find already known elements.

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    29026f4 View commit details
    Browse the repository at this point in the history
  7. ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant c…

    …ode.
    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    152f70e View commit details
    Browse the repository at this point in the history
  8. Remove more code from MainWindow, refactor startup sequence

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    39b036b View commit details
    Browse the repository at this point in the history
  9. Refactor OptionsDialog to use MVVM style

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ca687e2 View commit details
    Browse the repository at this point in the history
  10. refactor DecompilerSettings to MVVM model first design

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8fe9514 View commit details
    Browse the repository at this point in the history
  11. refactor DisplaySettings to MVVM model first design

    tom-englert authored and tom-englert committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7c9f377 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2454cd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b477f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da01176 View commit details
    Browse the repository at this point in the history