summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-2/+2
* UWP: Output verbose to debug plus turn off view scaling (nw) Brad Hughes2016-11-141-1/+13
* added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scrip... Miodrag Milanovic2016-11-121-0/+1
* UWP, added support to store files on Local storage (nw) Miodrag Milanovic2016-11-121-0/+16
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* UWP builds again but by no means working (nw) Brad Hughes2016-11-101-4/+14
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-2/+2
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-0/+1
* Make behaviour slightly friendlier with hlsl_write option (nw) Vas Crabb2016-07-071-1/+1