summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd/windows, osd/sdl: Only check for hold/drag conversion on losing pointer i... Vas Crabb2024-11-181-6/+2
* -util/corefile.cpp: Fixed core_file failing to propagate write errors. Vas Crabb2024-06-211-7/+10
* ui/selmenu.cpp: Fixed issue with focus rotation when filter matches no items. Vas Crabb2024-05-111-2/+2
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-9/+9
* -osd: Update slider list on demand rather than on frame updated (fixes MT08857). Vas Crabb2024-04-271-27/+1
* input/input_sdl.cpp: Added an SDL lightgun provider. Vas Crabb2024-04-261-27/+38
* Initial touch input support: Vas Crabb2024-04-121-49/+516
* osd/modules/input: Various cleanup and minor enhancements. Vas Crabb2024-03-041-3/+3
* osd: Moved some windows-specific stuff into osd/windows/window.{h,cpp}. Vas Crabb2023-02-261-0/+2
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-231-5/+0
* osd/windows/window.cpp: Allow BGFX to bounce cleanly when toggling fullscreen... Vas Crabb2023-02-021-0/+4
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-154/+72
* Various input and OSD refactoring: Vas Crabb2023-01-291-47/+55
* bgfx: Save values of most sliders per-system. Vas Crabb2023-01-081-1/+2
* osd/windows/window.cpp: Fixed a crash when toggling fullscreen. [Ryan Holtz] ... MooglyGuy2022-12-161-1/+4
* sdl/window: add error retval check for bgfx on fallback hap2022-03-251-1/+1
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-151-1/+2
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-161-2/+1
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-141-1/+2
* osd/modules/input/input_rawinput.cpp: Allow re-plugging mouse/keyboard. Vas Crabb2022-03-111-3/+15
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-211-1/+19
* emu/render.cpp: Improved scale factor selection. (#8961) antonioginer2022-01-061-1/+4
* -frontend: Don't inappropriately truncate text in menu text boxes. Vas Crabb2021-11-081-2/+30
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-36/+0
* Fix various typos in comments AJR2021-10-051-1/+1
* Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2021-07-021-7/+3
* -A few incremental UI code improvements: Vas Crabb2021-03-121-12/+21
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-211-8/+17
* Attempt at fixing Windows build AJR2021-01-051-1/+1
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-041-109/+42
* Fixed the build. Robbbert2020-12-181-1/+1
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-161-6/+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-101-143/+144
* 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-061-7/+8
* 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
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-3/+3
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-7/+7
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-11/+11
* 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-041-10/+105
* Merge pull request #5380 from npwoods/winwindow_has_focus_return_bool R. Belmont2019-07-221-3/+3
|\
| * Changed winwindow_has_focus() to return bool npwoods2019-07-221-3/+3
* | Merge pull request #5379 from npwoods/draw_video_contents_take_bool R. Belmont2019-07-221-3/+3
|\ \
| * | Changing win_window_info::draw_video_contents()'s update parameter to be npwoods2019-07-221-3/+3
| |/
* / Removing a stray (likely vestigial) variable from window.cpp (nw) npwoods2019-07-221-8/+0
|/