summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* -cpu/drcbe*.cpp: Print an error message and abort when running off the end of... Vas Crabb2025-03-181-1/+1
* frontend/mame/infoxml.cpp: Added null check. Vas Crabb2025-03-131-1/+2
* -Fixed some -listxml issues: Vas Crabb2025-03-131-33/+66
* Cleaned up various stuff. Vas Crabb2025-01-311-1/+3
* ui/widgets.cpp: Use a smooter, symmetrical highlight texture (MT09095). Vas Crabb2025-01-231-3/+3
* analogipt: make inc/dec slider control consistent with other sliders where ho... hap2025-01-081-2/+3
* general: housekeeping and msvc warning elimination Patrick Mackinlay2025-01-031-2/+2
* ui/selmenu.cpp: Don't rescale icons that are close to the target size. Vas Crabb2024-12-311-6/+6
* Clean up some mess: Vas Crabb2024-12-311-2/+3
* Expose mame_ui_manager::show_menu() to LUA (#13031) npwoods2024-12-281-0/+1
* srcclean and cleanup Vas Crabb2024-12-221-6/+6
* -ui/filemngr.cpp: Show warnings at the bottom. Vas Crabb2024-12-211-10/+15
* ui/menu.cpp: Fix calculation mistake that resulted in NaNs being passed to th... AJR2024-12-181-1/+3
* ui/ui.cpp: Make failure to mount required media fatal if file manager can't b... Vas Crabb2024-12-194-20/+54
* Exposing running_machine::phase() to LUA (#13026) npwoods2024-12-071-1/+13
* ui/selmenu.cpp: Allow icons to be scaled up as well as down (#12851) jflatt2024-11-291-7/+7
* srcclean and cleanup Vas Crabb2024-11-242-4/+2
* Exposing full build version to LUA as emu.app_build (#12959) npwoods2024-11-161-0/+1
* viewgfx.cpp: Fix palette viewer if indirect pen exists (#12982) cam9002024-11-161-1/+1
* ui/selsoft.cpp: Fixed sorting (fixes MT08966). Vas Crabb2024-11-151-12/+16
* Merge tag 'mame0271' into HEAD Vas Crabb2024-11-012-2/+3
|\
| * -ui/selmenu.cpp: Don't ignore character input when no pointer is active. Vas Crabb2024-10-302-2/+3
* | fix midi in/out selection Olivier Galibert2024-10-291-1/+4
* | file selector: Add midi connection selection to midi ports Olivier Galibert2024-10-296-3/+195
|/
* emu/ioport.cpp: Improved validation of DIP switch locations. Vas Crabb2024-10-053-16/+28
* Fix clang error: 'pointer_options' defined as a struct here but previously de... AJR2024-09-261-1/+1
* -emu/render.cpp: Always translate coordinates if container is found (fixes Gi... Vas Crabb2024-09-273-33/+90
* -ui/menu.cpp: Avoid floating point equality comparison. Vas Crabb2024-08-271-1/+2
* selmenu/simpleselgame: change driver status "Overall:" to "Status:", hap2024-08-202-6/+6
* sliders: fix regression after a75bb5341d9c39a84e6aecab10b734bafc1d6d9d hap2024-08-061-2/+2
* ui: be consistent with custom_render passed variable names hap2024-08-0628-60/+60
* ui pointer options: warning message if delay is set to 0.0s hap2024-08-061-0/+3
* ui pointer options: revert reset options to default when pressing Del (confli... hap2024-08-063-29/+4
* ui pointer options: allow 0.0s hide delay to disable pointer hap2024-08-062-14/+17
* ui pointer options: set inc/dec to 1s (hold shift for shorter 0.1s), reset op... hap2024-08-063-19/+47
* -debugger/qt: Fixed crash on hard reset. Vas Crabb2024-07-311-3/+17
* ui/confswitch.cpp: Do an extra item reset the next time through the event loo... Vas Crabb2024-07-172-19/+20
* luaengine: fix what looks like a copypaste error with screen_type_enum hap2024-06-111-2/+2
* ui/selmenu.cpp: Fixed out-of-bounds access when no primary items are visible ... Vas Crabb2024-06-033-20/+23
* ui/selmenu.cpp: Fixed issue with focus rotation when filter matches no items. Vas Crabb2024-05-112-5/+6
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-6/+8
* ui/tapectrl.cpp: Don't rebuild menu just to update one item (fixes MT08859). Vas Crabb2024-04-292-64/+81
* -ui/videoopt.cpp: Hold Ctrl to jump to the next one-second interval for point... Vas Crabb2024-04-181-7/+10
* -ui/ui.cpp, ui/videoopt.cpp: Made pointer activity timeout configurable. Vas Crabb2024-04-183-24/+314
* videoopt: update prev commit, better with empty 'radiobuttons'? hap2024-04-151-1/+1
* videoopt: use subtext string to indicate current view hap2024-04-151-1/+2
* videoopt: force left-align for view list hap2024-04-141-1/+1
* -ui/menu.cpp, ui/selmenu.cpp: Handle mouse wheel units properly. Vas Crabb2024-04-154-24/+93
* emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb2024-04-145-23/+32
* Initial touch input support: Vas Crabb2024-04-1263-2360/+5311