summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd/sdl/window.cpp: Remove misleading comments. (nw) couriersud2019-11-271-14/+0
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-261-3/+0
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-251-0/+3
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1
* SDL: -video auto on macOS now selects BGFX rather than OpenGL for future-proo... arbee2019-11-161-3/+3
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-163-7/+13
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-262-4/+9
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-0/+10
* Disable WII Lightgun hack by default (#5056) Kiall Mac Innes2019-05-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* Show video-mode option 'accel' in help and GUI Andreas Müller2019-02-171-0/+1
* clean up and improve option descriptions Vas Crabb2018-12-131-5/+5
* Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This... Dustin Stahlback2018-10-091-1/+1
* Fix debug assert failure when using SDL fullscreen toggle (nw) AJR2018-08-061-1/+1
* How to remove unwanted macros, or: getting out of discovered "check" (nw) AJR2018-06-291-0/+1
* abusing include guards is bad mckay (nw) smf-2017-12-261-1/+0
* Fixed an options overhaul regression (#2530) npwoods2017-10-061-0/+10
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-7/+1
* Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1... Miso Kim2017-08-231-0/+3
* sdl: Add SDL_WINDOW_BORDERLESS for fullscreen, required by some window manage... Olivier Galibert2017-06-251-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-6/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-4/+6
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-6/+4
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Fixed SDL build on win32 and zexall build (nw) Miodrag Milanovic2017-03-261-2/+8
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-2/+0
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-172-20/+20
* final srccleanmame0179 Vas Crabb2016-10-261-1/+1
* SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans ... Olivier Galibert2016-10-241-1/+1
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-11/+11
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-143-208/+4
* Warp mode for relative mouse on OSX SDL 2.0.4 Brad Hughes2016-08-271-0/+20
* Attempt to fix mouse state on startup in SDL builds by initialising members Vas Crabb2016-08-141-6/+17
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-10/+10
* Assorted typos fixed (MT #6295, 6296) (nw) Scott Stone2016-07-151-1/+1
* fix build on debian ppc64 with -maltivec (nw) Vas Crabb2016-07-121-0/+5
* Make monitor list a list of shared_ptr like window_list (nw) Brad Hughes2016-07-013-31/+32
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Fix mouse behavior on OSX Brad Hughes2016-06-252-7/+27
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-316/+0
* fix clang build (nw) R. Belmont2016-06-111-1/+1
* Move window_list to osd_common_t Brad Hughes2016-06-112-10/+10
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-103-27/+14
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-082-15/+18
* Fixed video mode opengl duplicated in SDL build. (nw) dankan18902016-06-071-0/+2
* Fix -resolution and -switchres Brad Hughes2016-05-261-2/+1