summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-081-0/+4
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-18/+3
* Various input and OSD refactoring: Vas Crabb2023-01-291-150/+9
* osd: Added option to accept SDL game controller/joystick input when losing UI... Vas Crabb2023-01-141-1/+0
* 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
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-100/+100
* -bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ... MooglyGuy2022-03-121-2/+2
* 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
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-154/+0
* -ui: Put software description on the left and sort by description by default. Vas Crabb2021-10-061-0/+2
* 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
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Much more core std::string_view modernization AJR2021-01-201-12/+12
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-0/+9
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-9/+0
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-3/+3
|\
| * use C++ library includes (nw) firewave2020-01-221-3/+3
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-6/+5
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-0/+1
* Changed a number of comment declarations to read *.cpp instead of *.c npwoods2019-06-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-18/+15
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+18
* osd/windows: Send logerror to stderr if no debugger is attached and -oslog is... Vas Crabb2019-01-131-18/+15
* clean up and improve option descriptions Vas Crabb2018-12-131-35/+35
* HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-071-1/+10
* Fixed an options overhaul regression (#2530) npwoods2017-10-061-0/+11
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-2/+4
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-9/+6
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-6/+9
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-9/+6
* Merge pull request #2252 from npwoods/remove_duplicate_option R. Belmont2017-04-251-1/+1
|\
| * Removed redundant ";global_inputs" Nathan Woods2017-04-231-1/+1
* | Disambiguated the WINOPTION_YIQ_PHASE_COUNT option Nathan Woods2017-04-241-1/+1
|/
* Fixed an issue where device options (e.g. -cart) were reported as unknown whe... Nathan Woods2017-02-221-3/+3
* Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-051-5/+1
* Correct LCD ghosting INI and slider defaults. Westley M. Martinez2017-01-031-1/+1
* Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-021-2/+3
* Scale and phosphor persistence sliders. Westley M. Martinez2016-12-301-3/+2
* Implement LCD persistence shader. Westley M. Martinez2016-12-291-0/+1
* Implement new phosphor shader. Westley M. Martinez2016-12-291-1/+4
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* srcclean (nw) Vas Crabb2016-11-271-2/+2