Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-14 | initial gamepad/keyboard navigation support | 0neGal | |
Far from complete, but this does the bulk of the work, the rest is just fixing places where the selection moves in weird ways after doing some things, and overall improving the look and feel of it. | |||
2024-06-08 | convert js/tooltip.js to a CommonJS module | 0neGal | |
It's not actually used anywhere outside of itself, but oh well. | |||
2023-05-07 | added hover tooltips | 0neGal | |
They're pretty simple to use, and automatically make themselves fit on screen, on top of automatically disappearing and appearing of course. I've used them a few places now, and not sure where else they can be used, there are of course localization strings that need, well, localization, and I'll create a PR for this on a later date. |