Open
Conversation
Adds the `--recursive` flag, which simply keeps traversing directories (excluding `.` and `..`) and adding their images to the loader. Additionally modified `.gitignore` to ignore the output `hellpaper` binary, as it is platform-specific.
- set HIDPI flag (since I was getting inconsistent behavior across my
laptop and monitor)
- added/modified the following keybinds:
- q: quits application (just like Escape)
- Esc: modified how app reads the keycode slightly, so hellpaper now
reacts to virtual/remapped keys (i.e. my CAPS key is mapped to Esc.
Clicking either now works)
- Left Shift: toggles fullscreen preview rather than just enables it
(very helpful for keyboard warriors)
- Reformatted help message (idk why we had 40,000 printfs, const C strings can
be concatenated into 1 printf)
- Increased key repeat delay from `0.1f -> 0.15f`. Subtle change, but
make keyboard navigation a lot more manageable
- Hellpaper now deselects AND clears its full search buffer when
entering Search Mode (fixed a LOT of bugs surrounding searching
multiple times)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
laptop and monitor)
reacts to virtual/remapped keys (i.e. my CAPS key is mapped to Esc.
Clicking either now works)
(very helpful for keyboard warriors)
be concatenated into 1 printf)
0.1f -> 0.15f. Subtle change, butmake keyboard navigation a lot more manageable
entering Search Mode (fixed a LOT of bugs surrounding searching
multiple times)