| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -2333/+0 |
* | Disable startup screens for JSMESS (the method we were previously using to sk... |  Justin Kerk | 2014-01-28 | 1 | -0/+5 |
* | Moved src/emu/uigfx.? ==> src/emu/ui/viewgfx.?, move C++-ifications |  Nathan Woods | 2014-01-25 | 1 | -449/+457 |
* | More unglamorous cleanups |  Nathan Woods | 2014-01-19 | 1 | -6/+6 |
* | More unglamourous changes (commenting, bool etc) |  Nathan Woods | 2014-01-17 | 1 | -1/+1 |
* | Renamed uimenu.? ==> ui/menu.?, uimain.? ==> |  Jürgen Buchmüller | 2014-01-17 | 1 | -1/+2 |
* | Unglamorous changes from my UI rewrite |  Jürgen Buchmüller | 2014-01-17 | 1 | -12/+10 |
* | Device-ified vector.c. (nw) |  Ivan Vangelista | 2013-11-01 | 1 | -7/+8 |
* | preps for slider work (nw) |  Miodrag Milanovic | 2013-08-16 | 1 | -3/+10 |
* | reduced tagmap lookups in ui_update_and_render() / changed ui_is_menu_active(... |  Oliver Stöneberg | 2013-02-09 | 1 | -3/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -22/+21 |
* | Profiler rewrite; simplified, streamlined and less overhead. |  Nathan Woods | 2012-12-09 | 1 | -3/+2 |
* | Clean-ups and version bumpmame0146u5 |  Miodrag Milanovic | 2012-08-20 | 1 | -2/+2 |
* | Made UI mouse cursor optional (default is off for now), in games with clickab... |  Miodrag Milanovic | 2012-08-17 | 1 | -1/+1 |
* | small optimization to ui_draw_text_full() (no whatsnew) |  Oliver Stöneberg | 2012-08-17 | 1 | -12/+13 |
* | let's make it const (nw) |  Miodrag Milanovic | 2012-08-15 | 1 | -1/+1 |
* | Added internal mouse cursor visible in menus and when clickable artwork is us... |  Miodrag Milanovic | 2012-08-15 | 1 | -1/+66 |
* | ups (nw) |  Miodrag Milanovic | 2012-08-12 | 1 | -1/+1 |
* | Display correct software load messages depending of supported attribute value... |  Miodrag Milanovic | 2012-08-12 | 1 | -1/+6 |
* | Added GAME_IMPERFECT_KEYBOARD flag and changed ui.c to use that instead of di... |  Miodrag Milanovic | 2012-08-06 | 1 | -2/+3 |
* | Sega 16-bit cleanup, part 1 (still more coming): |  Aaron Giles | 2012-08-04 | 1 | -2/+3 |
* | PORT_ADJUSTER now accepts PORT_MINMAX as well. [Couriersud] |  Couriersud | 2012-07-22 | 1 | -1/+1 |
* | Revert some changes committed by accident. No WN. |  Couriersud | 2012-05-26 | 1 | -241/+0 |
* | Fix compile again - omitted a file, no WN |  Couriersud | 2012-05-26 | 1 | -0/+241 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -28/+28 |
* | Separated user gain from input gain. Added more functions to |  Aaron Giles | 2012-04-26 | 1 | -8/+5 |
* | Created ioport_manager and moved the port list to it. |  Aaron Giles | 2012-04-22 | 1 | -2/+2 |
* | Fix display of driver name under MSVC. Some minor cleanup in that function. |  Aaron Giles | 2012-03-08 | 1 | -8/+7 |
* | Added Driver display in both the game select UI as well as the gameinfo scree... |  Scott Stone | 2012-03-03 | 1 | -2/+1 |
* | Make all items connected to mixer inputs available in the UI, not just items |  Aaron Giles | 2012-02-28 | 1 | -4/+4 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -2/+0 |
* | Fixed game info screen (no whatsnew) |  Miodrag Milanovic | 2012-01-30 | 1 | -13/+17 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -27/+24 |
* | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 1 | -2/+1 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -71/+53 |
* | Sync with MESS all credited there (no whatsnew) |  Miodrag Milanovic | 2011-12-12 | 1 | -10/+11 |
* | Clean-ups and version bumpmame0144u1 |  Angelo Salese | 2011-11-27 | 1 | -2/+2 |
* | Move per emulator constants info into separate class [Miodrag Milanovic] |  Miodrag Milanovic | 2011-11-17 | 1 | -10/+24 |
* | Fixes for variable shadowing [Oliver Stöneberg] |  R. Belmont | 2011-07-21 | 1 | -1/+1 |
* | fixed crash when running laser disc games |  smf- | 2011-06-26 | 1 | -33/+32 |
* | clifront: fixed behaviour of confirm_quit when emulation is started from the ... |  Fabio Priuli | 2011-06-03 | 1 | -3/+0 |
* | emuopts: added confirm_quit option (defaults to off). when on, pressing ESC y... |  Fabio Priuli | 2011-06-03 | 1 | -1/+38 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -18/+18 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -4/+4 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -14/+14 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -17/+11 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -166/+166 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -25/+25 |
* | make shift/alt+right work on channel volume sliders (fractions between 0 and ... |  Michaël Banaan Ananas | 2011-03-06 | 1 | -0/+4 |