summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* MT 07069 (nw) AJR2018-08-131-1/+1
* make the software list "special" to prevent pausing while typing (nw) smf-2018-07-281-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-262-2/+5
* (nw) srcclean and some cleanup: Vas Crabb2018-07-224-28/+26
* ui/menu.cpp: Well, obviously (nw) AJR2018-06-251-1/+1
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-246-0/+6
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-247-22/+27
* ui/mainmenu.cpp: remove way too verbose pointless comments (nw) hap2018-06-181-20/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-9/+9
* well that was dumb (nw) Vas Crabb2018-04-301-2/+2
* Make devopt menu localisable. Vas Crabb2018-04-281-72/+76
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-113-7/+16
* Convert zippath directory to a C++ interface Vas Crabb2018-01-102-8/+11
* fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw) firewave2018-01-071-1/+1
* fmtowns_cd: hand fix rbisland (nw) cracyc2017-12-201-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-134-92/+101
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-134-101/+92
* Fix build (nw) AJR2017-12-061-0/+1
* fix MT06785 Vas Crabb2017-12-072-92/+93
* Rewind feature and RAM savestates. vadosnaprimer2017-12-062-0/+7
* (nw) File Manager -> Reset : sometimes it was ignored Robbbert2017-11-201-3/+4
* viewgfx: fix tilemap live updates regression (nw) hap2017-11-051-1/+2
* inputmap.cpp: Avert potential crash when populating DSW menu (nw) AJR2017-10-181-18/+21
* MT 06711 Robbbert2017-10-121-11/+7
* Merge pull request #2696 from BraiNKilleRGR/master ajrhacker2017-10-061-8/+8
|\
| * Small fixes to general info panel BraiNKilleRGR2017-10-041-8/+8
* | Actually make sure OSD options are included when saving through UI AJR2017-10-061-1/+4
* | Fixed an options overhaul regression (#2530) npwoods2017-10-062-1/+1
|/
* Xcode 9 compile fix. (nw) Curt Coder2017-10-031-1/+1
* (nw) Improve localisation: Vas Crabb2017-10-032-28/+27
* add lua translation to makefile and update translations cracyc2017-09-292-17/+0
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-223-47/+35
* Culling a bit of structural deadwood (nw) AJR2017-09-201-1/+0
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-186-61/+62
* Eliminate last use of auto_alloc in frontend (nw) AJR2017-09-152-3/+4
* selmenu.cpp: Don't use auto_alloc for temporary bitmaps (nw) AJR2017-09-152-78/+66
* ui.cpp: Eliminate now-unnecessary machine parameter (nw) AJR2017-09-152-25/+25
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-153-32/+33
* Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-154-213/+34
* menu: bug fix for network menu (nw) Patrick Mackinlay2017-09-131-1/+1
* selmenu: don't translate info box titles twice (nw) cracyc2017-09-042-5/+5
* fix warning message (nw) Vas Crabb2017-09-031-1/+1
* fix crash on invalid/empty/outdated ui.ini, salvage some of Russian translati... Vas Crabb2017-08-251-1/+4
* fix localisation issue in info box, prepare for strings update (nw) Vas Crabb2017-08-231-1/+1
* try to appease GCC, update language files (nw) Vas Crabb2017-08-211-1/+1
* UI improvements: Vas Crabb2017-08-219-270/+342
* fix a localisation issue and a loop bounds issue (nw) Vas Crabb2017-08-191-22/+21
* Fixed MameTesters bug #6621 Nathan Woods2017-08-191-2/+3