summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl
Commit message (Expand)AuthorAgeFilesLines
* -osd/mac, osd/sdl: Show prescale popup when it hasn't changed due to hitting ... Vas Crabb2024-02-181-1/+1
* sdl modify_prescale: don't indicate max value hap2024-02-171-1/+1
* osdsdl: move prescale keys from ctrl+f6/f7 to alt+f8/f9 hap2024-02-172-16/+16
* - osd sdl default keys: remove ctrl-blocks on f3 and f4, move opengl filter f... hap2024-02-161-31/+16
* Fixed OSD interaction with updated default keys. [R. Belmont] arbee2024-02-131-5/+10
* render/drawbgfx.cpp: Added initial support for Wayland on Linux. (#11451) Julian Sikorski2023-09-291-4/+0
* osd/sdl: Don't specify SDL_WINDOW_BORDERLESS for full-screen windows. (#11546) Davidian10242023-09-121-1/+1
* osd/sdl: Fixed interpretation of result of SDL_GetDesktopDisplayMode. (#11547) Davidian10242023-09-121-2/+2
* osd/mac, osd/sdl: Really inhibit full screen toggle in debug mode to prevent ... AJR2023-05-231-2/+2
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-1/+1
* 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