summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/submenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-1/+2
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-101-67/+66
* ui: allow to skip warning popup at start hap2020-07-101-66/+67
* Add -lowlatency option to UI. Antonio Giner2019-12-021-0/+1
* Make layout format more flexible: Vas Crabb2019-07-061-5/+0
* Refactored UI font metrics (#5291) npwoods2019-06-301-3/+3
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-2/+2
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-4/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+0
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+2
* internal UI improvements: Vas Crabb2017-08-071-51/+16
* BIOS is an initialism, not a proper noun (nw) Vas Crabb2017-08-051-1/+1
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-13/+13
* Add trailing newline to several frontend error messages (nw) AJR2017-05-081-2/+2
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-13/+13
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-13/+13
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-3/+3
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* removed enable_dats() option, no longer needed after the switch to lua plugin... dankan18902016-09-191-1/+0
* removed printf hap2016-08-131-1/+0
* Fix detection of auto option in submenu.cpp, nw therealmogminer@gmail.com2016-08-131-1/+8
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-67/+73
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-15/+22
* Added in "Miscellaneous Options" menu one item to hide ROMless machines from ... dankan18902016-07-041-0/+1
* C++ comments for some parts. dankan18902016-07-041-22/+15
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-2/+2
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-8/+8
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-158/+264
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-0/+1
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-15/+14
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+368