| Commit message (Expand) | Author | Age | Files | Lines |
* | ui/info: add \n before btanb warning strings, |  hap | 2023-08-24 | 1 | -2/+12 |
* | ui/info: swap notworking/mechanical warnings, only add initial \n if there we... |  hap | 2023-08-24 | 1 | -3/+13 |
* | ui/info.cpp, ui/simpleselgame.cpp: Replaced imprecise "driver" with "source f... |  Vas Crabb | 2023-08-23 | 1 | -1/+1 |
* | ui/utils: Added a source file filter for system selection menu. |  Vas Crabb | 2023-08-19 | 1 | -7/+3 |
* | ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. |  Vas Crabb | 2023-08-17 | 1 | -4/+13 |
* | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 1 | -0/+3 |
* | Update accumulating relative inputs exactly once per frame. |  Vas Crabb | 2023-02-24 | 1 | -7/+6 |
* | -osd: Better XInput and SDL game controller input enhancements: |  Vas Crabb | 2023-01-12 | 1 | -3/+3 |
* | ui: Give menus an opportunity to recompute metrics on window resize. |  Vas Crabb | 2023-01-04 | 1 | -2/+2 |
* | armchamp/armchmp2: match not-working and mechanical flags: |  hap | 2022-10-04 | 1 | -1/+1 |
* | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 1 | -0/+2 |
* | emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. |  Vas Crabb | 2022-08-20 | 1 | -1/+2 |
* | Added make opions for filter file, adjusted source path display. |  Vas Crabb | 2022-06-28 | 1 | -1/+7 |
* | -Updated translations, cleaned up a little. |  Vas Crabb | 2022-06-26 | 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 |