summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-162-7/+8
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-161-2/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+2
* Miscellaneous cleanup: Vas Crabb2020-10-102-160/+161
* osd/windows: Don't restrict borderless full-screen windows to monitor work ar... Vas Crabb2020-09-121-20/+20
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-062-8/+10
* windows: reduce minimum window height (nw) hap2020-06-261-10/+11
* windows: more lenient with resizing very large views in windowed mode (nw) hap2020-06-251-9/+13
* document some error (nw) MetalliC2020-02-151-0/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-312-1/+10
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-304-6/+6
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-302-10/+1
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-302-8/+8
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-224-8/+8
|\
| * use C++ library includes (nw) firewave2020-01-224-8/+8
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-223-13/+13
|/
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-162-4/+13
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-6/+5
* srcclean (nw) Vas Crabb2019-08-251-4/+4
* Removed some dead static variables (nw) (#5458) npwoods2019-08-111-9/+1
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-044-10/+119
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-222-4/+4
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-222-4/+4
* | Merge pull request #5379 from npwoods/draw_video_contents_take_bool R. Belmont2019-07-222-4/+4
|\ \
| * | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-222-4/+4
| |/
* / Removing a stray (likely vestigial) variable from window.cpp (nw) npwoods2019-07-221-8/+0
|/
* Changed a number of comment declarations to read *.cpp instead of *.c npwoods2019-06-168-8/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-266-41/+78
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-78/+41
* misc fixes Vas Crabb2019-02-182-11/+40
* osd/windows: Send logerror to stderr if no debugger is attached and -oslog is... Vas Crabb2019-01-134-30/+38
* clean up and improve option descriptions Vas Crabb2018-12-131-35/+35
* srcclean and cleanup (nw) Vas Crabb2018-10-281-1/+1
* HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-072-1/+30
* osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI... mooglyguy2018-10-061-0/+1
* 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