summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reduced usage of sprintf. (#10892) Erik2023-02-201-4/+2
|/
* Input refactoring: Vas Crabb2023-02-1824-79/+138
* xmlfile.cpp: Replace implementation of normalize_string with similar one in i... AJR2023-02-122-63/+50
* Small batch of input refactoring: Vas Crabb2023-02-056-59/+216
* Various input and OSD refactoring: Vas Crabb2023-01-295-4/+11
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-284-9/+20
* Add -listbios command to list alternate BIOSes for drivers and devices AJR2023-01-242-0/+46
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-1282-218/+496
* More UI cleanup: Vas Crabb2023-01-058-141/+148
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-0433-609/+712
* C++ guidelins update and cleanup: Vas Crabb2022-12-222-43/+12