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