summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/mainmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mainmenu: readd separator after favorites hap2024-02-181-0/+2
* ui: remove separator between Add/remove favorite and About MAME, ugly even th... hap2024-02-181-13/+11
* cheatopt: add the global cheat enable toggle to the menu hap2024-02-111-1/+1
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-081-3/+5
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-2/+4
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-1/+1
* OSD/network interface cleanup AJR2022-08-281-0/+1
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-62/+32
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-091-3/+3
* Fix various usability issues: Vas Crabb2021-11-021-1/+3
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-15/+34
* frontend: Don't show plugin options menu in main menu before start - it doesn... Vas Crabb2021-10-201-3/+5
* Tie up a few loose ends: Vas Crabb2021-10-201-2/+3
* frontend: Recovered precious vertical space for system/software names! Vas Crabb2021-10-111-2/+48
* ui: add separator before 'return to previous menu' hap2021-04-121-1/+1
* natkeyboard: Remove from ioport_manager AJR2020-12-261-1/+1
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-1/+1
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-2/+2
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-28/+28
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-111-1/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* ui: able to show emulation warnings from tab menu hap2020-07-101-0/+7
* menu: change Dip to DIP, add appname to about (nw) hap2020-03-211-2/+2
* -frontend: Added an About menu option to display the contents of COPYING in o... MooglyGuy2020-03-111-0/+9
* UI updates: Vas Crabb2019-11-171-1/+2
* Display emulated analog input values on the anaolg controls menu screen Vas Crabb2019-11-161-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+3
* UI cleanup continues: Vas Crabb2019-01-151-3/+3
* ui/mainmenu.cpp: remove way too verbose pointless comments (nw) hap2018-06-181-20/+1
* BIOS is an initialism, not a proper noun (nw) Vas Crabb2017-08-051-1/+1
* general cleanup: Vas Crabb2017-05-231-12/+17
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* luaengine: safer (nw) cracyc2016-11-021-1/+1
* luaengine: use templated accessor for call_plugin (nw) cracyc2016-11-021-1/+1
* Misc. keyboard input improvements AJR2016-10-081-1/+1
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+1
* removed enable_dats() option, no longer needed after the switch to lua plugin... dankan18902016-09-191-1/+1
* ui: remove datfile_manager (nw) cracyc2016-09-061-2/+2
* UI-related cleanup (nw) AJR2016-08-091-4/+4
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-26/+26
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-18/+18
* C++ comments for some parts. dankan18902016-07-041-18/+18
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-25/+25
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-40/+43
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-28/+29