summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl
Commit message (Expand)AuthorAgeFilesLines
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-1/+1
* osd/modules/input: Always use DirectInput with desktop window in background m... Vas Crabb2023-02-281-0/+2
* Removed local copy of SDL source and update Android build support. (#10899) Miodrag Milanović2023-02-272-0/+14
* osd/sdl: Do not raise fatal error on -video auto -videodriver wayland. (#10924) Julian Sikorski2023-02-261-1/+1
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-242-3/+3
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-233-5/+1
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-232-11/+1
* osd: Removed support for SDL < 2.0.6; apple/apple2video.cpp: Code style clean... Vas Crabb2023-02-211-22/+0
* Input refactoring: Vas Crabb2023-02-181-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-051-1/+0
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-021-0/+3
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-015-305/+59
* Various input and OSD refactoring: Vas Crabb2023-01-298-568/+1149
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-3/+2
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-2/+2
* osd/sdl: Removed keyboard/mouse/joystick device mapping options. Vas Crabb2022-07-152-35/+0
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-043-5/+5
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* Throw a fatal error if combination of bgfx video and wayland videodriver has ... Julian Sikorski2022-06-251-14/+8
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-58/+58
* Prefer the X11 SDL video driver on Linux (#9676) Julian Sikorski2022-05-031-3/+14
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-6/+6
* sdl/window: add error retval check for bgfx on fallback hap2022-03-251-3/+3
* sdl/window: fix possible compile problem with init fallbacks hap2022-03-171-3/+5
* Updated BGFX fixes; verified as working on Linux and Windows. (#9420) MooglyGuy2022-03-151-13/+41
* Revert "More BGFX stability improvements (missing files + multi-window) (#9410)" Vas Crabb2022-03-161-41/+13
* More BGFX stability improvements (missing files + multi-window) (#9410) MooglyGuy2022-03-141-13/+41
* sdl: Keep -video soft as the default for Emscripten for now Justin Kerk2022-02-191-0/+4
* sdl: -video auto now means "bgfx" on all platforms. [R. Belmont] arbee2022-02-181-6/+0
* Correctly adjust window size based on the computed visible area for different... antonioginer2022-01-211-0/+10
* Render-related cleanup AJR2021-12-301-0/+1
* removed leftover Miodrag Milanovic2021-10-291-1/+1
* Correctly apply -keepaspect with -unevenstretchx/y. (#8209) antonioginer2021-07-021-6/+2
* srcclean for release Vas Crabb2021-05-231-1/+1
* -attach_window support for SDLMAME (#8070) npwoods2021-05-203-4/+65
* Disable sleep when using -bench. Aaron Giles2021-03-311-0/+1
* -A few incremental UI code improvements: Vas Crabb2021-03-121-11/+8
* -getaway.cpp: Fixed steering control. Vas Crabb2021-01-231-1/+1
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-221-1/+1
* -osd/windows: Minimise full-screen windows on losing focus (#2997). Vas Crabb2021-01-212-8/+1
* Much more core std::string_view modernization AJR2021-01-202-4/+5
* osdwindow.cpp: Centralize basic functions; de-virtualize various getters AJR2021-01-042-104/+31
* Remove keepaspect and fullstretch members of osd_video_config AJR2020-12-162-5/+7
* Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu... AJR2020-12-171-16/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* osd/modules/input: Fixed a couple of X11 resource leaks. Vas Crabb2020-11-161-16/+17
* Got rid of global_alloc/global_free. Vas Crabb2020-10-032-6/+5
* Drop MASK from taputil.sh (#7162) Rhett Aultman2020-08-311-2/+2
* use C++ library includes (nw) firewave2020-01-221-1/+1
* video: higher maximum prescale (nw) hap2020-01-051-1/+1