summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/testkeys.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-4/+4
| | | | | | | | | | | docs: It's no longer possible to get a working Qt 5 setup with MSYS2, and there's no 32-bit Qt 6 package. Updated docs to reflect this. Use Qt 6 on Windows, use qmake to find moc. Fixed linking on Windows with static SDL3. input/input_dinput.cpp: Support SDL3.
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-6/+79
| | | | | | | | | * SDL3 is the default for macOS targets. Linux/Windows can build with OSD=sdl3 while we wait for better distro support for SDL3. Both X11 and Wayland sessions are fully supported on Linux. * SDL3 -sound=sdl supports both input and output. All other video, sound, and input functionality should otherwise be the same for now. SDL 3.4+ multiple keyboard/mouse support is planned.
* testkeys: add license header hap2026-01-281-3/+2
|
* Bumped dates to 2022, bumped docs version to 0.240, fixed some license files ↵ Vas Crabb2022-01-291-1/+1
| | | | that had somehow been screwed up, cleaned up some metadata.
* selmenu: fix wrongly placed messagebox hap2021-10-291-1/+1
|
* Update "2020" text to "2021" (#7713) Stiletto2021-01-281-1/+1
| | | Update "2020" text to "2021".
* Happy New Year 2020 (nw) (#6128) Stiletto2020-01-041-1/+1
| | | Happy New Year 2020 (nw) (#6128)
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+346
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-346/+0
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* srcclean (nw) Vas Crabb2019-02-241-241/+241
|
* misc fixes Vas Crabb2019-02-181-46/+40
| | | | | | | | | | testkeys: * Clean up and modernise code * Use std::endl to end lines for its implicit flush * Centre window (less likely to hide behind taskbar, etc.) osdwin: * Ensure new windows are positioned within the work area of a monitor
* Fix testkeys compile/link on windows. (nw) couriersud2019-02-171-4/+1
|
* testkeys: remove dead code, don't build on windows. (nw) couriersud2019-02-171-87/+6
|
* Added sdl testkeys as a tool again. (nw) couriersud2019-02-171-0/+436