summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/info.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/info: add \n before btanb warning strings, hap2023-08-241-2/+12
* ui/info: swap notworking/mechanical warnings, only add initial \n if there we... hap2023-08-241-3/+13
* ui/info.cpp, ui/simpleselgame.cpp: Replaced imprecise "driver" with "source f... Vas Crabb2023-08-231-1/+1
* ui/utils: Added a source file filter for system selection menu. Vas Crabb2023-08-191-7/+3
* ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb2023-08-171-4/+13
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-0/+3
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-7/+6
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-3/+3
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-041-2/+2
* armchamp/armchmp2: match not-working and mechanical flags: hap2022-10-041-1/+1
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. Vas Crabb2022-08-201-1/+2
* Added make opions for filter file, adjusted source path display. Vas Crabb2022-06-281-1/+7
* -Updated translations, cleaned up a little. Vas Crabb2022-06-261-0/+6
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-14/+11
* Render-related cleanup AJR2021-12-301-3/+4
* screen: report refresh rate <1hz as error in validity check hap2021-12-081-7/+10
* ui: change string parse for screen hz info hap2021-12-071-2/+5
* frontend: Show more unemulated/imperfect features per-device in warnings menu. Vas Crabb2021-11-171-101/+154
* frontend: Make all the textbox menus use the custom navigation flag, on the o... Vas Crabb2021-10-311-0/+2
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-13/+38
* More user experience improvements: Vas Crabb2021-10-151-3/+5
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-23/+23
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-3/+3
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-13/+15
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-11/+9
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6
* frontend: Only populate BIOS Selection menu with system and slot cards that a... Vas Crabb2020-10-211-3/+8
* frontend: Make unimplemented graphics and sound severe warnings. Vas Crabb2020-09-031-1/+4
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-2/+24
* ui: able to show emulation warnings from tab menu hap2020-07-101-10/+29
* ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-131-4/+15
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-23/+40
* Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)" hap2020-04-031-24/+17
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-031-17/+24
* (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1
* Changed mechanisms for overriding the mandatory file manager npwoods2019-08-051-29/+0
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-8/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+14
* update UI and XML output for additional emulation status flags Vas Crabb2019-03-171-14/+21
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-1/+1
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-2/+5
* fix warning message (nw) Vas Crabb2017-09-031-1/+1
* Show presence of analog controls and/or keyboard in info box - it's potential... Vas Crabb2017-07-281-28/+48
* added flag for imperfect timing (nw) hap2017-07-271-1/+2
* use aggregate flags for -ui simple as well (nw) Vas Crabb2017-07-271-0/+16
* use aggregate emulation status in MewUI menus, expose more flags in info box ... Vas Crabb2017-07-271-47/+60