summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame (follow)
Commit message (Expand)AuthorAgeFilesLines
* videoopt: update prev commit, better with empty 'radiobuttons'? hap32 hours1-1/+1
* videoopt: use subtext string to indicate current view hap32 hours1-1/+2
* videoopt: force left-align for view list hap2 days1-1/+1
* -ui/menu.cpp, ui/selmenu.cpp: Handle mouse wheel units properly. Vas Crabb2 days4-24/+93
* emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb3 days5-23/+32
* Initial touch input support: Vas Crabb5 days63-2360/+5311
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-2/+4
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-44/+57
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-211-57/+57
* mainmenu: readd separator after favorites hap2024-02-181-0/+2
* ui: remove separator between Add/remove favorite and About MAME, ugly even th... hap2024-02-182-14/+12
* cheatopt: move global cheat enable to the bottom hap2024-02-181-14/+17
* ui: add quick save/load state shortcut, default key undecided hap2024-02-111-0/+14
* cheatopt: indicate if no cheats were found hap2024-02-111-4/+10
* cheatopt: add the global cheat enable toggle to the menu hap2024-02-119-22/+40
* ui menu: readjust visible width if heading width exceeds that of the menu hap2024-02-031-6/+6
* swlist: don't add switch item ordering menu entry when there's only 1 swlist ... hap2024-02-021-5/+8
* swlist: add ui header hap2024-02-021-1/+5
* swlist: refactor prev commit hap2024-02-021-10/+9
* swlist: swap columns when sorted by shortname hap2024-02-021-1/+9
* frontend/mame/clifront.cpp: Removed unused variable picked up by clang but no... Vas Crabb2024-01-281-3/+0
* -fronten/mame/clifront.cpp: Fixed misleading error messages from -verifysoftw... Vas Crabb2024-01-281-17/+17
* Miscellaneous cleanup, and a couple of error checks. Vas Crabb2024-01-252-12/+13
* devices/bus: remove \xC2 and \xC3 from input defs hap2023-12-231-2/+2
* ui: remove use of utf8.h hap2023-12-224-21/+15
* emu/diimage.cpp: Added media change notifier and exposed to Lua. Vas Crabb2023-12-148-70/+136
* Cleaned up some recent changes a little. Vas Crabb2023-11-201-1/+1
* luaengine.cpp: Restored ability for wait functions to yield values from corou... Vas Crabb2023-11-171-3/+7
* -luaengine.cpp: Fixed jobs waiting for frame updates sleeping forever. Vas Crabb2023-11-171-11/+5
* ui/menu.h: Refactor probably-unsafe code referencing temporary object AJR2023-11-141-2/+2
* sega/sega_beena.cpp: Added basic book page display. Vas Crabb2023-11-041-0/+17
* Miscellaneous fixes: Vas Crabb2023-11-021-2/+2
* Added some additional layout functionality and script bindings. Vas Crabb2023-10-303-82/+229
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-201-0/+3
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-243-1/+5
* frontend/mame/luaengine.cpp: Corrected spelling of screen device xoffset and ... goldnchild2023-09-181-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