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

Memory Viewer Improvements #14051

Merged
merged 7 commits into from
Jun 21, 2023
Merged

Memory Viewer Improvements #14051

merged 7 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. asm.hpp: Fix mul_saturate

    elad335 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c1cf808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420e726 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3873b95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    509d6a8 View commit details
    Browse the repository at this point in the history
  5. Utilities/Memory Viewer: Add PageDown/PageUp scrolling

    * F5 for single refresh.
    elad335 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5db8002 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    affc78a View commit details
    Browse the repository at this point in the history
  7. Utilities/Memory Viewer: Improve image viewer

    * Added image scaling with Ctrl+Plus, Ctrl+Minus.
    * Added hover position to see which address is being pointed at, when double clicking on it the image viewer is closed and the memory viewer jumps to the clicked memory data.
    elad335 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    26c7c4c View commit details
    Browse the repository at this point in the history