summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
Commit message (Expand)AuthorAgeFilesLines
* -input/input_win32.cpp: Made Win32 lightgun module usable with pen/touch. Vas Crabb2026-04-182-1/+112
* windows/winmain.cpp: Use UTF-8 console I/O when built with UCRT. Vas Crabb2026-04-151-8/+17
* Switched language standard to C++20, bumped compiler requirement to GCC 11. (... Vas Crabb2026-04-023-18/+6
* osd/windows: only clip the cursor if we haven't already (#14933) npwoods2026-02-072-1/+8
* windows/winmain.cpp: Suppress digit grouping. Too many things don't take it ... Vas Crabb2026-01-271-4/+23
* -windows/winmain.cpp: Set global C++ locale when the standard library isn't b... Vas Crabb2026-01-151-0/+4
* Fixed some things causing save states to be unportable: Vas Crabb2025-03-091-6/+0
* osd/windows, osd/sdl: Only check for hold/drag conversion on losing pointer i... Vas Crabb2024-11-181-6/+2
* -util/corefile.cpp: Fixed core_file failing to propagate write errors. Vas Crabb2024-06-212-7/+22
* ui/selmenu.cpp: Fixed issue with focus rotation when filter matches no items. Vas Crabb2024-05-111-2/+2
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-092-10/+10
* -osd: Update slider list on demand rather than on frame updated (fixes MT08857). Vas Crabb2024-04-272-31/+1
* input/input_sdl.cpp: Added an SDL lightgun provider. Vas Crabb2024-04-262-28/+39
* Initial touch input support: Vas Crabb2024-04-123-54/+568
* osd/modules/input: Various cleanup and minor enhancements. Vas Crabb2024-03-041-3/+3
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-1/+1
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-082-1/+6
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}. Vas Crabb2023-02-262-3/+12
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-242-3/+3
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-233-8/+1
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-232-2/+3
* -osd/windows/winutil.cpp: Better way to get module handle. Vas Crabb2023-02-121-3/+6
* osd/windows/window.cpp: Allow BGFX to bounce cleanly when toggling fullscreen... Vas Crabb2023-02-021-0/+4
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-015-273/+98
* Various input and OSD refactoring: Vas Crabb2023-01-298-479/+477
* osd: Added option to accept SDL game controller/joystick input when losing UI... Vas Crabb2023-01-142-3/+0
* bgfx: Save values of most sliders per-system. Vas Crabb2023-01-081-1/+2
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-4/+4
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-4/+4
* osd/windows/window.cpp: Fixed a crash when toggling fullscreen. [Ryan Holtz] ... MooglyGuy2022-12-161-1/+4
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-022-1/+68
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-042-0/+2
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-151-3/+4
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-100/+100
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-262-14/+19
* sdl/window: add error retval check for bgfx on fallback hap2022-03-251-1/+1
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-151-1/+2
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-161-2/+1
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-141-1/+2
* -bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ... MooglyGuy2022-03-121-2/+2
* osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard. Vas Crabb2022-03-112-3/+17
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-212-1/+20
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-062-1/+5
* clang fixes smf-2021-11-191-4/+1
* osd/windows: Don't set parent window for error message box - it doesn't appre... Vas Crabb2021-11-131-2/+4
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-131-1/+0
* -osd/windows: Show error message box on a separate thread (see MT08118). Vas Crabb2021-11-121-3/+64
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-082-6/+35
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-266-300/+8