summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove flopimg.h and fsmgr.h from floppy device header AJR20 hours3-1/+5
* frontend/mame/luaengine.cpp: Corrected spelling of screen device xoffset and ... goldnchild8 days1-2/+2
* speaker: set pan range to -1 to 1, hap2023-09-101-47/+66
* sound: add configurable speaker panning hap2023-09-092-30/+72
* 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-232-2/+2
* ui/utils: Added a source file filter for system selection menu. Vas Crabb2023-08-1910-61/+108
* ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb2023-08-171-4/+13
* pluginopts: don't add library plugins to plugin.ini, hap2023-07-313-18/+28
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+1
* UI refinements/fixes: Vas Crabb2023-05-107-16/+40
* frontend/mame/audit.cpp: Work around issues when no ROMs are shared with imme... Vas Crabb2023-05-091-4/+37
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-081-3/+5
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-044-4/+138
* ui: Don't use facets of destructed locales. Vas Crabb2023-05-017-8/+16
* frontend/mame/luaengine.ipp Fixed i686 Linux GCC build. Vas Crabb2023-04-241-3/+3
* Miscellaneous improvements: Vas Crabb2023-04-141-63/+106
* Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. Vas Crabb2023-04-131-1/+35
* clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... Vas Crabb2023-04-101-37/+63
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-084-34/+92
* Lua engine: Dispose of notifiers before closing Sol. Vas Crabb2023-04-073-38/+46
* Lua engine code changes for b67b969bf0911d71396c77e42d85ddfe80de6f20. Vas Crabb2023-04-073-91/+211
* Fixed unused lambda capture in Lua engine. Vas Crabb2023-04-061-1/+1
* Fixed various bugs: Vas Crabb2023-04-066-52/+108
* floppycntrl.cpp: Fix clang error: function definition is not allowed here AJR2023-04-011-1/+1
* leapfrog: Less redundancy in source file names. Vas Crabb2023-04-021-2/+2
* API change for device_image_interface AJR2023-03-304-38/+19
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-258-74/+107
* luaengine.cpp: Try to get around the clang error, attempt two. Vas Crabb2023-03-231-35/+28
* luaengine.cpp: Hopefully fix clang builds. Vas Crabb2023-03-231-0/+1
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-235-79/+72
* -luaengine.cpp: Expose UI controls toggle state. Vas Crabb2023-03-232-2/+4
* -ui/menu.cpp: Don't pass IPT_UI_BACK event to the implementation when dismiss... Vas Crabb2023-03-231-1/+2
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-16/+18
* luaengine: fix msvc link failure due to mismatched signature Patrick Mackinlay2023-03-171-1/+1
* ddr/kc.cpp, ddr/kc_m.cpp: Tidied up a little. Vas Crabb2023-03-151-1/+1
* apple/mac.cpp, apple/maciici.cpp, dataeast/exprraid.cpp: Minor cleanup. Vas Crabb2023-03-141-4/+4
* Lua engine: Better bindings for device_state_interface. Vas Crabb2023-03-122-49/+93
* Lua: Be more strict with concurrency and multiple contexts. Vas Crabb2023-03-081-11/+24
* plugins/console: Fixed tab completion after linenoise update. Vas Crabb2023-03-082-74/+93
* Various updates, mostly around Lua: Vas Crabb2023-03-075-29/+69
* ui/ui.cpp: Cleaned out more leftover crud and removed debug printfs. Vas Crabb2023-02-282-34/+10
* osd/modules/input: Always use DirectInput with desktop window in background m... Vas Crabb2023-02-281-14/+4
* Various cleanups: Vas Crabb2023-02-271-2/+2
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-2488-1613/+1945
* osd: Cleaner way of dealing with input updates. Vas Crabb2023-02-234-2/+13
* Merge branch 'release0252' into mainline-master Vas Crabb2023-02-201-1/+1
|\
| * ui/analogipt.cpp: Fixed failure to display localised analog input adjustments... Vas Crabb2023-02-191-1/+1