summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* -ui: Put software description on the left and sort by description by default. Vas Crabb2021-10-061-0/+2
* Fix various typos in comments AJR2021-10-051-1/+1
* Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2021-07-021-7/+3
* Add -share_directory option. This sets a directory on the host system which ... arbee2021-05-081-0/+1
* Disable sleep when using -bench. Aaron Giles2021-03-311-0/+1
* -A few incremental UI code improvements: Vas Crabb2021-03-121-12/+21
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-4/+4
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-212-9/+17
* Much more core std::string_view modernization AJR2021-01-201-12/+12
* Tidy up loose ends: Vas Crabb2021-01-061-9/+13
* Second attempt at fixing Windows build (function is now defined in base class) AJR2021-01-051-1/+0
* Attempt at fixing Windows build AJR2021-01-051-1/+1
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-042-122/+43
* Low-level #include overhaul AJR2021-01-021-1/+1
* Fixed the build. Robbbert2020-12-181-1/+1