Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: encounter/objdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: encounter/objdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alt-keys
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    ef680a5 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    123253c View commit details
    Browse the repository at this point in the history
  3. Add enter and back hotkeys

    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    acc1189 View commit details
    Browse the repository at this point in the history
  4. Add scroll hotkeys

    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    dbf86ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b571787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    157e99d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2427b06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046f3d6 View commit details
    Browse the repository at this point in the history
  9. Fix some hotkeys stealing input from focused widgets

    e.g. The symbol list was stealing the W/S key presses when typing into the symbol filter text edit.
    
    If the user actually wants to use these shortcuts while a widget is focused, they can simply press the escape key to unfocus all widgets and then press the shortcut.
    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    77c104c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fb64a3 View commit details
    Browse the repository at this point in the history
  11. Add space as alternative to enter hotkey

    This is for consistency with egui's builtint enter/space hotkey for interacting with the focused widget.
    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3f03a75 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28bd718 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    441b300 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7d7a7f View commit details
    Browse the repository at this point in the history
  15. Fix auto-scrolling to highlighted symbol only working for the left side

    The flag is cleared after one scroll to avoid doing it continuously, but this breaks when we need to scroll to both the left and the right symbol at the same time. So now each side has its own flag to keep track of this state independently.
    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    45dd73f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    517b84e View commit details
    Browse the repository at this point in the history
  17. Found a better place to clear the autoscroll flag

    DiffViewState::post_update is where the flag gets set, so clearing it right before that at the start of the function seems to make the most sense, instead of doing it in App::update.
    LagoLunatic authored and encounter committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    95528fa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0899e67 View commit details
    Browse the repository at this point in the history
Loading