| Commit message (Expand) | Author | Age | Files | Lines |
* | reverting to classic ui due to lot of issues, as much as I hate reverting som... |  Miodrag Milanovic | 2014-04-17 | 1 | -86/+0 |
* | ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... |  Nathan Woods | 2014-04-16 | 1 | -1/+2 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -12/+12 |
* | Merge of new menubar code |  Nathan Woods | 2014-04-12 | 1 | -0/+85 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | removed mame_* aliases and just use core_* functions (nw) |  Oliver Stöneberg | 2014-03-24 | 1 | -1/+1 |
* | Nuke some more auto_allocs. |  Aaron Giles | 2014-03-16 | 1 | -137/+0 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -7/+3 |
* | added a few more missing \n in logging / cleanups (nw) |  Oliver Stöneberg | 2014-03-10 | 1 | -1/+1 |
* | Another round of auto_alloc_array conversions. |  Aaron Giles | 2014-02-20 | 1 | -1/+1 |
* | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -5/+5 |
* | More unglamourous changes (commenting, bool etc) |  Nathan Woods | 2014-01-17 | 1 | -3/+1 |
* | Unglamorous changes from my UI rewrite |  Jürgen Buchmüller | 2014-01-17 | 1 | -2/+40 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -2/+2 |
* | Hardcoded toggled inputs (eg. simulated hi-lo gearshift-lock in racing games)... |  Michaël Banaan Ananas | 2013-10-26 | 1 | -5/+33 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | removed runtime ioport tagmap lookup when using PORT_CONDITION with PORT_BIT,... |  smf- | 2013-02-11 | 1 | -2/+18 |
* | Fixing natural keyboard debugger commands (input, dumpkbd) |  Nathan Woods | 2013-02-10 | 1 | -50/+10 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -485/+483 |
* | Fixed crash on exit -nw- |  Phil Bennett | 2013-01-02 | 1 | -1/+0 |
* | input: Fix joystick constraint computations when multiple sources are possibl... |  Olivier Galibert | 2012-12-30 | 1 | -6/+6 |
* | added missing \n to some more fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-08 | 1 | -4/+4 |
* | Clean-ups and version bumpmame0146u2 |  Miodrag Milanovic | 2012-07-02 | 1 | -3/+3 |
* | Fix for MT bug #04892 (no whatsnew) |  Miodrag Milanovic | 2012-06-19 | 1 | -6/+6 |
* | Doing renumbering for controller port players, to enable dynamic controller b... |  Miodrag Milanovic | 2012-06-15 | 1 | -0/+20 |
* | Clean-ups and version bump |  Miodrag Milanovic | 2012-05-21 | 1 | -6/+6 |
* | set m_cursetting to NULL since must not be set in case of onoff_alloc, this f... |  Miodrag Milanovic | 2012-05-17 | 1 | -0/+2 |
* | Fix for PORT_CONDITION regression (no whatsnew) |  Miodrag Milanovic | 2012-05-16 | 1 | -2/+3 |
* | Little cleanup (nw) |  Miodrag Milanovic | 2012-05-16 | 1 | -25/+3 |
* | port changed regression fix (no whatsnew) |  Miodrag Milanovic | 2012-05-16 | 1 | -1/+23 |
* | objdump doesn't work with VS binaries, so do not run it by Firewave (no whats... |  Miodrag Milanovic | 2012-05-15 | 1 | -3/+10 |
* | cleanup (nw) |  Miodrag Milanovic | 2012-05-10 | 1 | -8/+13 |
* | Fixed natural keyboard issues in ioport (no whatsnew) |  Miodrag Milanovic | 2012-05-10 | 1 | -7/+15 |
* | Fix OS X PowerPC compile (nw) |  R. Belmont | 2012-05-08 | 1 | -0/+3 |
* | Clean-ups and version bumpmame0145u8 |  Miodrag Milanovic | 2012-05-07 | 1 | -113/+113 |
* | Fix issue where changes to the default input config did not |  Aaron Giles | 2012-05-07 | 1 | -7/+7 |
* | Fix some analog control issues due to incorrect assumption |  Aaron Giles | 2012-05-05 | 1 | -14/+14 |
* | Fix saving changes to inputs, player mappings, and a couple |  Aaron Giles | 2012-05-04 | 1 | -14/+35 |
* | Fix issue where initial values are not set up correctly. |  Aaron Giles | 2012-05-04 | 1 | -6/+14 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -3579/+3228 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -242/+187 |
* | Cleaned up required_/optional_<object> templates. |  Aaron Giles | 2012-04-20 | 1 | -1/+0 |
* | Fatal error if a custom I/O port handler's device is not found. |  Aaron Giles | 2012-02-25 | 1 | -0/+4 |
* | ioport.c: Made the key/paste buffer auto-expand when it becomes full. This ma... |  Wilbert Pol | 2012-02-06 | 1 | -12/+30 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
* | Guess at a fix for clickable artwork. |  Aaron Giles | 2012-02-05 | 1 | -3/+3 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -31/+16 |
* | Made codes in the 'input' debugger command case insensitive |  Nathan Woods | 2012-01-22 | 1 | -1/+1 |
* | Fix issue displaying keyboard names in menu (no whatsnew) |  Miodrag Milanovic | 2012-01-05 | 1 | -1/+1 |