summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl3
Commit message (Expand)AuthorAgeFilesLines
* sdl3: Actually set the "key hold down disable" hint for macOS. (Github #15239... arbee2026-04-261-1/+1
* Cleaned up unsupportable legacy stuff: Vas Crabb2026-04-061-22/+1
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-042-3/+0
* sdl3: compile again on macOS with pre-3.4.0, and a minor cleanup. [R. Belmont] arbee2026-04-011-1/+1
* osd/sdl: process events after raising window on macOS to ensure input focus (... Matt Furniss2026-03-221-1/+11
* Ran srcclean across the source. Vas Crabb2026-03-221-2/+2
* sdl3: Render OSD at native resolution on scaled high DPI displays (#15102) Valera Klachkov2026-03-142-0/+20
* Some fixes for -attach_window functionality under SDL3 (#15071) npwoods2026-03-082-14/+66
* sdl3: Set hint to disable the accents popup on macOS when holding down keys. ... arbee2026-02-281-1/+6
* Implement SDL_MouseWheelEvent integer member fallback for version less than 3... sairuk2026-02-251-0/+4
* sdl3: Enable TEXT_INPUT events, fixes text input fields in the UI. [R. Belmont] arbee2026-02-141-0/+2
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-0711-0/+3237