summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
...
* osd: Fixed a corner case in XInput DJ Hero turntable handling. Vas Crabb2023-02-251-20/+14
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-2413-86/+110
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-1/+1
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-238-29/+13
* Fix building with gcc-13 (#10917) Julian Sikorski2023-02-203-0/+3
* osd: Removed support for SDL < 2.0.6; apple/apple2video.cpp: Code style clean... Vas Crabb2023-02-211-9/+2
* Reduced usage of sprintf. (#10892) Erik2023-02-201-4/+3
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-1/+1
* Input refactoring: Vas Crabb2023-02-1810-345/+3360
* -osd/windows/winutil.cpp: Better way to get module handle. Vas Crabb2023-02-121-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-0511-42/+110
* fix Clang compile [nw] Peter Ferrie2023-02-031-9/+9
* osd/modules/render/draw13.cpp: Fixed leaked/double freed texture data. Vas Crabb2023-02-041-16/+11
* osd/render/draw13.cpp: Got rid of a simple_list. Vas Crabb2023-02-042-52/+46
* BGFX: Check window manager type returned by SDL. Vas Crabb2023-02-032-26/+62
* osd: Don't swallow text input with -keyboardprovider win32 (addresses GitHub ... Vas Crabb2023-02-031-1/+1
* render/drawd3d.cpp: Fixed prescaling without HLSL - WRL COM pointer has some ... Vas Crabb2023-02-022-62/+61
* bgfx: Refined configuration handling: Vas Crabb2023-02-024-62/+105
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-024-73/+149
* render/bgfx: Fixed texture object lifecycle issues. Vas Crabb2023-02-0211-195/+229
* font_sdl: better fix for variable-length array Patrick Mackinlay2023-02-011-1/+1
* font_sdl: avoid variable-length array Patrick Mackinlay2023-02-011-3/+2
* Use EQUIVALENT_ARRAY to avoid issues with std::size on member arrays, enable ... Vas Crabb2023-02-012-7/+4
* osd/tools: msvc fixes Patrick Mackinlay2023-02-012-1/+2
* Implemented probe for D3D module to detect lack of D3D9 sooner. Vas Crabb2023-02-011-0/+12
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-0157-2984/+3051
* render/bgfx: Fixed Linux build. Vas Crabb2023-01-292-3/+7
* render/bgfx: Got rid of a lot of unnecessary object copying during setup. Vas Crabb2023-01-2979-751/+777
* Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-29139-625/+1475
* osd/modules/input: Fixed Linux build. Vas Crabb2023-01-292-3/+1
* Various input and OSD refactoring: Vas Crabb2023-01-2966-3209/+2964
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-2815-205/+197
* Improve NTSC parameter descriptions and ranges in OSD (#10782) benrg2023-01-211-7/+7
* osd: Better scaling factors for XInput DJ Hero turntable dials. [DarkMoS] Vas Crabb2023-01-191-2/+2
* osd: Still more XInput rhythm game controller support for Windows: Vas Crabb2023-01-183-64/+317
* osd: Better XInput rhythm game controller support on Windows: Vas Crabb2023-01-181-54/+335
* osd: Improved XInput guitar support and added XInput Rock Band keyboard support. Vas Crabb2023-01-181-217/+780
* osd: Added support for guitar and drum kit controllers via XInput. Vas Crabb2023-01-172-28/+102
* osd: Work around another observed invalid XInput capabilities report. Vas Crabb2023-01-151-2/+14
* -debugger/win: Cascade positions of new debugger windows. Vas Crabb2023-01-158-20/+122
* osd: I am officially incapable of keeping track of which OSD I'm working with... Vas Crabb2023-01-141-2/+2
* osd: Added option to accept SDL game controller/joystick input when losing UI... Vas Crabb2023-01-144-7/+15
* Hopefully fix SDL version detection macros for controller types. Vas Crabb2023-01-141-1/+5
* osd: Fixed constant name (helps to build the right OSD). Vas Crabb2023-01-141-3/+3
* osd: Recognise Joy-Con pairs with sdlgame input module. Vas Crabb2023-01-141-11/+16
* osd: Work around bad XInput capabilities report from Retro-Bit Saturn pad. Vas Crabb2023-01-141-7/+34
* osd: Added support for mapping files to sdlgame joystick provider and made it... Vas Crabb2023-01-144-134/+197
* -osd: Improved SDL Game Controller joystick provider: Vas Crabb2023-01-132-178/+375
* osd: Fixed names of DualSense controller buttons with SDL Game Controller pro... Vas Crabb2023-01-131-3/+30
* osd: Fixed names of face buttons on Switch Pro Controller with SDL Game Contr... Vas Crabb2023-01-131-2/+2