index
:
hbmame
master
Emulator of homebrew and hacked games for arcade hardware
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
frontend
/
mame
/
ui
/
submenu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915)
Vas Crabb
2022-06-11
1
-9
/
+3
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
1
-10
/
+10
*
Moved localised I/O port name lookup into I/O port manager.
Vas Crabb
2021-12-09
1
-6
/
+6
*
frontend: Added input provider module options to menu, worked around machine ...
Vas Crabb
2021-11-09
1
-16
/
+30
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
1
-12
/
+11
*
frontend: Cleaned up rendering of info views.
Vas Crabb
2021-10-17
1
-2
/
+2
*
More user experience improvements:
Vas Crabb
2021-10-14
1
-13
/
+13
*
More UI enhancements/cleanup:
Vas Crabb
2021-10-12
1
-1
/
+1
*
Overdue internal UI enhancements (#8674)
Vas Crabb
2021-10-09
1
-83
/
+83
*
-ui: Added option to mute when unthrottled to advanced options menu.
Vas Crabb
2021-03-22
1
-97
/
+109
*
ui: Clean up slider callbacks
AJR
2021-01-27
1
-0
/
+6
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
1
-3
/
+3
*
frontend: Added option to skip repeated imperfect emulation warnings.
Vas Crabb
2020-09-02
1
-1
/
+2
*
Revert "ui: allow to skip warning popup at start"
Vas Crabb
2020-07-10
1
-67
/
+66
*
ui: allow to skip warning popup at start
hap
2020-07-10
1
-66
/
+67
*
Add -lowlatency option to UI.
Antonio Giner
2019-12-02
1
-0
/
+1
*
Make layout format more flexible:
Vas Crabb
2019-07-06
1
-5
/
+0
*
Refactored UI font metrics (#5291)
npwoods
2019-06-30
1
-3
/
+3
*
Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m...
npwoods
2019-06-28
1
-2
/
+2
*
Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig...
AJR
2018-06-24
1
-4
/
+3
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-0
/
+2
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-2
/
+0
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-0
/
+2
*
internal UI improvements:
Vas Crabb
2017-08-07
1
-51
/
+16
*
BIOS is an initialism, not a proper noun (nw)
Vas Crabb
2017-08-05
1
-1
/
+1
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-13
/
+13
*
Add trailing newline to several frontend error messages (nw)
AJR
2017-05-08
1
-2
/
+2
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-13
/
+13
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-13
/
+13
*
Encapsulate a bit more of the menu base class to control when layout changes ...
Vas Crabb
2016-11-23
1
-3
/
+3
*
Improvements to rgb_t (nw)
AJR
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
removed enable_dats() option, no longer needed after the switch to lua plugin...
dankan1890
2016-09-19
1
-1
/
+0
*
removed printf
hap
2016-08-13
1
-1
/
+0
*
Fix detection of auto option in submenu.cpp, nw
therealmogminer@gmail.com
2016-08-13
1
-1
/
+8
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
*
UI refactoring: [Vas Crabb]
Vas Crabb
2016-07-10
1
-67
/
+73
*
Revert "C++ comments for some parts."
Vas Crabb
2016-07-05
1
-15
/
+22
*
Added in "Miscellaneous Options" menu one item to hide ROMless machines from ...
dankan1890
2016-07-04
1
-0
/
+1
*
C++ comments for some parts.
dankan1890
2016-07-04
1
-22
/
+15
*
Added a move constructor and got rid of the 'const char *' overload. I had t...
Nathan Woods
2016-06-29
1
-2
/
+2
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+0
*
Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums
Nathan Woods
2016-06-18
1
-8
/
+8
*
ui refactoring [Vas Crabb]
Vas Crabb
2016-05-27
1
-158
/
+264
*
Move slider_state and ui_menu_item into src/frontend/mame, nw
therealmogminer@gmail.com
2016-05-16
1
-0
/
+1
*
Relieve UI menus and such from having to constantly fetch UI object from glob...
AJR
2016-04-26
1
-15
/
+14
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-3
/
+1
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-0
/
+368