summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/input.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading couriersud2015-02-231-0/+2
* Make OpenGL renderer available in mainline build as well. This needs to couriersud2015-02-221-1/+1
* sdl render operation moved towards the way window deals with renderers. couriersud2015-02-081-3/+3
* Emscripten target now uses SDL2. [Justin Kerk] Justin Kerk2015-02-071-17/+4
* Removed debug output from input.c. couriersud2015-02-061-1/+0
* Remove some passing around of running_machine where it is not needed. couriersud2015-02-051-8/+8
* Moved all window related code to window.c. (nw) couriersud2015-02-051-11/+11
* Reowrked the -video soft driver so it works like accel and opengl. That couriersud2015-02-031-3/+3
* Fix SDL build breakage (nw) arbee2015-02-021-3/+3
* Fixed natural keyboard input on all platforms for SDL2 builds. (nw) couriersud2015-02-031-4/+8
* introduced concept of an osd_renderer. Changed draw code to couriersud2015-02-011-3/+3
* More transition to "m_" members. (nw) couriersud2015-01-311-2/+2
* All private members for sdl_window_info now start with "m_". (nw) couriersud2015-01-311-17/+17
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-9/+9
* Removed some machine() references couriersud2015-01-141-2/+2
* Fixed two SDL2 bugs: couriersud2015-01-061-2/+11
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
* Changed sdl_window_info to be closer to C++: couriersud2014-12-291-4/+4
* Use consistent logical ID for joystick registration log Kyungdahm Yun2014-12-151-1/+1
* Add 4 7seg digits for the outputs 6, 7, 14 and 15. The remaining 22, 23, 30 a... jbu2014-12-091-1/+1
* Merged in cleanup changes from osd branch (nw) Miodrag Milanovic2014-04-261-1/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-20/+12
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-17/+20
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-28/+28
* Merge of new menubar code Nathan Woods2014-04-121-20/+17
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-33/+19
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-1/+1
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* Upstream changes needed to compile JSMESS [Justin Kerk, John Vilk, Justin de... Justin Kerk2013-11-031-4/+17
* SDL: Fix SDL1 build (nw) Alex W. Jackson2013-10-261-0/+4
* SDL: Fix joystick to work with final SDL 2.0 (nw) R. Belmont2013-10-261-1/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-621/+621
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-16/+8
* Clean-ups and version bump Miodrag Milanovic2012-07-301-3/+3
* SDL: Use XInput to allow multiple lightguns on Linux/*BSD targets. [Markus Ra... R. Belmont2012-07-251-1/+418
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-31/+27
* Fixed testkeys to work with SDL2.0. Keymaps can now contain SDL1.3 and SDL2.0... Couriersud2012-02-161-26/+32
* Added support for (track)balls to osd/sdl. [Couriersud] Couriersud2012-02-151-2/+25
* updated sdl os-core to compile against stock SDL-2.0 [couriersud]. Couriersud2012-02-121-12/+33
* Should fix osd keys. Aaron Giles2011-05-301-16/+16
* (Finally found the time to finish this....) Aaron Giles2011-05-301-64/+65
* Fixed typo in sdl/input.c (no whatsnew) Miodrag Milanovic2011-04-281-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-3/+3
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* BIG update. Aaron Giles2011-03-291-29/+29
* Fix font loading in sdlmame. BDF files are just loaded as TTF by TTF_OpenFont... Couriersud2011-03-261-6/+7
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-4/+4
* SDL: Fix uimodekey for MESS [Barry Rodewald, R. Belmont] R. Belmont2011-03-071-75/+80
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-7/+7
* Fix SDL. Maybe. (no whatsnew) R. Belmont2011-02-121-2/+2