summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* ui: Rationalised use of menu item flags: Vas Crabb2026-04-2915-85/+112
* ui/submenu.cpp: Fixed potential crash in Video Options menu on Windows. Vas Crabb2026-04-041-21/+27
* frontend/mame/luaengine_debug.cpp: Got rid of another wannabe std::span. Vas Crabb2026-04-031-12/+3
* Switched language standard to C++20, bumped compiler requirement to GCC 11. (... Vas Crabb2026-04-021-9/+11
* Fixed things C++20 doesn't allow: Vas Crabb2026-03-294-16/+15
* frontend/mame/clifront.cpp: add pattern explainations for -listbios angelosa2026-03-251-2/+2
* Fixed various things that C++20 doesn't allow: Vas Crabb2026-03-253-21/+8
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-2210-46/+61
* ui: include fastforward in unthrottle_mute, hap2026-03-113-69/+67
* emu/diimage.cpp: Notify on changing preset images. Vas Crabb2026-02-273-28/+30
* ui/miscmenu.cpp: Don't crash on the network devices menu when there are no ne... Vas Crabb2026-02-211-3/+8
* video/vector.cpp, frontend/mame/luaengine.cpp: Refactored recently-added Lua ... MooglyGuy2026-02-201-31/+65
* Added LUA bindings for vector-screen interfaces. David W Plummer2026-02-091-0/+32
* ui: only sleep if no frame update after prev commit, hap2026-02-072-4/+8
* ui: add throttled frame update to another startup event loop and sleep for 1ms hap2026-02-072-17/+17
* frontend/mame/ui/ui.cpp: limit frame updates on initial gameinfo/warning scre... angelosa2026-02-061-1/+11
* Mostly cleanup and housekeeping: Vas Crabb2026-01-311-13/+13
* frontend/mame/luaengine.h: Turn on sol's "safe numerics". Vas Crabb2026-01-251-0/+1
* Revert "LUA: Fixing an issue setting float options (#14843)" Vas Crabb2026-01-241-5/+10
* LUA: Fixing an issue setting float options (#14843) npwoods2026-01-241-10/+5
* ibm5170.xml, ibm5170_cdrom.xml, zx81_cass.xml: Start converting "usage" info ... AJR2026-01-221-0/+2
* LUA: Ensuring that `entry:default_value()` returns the correct type (#14825) npwoods2026-01-191-1/+17
* ui/submenu.cpp: Use "classic" locale for numeric conversions, suppor UI Clear... Vas Crabb2026-01-131-22/+50
* -util/options.cpp: Shuffled numeric option conversions: Vas Crabb2026-01-131-30/+6
* frontend/mame/luaengine.cpp: Better handling of options: Vas Crabb2026-01-131-31/+62
* kenseim.lay: tweak colors a bit, hap2026-01-091-1/+0
* ui/pluginopt.cpp: Fixed declaration/expression abiguity upsetting some compil... Vas Crabb2026-01-061-3/+3
* -plugins/inputmacro: Added support for non-wrapping analog inputs. Vas Crabb2026-01-064-25/+39
* adp/manohman.cpp: Use English DIP switch setting labels. Vas Crabb2025-12-191-2/+2
* Added `tag` attribute to Info XML `<device_ref>` elements (#14641) npwoods2025-12-141-1/+2
* ui: add speaker channels to gameinfo panel hap2025-12-092-8/+71
* frontend/mame/luaengine.cpp: Refactored machine:side_effects_disabled() as a ... holub2025-12-041-1/+1
* mame/luaengine.cpp: Access machine.side_effects_disabled (#14621) holub2025-12-021-0/+1
* sega/model2_v.cpp: Pre-bind render callback delegates. Vas Crabb2025-10-311-2/+2
* luaengine_input.cpp: Export minvalue and maxvalue for IPT_ADJUSTER. (#14317) m1macrophage2025-10-111-2/+4
* frontend/mame/luaengine_input.cpp: Allow configuring analog input adjustments... Vas Crabb2025-10-081-45/+199
* Remove PORT_ROTATED from the core. This automatic joystick remapping feature ... ajrhacker2025-09-251-1/+0
* emu/ioport.cpp: Removed the "optional" field flag. Vas Crabb2025-09-224-30/+1
* uicmd14.md: add newline hap2025-09-151-1/+1
* uicmd14: add copyright info hap2025-09-151-0/+4
* Split multiple languages/developers into separate info elements in all softwa... holub2025-09-021-0/+1
* analogipt: hold ALT to inc/dec setting by 100 hap2025-08-241-2/+3
* docs: add note about compressor hap2025-07-161-2/+2
* compressor: add a header to advanced settings hap2025-07-161-1/+1
* compressor: re-add infinite release option, and also infinite ratio hap2025-07-162-13/+56
* audioeffects.h: correction to function prototype hap2025-07-151-1/+1
* ui: update prev commit (keeping max settings same as before) hap2025-07-152-10/+11
* ui: finer control over hq resampler settings hap2025-07-152-61/+34
* (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping hap2025-07-102-35/+62
* viewgfx: add shift/ctrl/alt modifier keys to some controls hap2025-07-081-28/+35