index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
cdimono2_wip
cdplay
deprecated
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc98floppy
py_regtests
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
frontend
/
mame
/
ui
/
info.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added make opions for filter file, adjusted source path display.
Vas Crabb
8 days
1
-1
/
+7
*
-Updated translations, cleaned up a little.
Vas Crabb
11 days
1
-0
/
+6
*
ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915)
Vas Crabb
2022-06-11
1
-14
/
+11
*
Render-related cleanup
AJR
2021-12-30
1
-3
/
+4
*
screen: report refresh rate <1hz as error in validity check
hap
2021-12-08
1
-7
/
+10
*
ui: change string parse for screen hz info
hap
2021-12-07
1
-2
/
+5
*
frontend: Show more unemulated/imperfect features per-device in warnings menu.
Vas Crabb
2021-11-17
1
-101
/
+154
*
frontend: Make all the textbox menus use the custom navigation flag, on the o...
Vas Crabb
2021-10-31
1
-0
/
+2
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
1
-13
/
+38
*
More user experience improvements:
Vas Crabb
2021-10-15
1
-3
/
+5
*
Overdue internal UI enhancements (#8674)
Vas Crabb
2021-10-09
1
-23
/
+23
*
-Miscellaneous improvements for software lists:
Vas Crabb
2021-06-23
1
-3
/
+3
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
1
-13
/
+15
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
1
-11
/
+9
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-6
/
+6
*
frontend: Only populate BIOS Selection menu with system and slot cards that a...
Vas Crabb
2020-10-21
1
-3
/
+8
*
frontend: Make unimplemented graphics and sound severe warnings.
Vas Crabb
2020-09-03
1
-1
/
+4
*
frontend: Added option to skip repeated imperfect emulation warnings.
Vas Crabb
2020-09-02
1
-2
/
+24
*
ui: able to show emulation warnings from tab menu
hap
2020-07-10
1
-10
/
+29
*
ui: only warn about external artwork when it wasn't loaded (nw)
hap
2020-06-13
1
-4
/
+15
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
1
-23
/
+40
*
Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)"
hap
2020-04-03
1
-24
/
+17
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
1
-17
/
+24
*
(nw) fixed typo that Andrew found.
Robbbert
2019-10-20
1
-1
/
+1
*
Changed mechanisms for overriding the mandatory file manager
npwoods
2019-08-05
1
-29
/
+0
*
Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m...
npwoods
2019-06-28
1
-8
/
+9
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-14
/
+21
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-21
/
+14
*
update UI and XML output for additional emulation status flags
Vas Crabb
2019-03-17
1
-14
/
+21
*
Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw)
AJR
2018-11-05
1
-1
/
+1
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-1
/
+1
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+1
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-2
/
+5
*
fix warning message (nw)
Vas Crabb
2017-09-03
1
-1
/
+1
*
Show presence of analog controls and/or keyboard in info box - it's potential...
Vas Crabb
2017-07-28
1
-28
/
+48
*
added flag for imperfect timing (nw)
hap
2017-07-27
1
-1
/
+2
*
use aggregate flags for -ui simple as well (nw)
Vas Crabb
2017-07-27
1
-0
/
+16
*
use aggregate emulation status in MewUI menus, expose more flags in info box ...
Vas Crabb
2017-07-27
1
-47
/
+60
*
initialisation (nw)
Vas Crabb
2017-07-27
1
-2
/
+2
*
Move unemulated/imperfect flags from machines into devices.
Vas Crabb
2017-07-27
1
-120
/
+155
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-2
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-3
/
+3
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-1
/
+2
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-2
/
+1
*
Fixed a regression in the mandatory image check (#2243)
npwoods
2017-04-18
1
-2
/
+13
*
Refactoring in response to MT#6531
Nathan Woods
2017-04-06
1
-1
/
+2
*
device_image_interface cleanups (nw)
AJR
2017-02-27
1
-1
/
+1
*
find_dipname considered harmful (nw)
AJR
2017-01-03
1
-18
/
+0
*
Service mode DIP switch adjustments
AJR
2017-01-02
1
-0
/
+21
*
Encapsulate a bit more of the menu base class to control when layout changes ...
Vas Crabb
2016-11-23
1
-2
/
+2
[next]