summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* winmain.h: removed unused macro (nw) firewave2018-01-261-12/+0
* fix building for windows with qt debugger. [smf] smf-2017-12-261-1/+1
* Fixed an options overhaul regression (#2530) npwoods2017-10-062-1/+11
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-182-25/+5
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-9/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* 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-222-9/+5
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-111-3/+0
* Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-052-15/+3
* Correct LCD ghosting INI and slider defaults. Westley M. Martinez2017-01-031-1/+1
* Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-022-4/+7
* Scale and phosphor persistence sliders. Westley M. Martinez2016-12-302-7/+4
* Implement LCD persistence shader. Westley M. Martinez2016-12-292-0/+3
* Implement new phosphor shader. Westley M. Martinez2016-12-292-3/+12
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-288-8/+0
* srcclean (nw) Vas Crabb2016-11-271-2/+2
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-174-48/+48
* 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
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-114-5/+5
* UWP builds again but by no means working (nw) Brad Hughes2016-11-103-4/+22
* Add more UWP support (nw) Miodrag Milanovic2016-11-091-0/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-21/+21
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-034-13/+13
* Adding new string conversion overloads Nathan Woods2016-10-011-1/+1
* Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-252-17/+18
* srcclean (nw) Vas Crabb2016-09-261-1/+1
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-145-297/+44
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-9/+9
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-244-89/+43
* BGFX: fix crash when bgfx effect folder is not present or incomplete Giuseppe Gorgoglione2016-07-181-1/+1
* Make behaviour slightly friendlier with hlsl_write option (nw) Vas Crabb2016-07-071-1/+1
* Patch up d3dhlsl as well (nw) Vas Crabb2016-07-072-0/+3
* Remove bgfx_avi_name and hlsl_write options Giuseppe Gorgoglione2016-07-042-3/+0
* Direct3D HLSL: use aviwrite to record avi movies Giuseppe Gorgoglione2016-07-041-1/+1
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-014-49/+53
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and... Nathan Woods2016-06-261-6/+3
* Fixed incorrect implementation of win_time_point_from_filetime() Nathan Woods2016-06-251-2/+6