| Commit message (Expand) | Author | Age | Files | Lines |
| * | ui/menu.cpp: Better handling of active pointers when resetting items.release0288 |  Vas Crabb | 4 hours | 1 | -1/+2 |
| * | frontend/mameopts.cpp: Fall back to settings from INI files later in the sear... |  Vas Crabb | 12 days | 1 | -17/+32 |
| * | ui: Improved media control experience, cleaned up a lot of bad code. |  Vas Crabb | 13 days | 17 | -799/+980 |
| * | frontend/mame/clifront.cpp: Honour -noreadconfig for command line verbs. |  Vas Crabb | 2026-05-05 | 1 | -5/+8 |
| * | cinematronics/leland.cpp: Better default trackball sensitivity. |  Vas Crabb | 2026-05-05 | 1 | -2/+1 |
| * | ui/ui.cpp: Fixed variable name auto-complete gone wrong. |  Vas Crabb | 2026-05-04 | 3 | -30/+27 |
| * | ui/confswitch.cpp, ui/sliders.cpp: De-emphasize default values. (#15283) |  holub | 2026-05-04 | 3 | -7/+12 |
| * | frontend/mame/luaengine.cpp, ui: Patched up some rather disturbing code. |  Vas Crabb | 2026-05-03 | 9 | -20/+46 |
| * | ui: Added options to pause when showing menus and to open menus in active win... |  Vas Crabb | 2026-05-03 | 114 | -754/+883 |
| * | -dynax/ddenlovr.cpp: Added proper inputs for Royal Selection. |  Vas Crabb | 2026-05-01 | 5 | -30/+20 |
| * | ui: Rationalised use of menu item flags: |  Vas Crabb | 2026-04-29 | 15 | -85/+112 |
| * | ui/submenu.cpp: Fixed potential crash in Video Options menu on Windows. |  Vas Crabb | 2026-04-04 | 1 | -21/+27 |
| * | frontend/mame/luaengine_debug.cpp: Got rid of another wannabe std::span. |  Vas Crabb | 2026-04-03 | 1 | -12/+3 |
| * | Switched language standard to C++20, bumped compiler requirement to GCC 11. (... |  Vas Crabb | 2026-04-02 | 1 | -9/+11 |
| * | Fixed things C++20 doesn't allow: |  Vas Crabb | 2026-03-29 | 4 | -16/+15 |
| * | frontend/mame/clifront.cpp: add pattern explainations for -listbios |  angelosa | 2026-03-25 | 1 | -2/+2 |
| * | Fixed various things that C++20 doesn't allow: |  Vas Crabb | 2026-03-25 | 3 | -21/+8 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 10 | -46/+61 |
| * | ui: include fastforward in unthrottle_mute, |  hap | 2026-03-11 | 3 | -69/+67 |
| * | emu/diimage.cpp: Notify on changing preset images. |  Vas Crabb | 2026-02-27 | 3 | -28/+30 |
| * | ui/miscmenu.cpp: Don't crash on the network devices menu when there are no ne... |  Vas Crabb | 2026-02-21 | 1 | -3/+8 |
| * | video/vector.cpp, frontend/mame/luaengine.cpp: Refactored recently-added Lua ... |  MooglyGuy | 2026-02-20 | 1 | -31/+65 |
| * | Added LUA bindings for vector-screen interfaces. |  David W Plummer | 2026-02-09 | 1 | -0/+32 |
| * | ui: only sleep if no frame update after prev commit, |  hap | 2026-02-07 | 2 | -4/+8 |
| * | ui: add throttled frame update to another startup event loop and sleep for 1ms |  hap | 2026-02-07 | 2 | -17/+17 |
| * | frontend/mame/ui/ui.cpp: limit frame updates on initial gameinfo/warning scre... |  angelosa | 2026-02-06 | 1 | -1/+11 |
| * | Mostly cleanup and housekeeping: |  Vas Crabb | 2026-01-31 | 1 | -13/+13 |
| * | frontend/mame/luaengine.h: Turn on sol's "safe numerics". |  Vas Crabb | 2026-01-25 | 1 | -0/+1 |
| * | Revert "LUA: Fixing an issue setting float options (#14843)" |  Vas Crabb | 2026-01-24 | 1 | -5/+10 |
| * | LUA: Fixing an issue setting float options (#14843) |  npwoods | 2026-01-24 | 1 | -10/+5 |
| * | ibm5170.xml, ibm5170_cdrom.xml, zx81_cass.xml: Start converting "usage" info ... |  AJR | 2026-01-22 | 1 | -0/+2 |
| * | LUA: Ensuring that `entry:default_value()` returns the correct type (#14825) |  npwoods | 2026-01-19 | 1 | -1/+17 |
| * | ui/submenu.cpp: Use "classic" locale for numeric conversions, suppor UI Clear... |  Vas Crabb | 2026-01-13 | 1 | -22/+50 |
| * | -util/options.cpp: Shuffled numeric option conversions: |  Vas Crabb | 2026-01-13 | 1 | -30/+6 |
| * | frontend/mame/luaengine.cpp: Better handling of options: |  Vas Crabb | 2026-01-13 | 1 | -31/+62 |
| * | kenseim.lay: tweak colors a bit, |  hap | 2026-01-09 | 1 | -1/+0 |
| * | ui/pluginopt.cpp: Fixed declaration/expression abiguity upsetting some compil... |  Vas Crabb | 2026-01-06 | 1 | -3/+3 |
| * | -plugins/inputmacro: Added support for non-wrapping analog inputs. |  Vas Crabb | 2026-01-06 | 4 | -25/+39 |
| * | adp/manohman.cpp: Use English DIP switch setting labels. |  Vas Crabb | 2025-12-19 | 1 | -2/+2 |
| * | Added `tag` attribute to Info XML `<device_ref>` elements (#14641) |  npwoods | 2025-12-14 | 1 | -1/+2 |
| * | ui: add speaker channels to gameinfo panel |  hap | 2025-12-09 | 2 | -8/+71 |
| * | frontend/mame/luaengine.cpp: Refactored machine:side_effects_disabled() as a ... |  holub | 2025-12-04 | 1 | -1/+1 |
| * | mame/luaengine.cpp: Access machine.side_effects_disabled (#14621) |  holub | 2025-12-02 | 1 | -0/+1 |
| * | sega/model2_v.cpp: Pre-bind render callback delegates. |  Vas Crabb | 2025-10-31 | 1 | -2/+2 |
| * | luaengine_input.cpp: Export minvalue and maxvalue for IPT_ADJUSTER. (#14317) |  m1macrophage | 2025-10-11 | 1 | -2/+4 |
| * | frontend/mame/luaengine_input.cpp: Allow configuring analog input adjustments... |  Vas Crabb | 2025-10-08 | 1 | -45/+199 |
| * | Remove PORT_ROTATED from the core. This automatic joystick remapping feature ... |  ajrhacker | 2025-09-25 | 1 | -1/+0 |
| * | emu/ioport.cpp: Removed the "optional" field flag. |  Vas Crabb | 2025-09-22 | 4 | -30/+1 |
| * | uicmd14.md: add newline |  hap | 2025-09-15 | 1 | -1/+1 |
| * | uicmd14: add copyright info |  hap | 2025-09-15 | 1 | -0/+4 |