summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-01osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb1-2/+4
2024-02-25util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb1-44/+57
2024-02-21Removed some unnecessary backslash line continuations. (#12047) amameuser1-57/+57
2024-02-18mainmenu: readd separator after favorites hap1-0/+2
2024-02-18ui: remove separator between Add/remove favorite and About MAME, ugly even th... hap2-14/+12
2024-02-18cheatopt: move global cheat enable to the bottom hap1-14/+17
2024-02-11ui: add quick save/load state shortcut, default key undecided hap1-0/+14
2024-02-11cheatopt: indicate if no cheats were found hap1-4/+10
2024-02-11cheatopt: add the global cheat enable toggle to the menu hap9-22/+40
2024-02-03ui menu: readjust visible width if heading width exceeds that of the menu hap1-6/+6
2024-02-02swlist: don't add switch item ordering menu entry when there's only 1 swlist ... hap1-5/+8
2024-02-02swlist: add ui header hap1-1/+5
2024-02-02swlist: refactor prev commit hap1-10/+9
2024-02-02swlist: swap columns when sorted by shortname hap1-1/+9
2024-01-28frontend/mame/clifront.cpp: Removed unused variable picked up by clang but no... Vas Crabb1-3/+0
2024-01-28-fronten/mame/clifront.cpp: Fixed misleading error messages from -verifysoftw... Vas Crabb1-17/+17
2024-01-25Miscellaneous cleanup, and a couple of error checks. Vas Crabb2-12/+13
2023-12-23devices/bus: remove \xC2 and \xC3 from input defs hap1-2/+2
2023-12-22ui: remove use of utf8.h hap4-21/+15
2023-12-14emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb8-70/+136
2023-11-20Cleaned up some recent changes a little. Vas Crabb1-1/+1
2023-11-17luaengine.cpp: Restored ability for wait functions to yield values from corou... Vas Crabb1-3/+7
2023-11-17-luaengine.cpp: Fixed jobs waiting for frame updates sleeping forever. Vas Crabb1-11/+5
2023-11-14ui/menu.h: Refactor probably-unsafe code referencing temporary object AJR1-2/+2
2023-11-04sega/sega_beena.cpp: Added basic book page display. Vas Crabb1-0/+17
2023-11-02Miscellaneous fixes: Vas Crabb1-2/+2
2023-10-30Added some additional layout functionality and script bindings. Vas Crabb3-82/+229
2023-10-20Allow clone CHDs to use parent CHDs as parents. Vas Crabb1-0/+3
2023-09-24Remove flopimg.h and fsmgr.h from floppy device header AJR3-1/+5
2023-09-18frontend/mame/luaengine.cpp: Corrected spelling of screen device xoffset and ... goldnchild1-2/+2
2023-09-10speaker: set pan range to -1 to 1, hap1-47/+66
2023-09-09sound: add configurable speaker panning hap2-30/+72
2023-08-24ui/info: add \n before btanb warning strings, hap1-2/+12
2023-08-24ui/info: swap notworking/mechanical warnings, only add initial \n if there we... hap1-3/+13
2023-08-23ui/info.cpp, ui/simpleselgame.cpp: Replaced imprecise "driver" with "source f... Vas Crabb2-2/+2
2023-08-19ui/utils: Added a source file filter for system selection menu. Vas Crabb10-61/+108
2023-08-17ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb1-4/+13
2023-07-31pluginopts: don't add library plugins to plugin.ini, hap3-18/+28
2023-05-23Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy1-3/+1
2023-05-10UI refinements/fixes: Vas Crabb7-16/+40
2023-05-09frontend/mame/audit.cpp: Work around issues when no ROMs are shared with imme... Vas Crabb1-4/+37
2023-05-08image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert1-3/+5
2023-05-04chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert4-4/+138
2023-05-01ui: Don't use facets of destructed locales. Vas Crabb7-8/+16
2023-04-24frontend/mame/luaengine.ipp Fixed i686 Linux GCC build. Vas Crabb1-3/+3
2023-04-14Miscellaneous improvements: Vas Crabb1-63/+106
2023-04-13Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb1-1/+35
2023-04-10clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... Vas Crabb1-37/+63
2023-04-08Restored ability of for image devices to report specific error messages. Vas Crabb4-34/+92
2023-04-07Lua engine: Dispose of notifiers before closing Sol. Vas Crabb3-38/+46