-
Notifications
You must be signed in to change notification settings - Fork 44
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: encounter/objdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: alt-keys
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 11 files changed
- 2 contributors
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef680a5 - Browse repository at this point
Copy the full SHA ef680a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 123253c - Browse repository at this point
Copy the full SHA 123253cView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc1189 - Browse repository at this point
Copy the full SHA acc1189View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf86ec - Browse repository at this point
Copy the full SHA dbf86ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b571787 - Browse repository at this point
Copy the full SHA b571787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157e99d - Browse repository at this point
Copy the full SHA 157e99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2427b06 - Browse repository at this point
Copy the full SHA 2427b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 046f3d6 - Browse repository at this point
Copy the full SHA 046f3d6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 77c104c - Browse repository at this point
Copy the full SHA 77c104cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb64a3 - Browse repository at this point
Copy the full SHA 4fb64a3View commit details -
Add space as alternative to enter hotkey
This is for consistency with egui's builtint enter/space hotkey for interacting with the focused widget.
Configuration menu - View commit details
-
Copy full SHA for 3f03a75 - Browse repository at this point
Copy the full SHA 3f03a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bd718 - Browse repository at this point
Copy the full SHA 28bd718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441b300 - Browse repository at this point
Copy the full SHA 441b300View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d7a7f - Browse repository at this point
Copy the full SHA d7d7a7fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 45dd73f - Browse repository at this point
Copy the full SHA 45dd73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 517b84e - Browse repository at this point
Copy the full SHA 517b84eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 95528fa - Browse repository at this point
Copy the full SHA 95528faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0899e67 - Browse repository at this point
Copy the full SHA 0899e67View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...alt-keys