summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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
* 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