summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows
Commit message (Expand)AuthorAgeFilesLines
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-212-1/+20
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-062-1/+5
* 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
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-082-6/+35
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-266-300/+8
* -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
| |/