summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+1
* Ioport refactoring and cleanups (nw) AJR2016-05-182-0/+3
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-1/+1
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-3/+1
* No SDL 1.2 support anymore (nw) Miodrag Milanovic2016-05-061-8/+0
* fix windows SDL build (nw) Miodrag Milanovic2016-05-061-1/+1
* RIP sdlinc.h couriersud2016-05-064-15/+3
* Remove dead code left over from "-mt". [Couriersud] couriersud2016-05-062-341/+107
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-273-6/+6
* Reset menu on toggle fullscreen [barlog] Miodrag Milanovic2016-04-261-0/+4
* Fixed Alt-Enter on SDL (nw) Miodrag Milanovic2016-04-261-1/+3
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-253-122/+85
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-253-85/+122
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-246-45/+45
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-233-6/+4