index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
cdimono2_wip
cdplay
deprecated
diexec_resync
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
megadrive_qa
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc_sis630
psx_metafix
py_regtests
rendlay_vid
revert-9744-udp_multi
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
frontend
/
mame
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean in preparation for 0.243
Vas Crabb
2022-04-24
2
-3
/
+3
*
File handling cleanup
AJR
2022-04-19
1
-18
/
+12
*
Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f...
npwoods
2022-04-11
4
-11
/
+37
*
Added an 'image_display_enabled' property to mame_ui_manager and exposed it t...
npwoods
2022-04-07
3
-1
/
+6
*
ui/datmenu.cpp: Respect clicks on headings (GitHub #9522).
Vas Crabb
2022-04-07
1
-1
/
+1
*
Disable lifetime dead store elimination for Linux GCC builds.
Vas Crabb
2022-04-03
1
-1
/
+1
*
Try to work around the uninitialised member warning in sol::optional.
Vas Crabb
2022-04-03
3
-37
/
+36
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
1
-0
/
+10
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
4
-11
/
+11
*
Lua engine improvements (#9453)
Vas Crabb
2022-03-23
7
-321
/
+396
*
Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419)
Vas Crabb
2022-03-17
3
-63
/
+115
*
Fixed some debugger memory view annoyances and cleaned up Lua bindings.
Vas Crabb
2022-03-16
3
-89
/
+94
*
emu/devcb.h: Cleaned up a little using C++17 type traits helpers.
Vas Crabb
2022-02-28
1
-6
/
+10
*
Lua engine: Make setting analog I/O port field values user-friendly. (#9322)
feos
2022-02-28
1
-0
/
+11
*
fileio.cpp: Remove optional second argument of path_iterator::next
AJR
2022-02-17
2
-4
/
+7
*
vegas.cpp: Cleanup:
Vas Crabb
2022-02-13
1
-33
/
+48
*
Remove fileio.h from emu.h
AJR
2022-02-11
20
-0
/
+21
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
3
-196
/
+205
*
frontend: Exposed memory pass-through handlers (address space taps) to Lua.
Vas Crabb
2022-02-10
2
-51
/
+293
*
Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk]
Justin Kerk
2022-02-05
1
-1
/
+1
*
Clean up various loose ends:
Vas Crabb
2022-02-03
3
-7
/
+163
*
frontend: Use util::core_file instead of emu_file where applicable
AJR
2022-01-30
7
-73
/
+74
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
2
-3
/
+3
*
Remove http related header pollution (#9201)
Miodrag Milanović
2022-01-26
1
-0
/
+1
*
frontend: Sort directory selection menu items (MT08167).
Vas Crabb
2022-01-07
3
-67
/
+40
*
Move filesystem library into separate namespace and use shorter uX type names...
AJR
2021-12-31
1
-1
/
+1
*
Render-related cleanup
AJR
2021-12-30
5
-3
/
+8
*
Fix lockup loading UI with Emscripten builds that don't support threading
Justin Kerk
2021-12-19
1
-0
/
+5
*
frontend: Don't call .name() on I/O port fields without a running machine.
Vas Crabb
2021-12-15
1
-4
/
+4
*
Moved localised I/O port name lookup into I/O port manager.
Vas Crabb
2021-12-09
8
-46
/
+50
*
screen: report refresh rate <1hz as error in validity check
hap
2021-12-08
2
-14
/
+20
*
ui: change string parse for screen hz info
hap
2021-12-07
2
-4
/
+10
*
-frontend: Give heading items in menus a bit of horizontal space.
Vas Crabb
2021-12-05
1
-0
/
+2
*
A little more refactoring, and Coverity fixes:
Vas Crabb
2021-11-25
8
-51
/
+38
*
frontend: Fixed another case where the system selection menu could get confus...
Vas Crabb
2021-11-24
1
-3
/
+9
*
-frontend: Fixed crashes switching between favourites and other filters.
Vas Crabb
2021-11-23
3
-13
/
+26
*
emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements.
Vas Crabb
2021-11-18
1
-17
/
+55
*
frontend: Show more unemulated/imperfect features per-device in warnings menu.
Vas Crabb
2021-11-17
2
-101
/
+157
*
frontend: Various minor improvements.
Vas Crabb
2021-11-14
12
-150
/
+267
*
-osd/windows: Fixed stupid potential deadlock on exit.
Vas Crabb
2021-11-13
16
-108
/
+113
*
-stv.cpp: Removed most run time I/O port lookups and removed PORT_RESET.
Vas Crabb
2021-11-10
4
-16
/
+12
*
frontend: Added input provider module options to menu, worked around machine ...
Vas Crabb
2021-11-09
2
-20
/
+34
*
-frontend: Don't inappropriately truncate text in menu text boxes.
Vas Crabb
2021-11-08
2
-22
/
+28
*
frontend: Allow cycling modifiers for an absolute axis by pressing repeatedly...
Vas Crabb
2021-11-06
2
-6
/
+33
*
frontend: Remove no-longer-needed member of save/load state menu.
Vas Crabb
2021-11-06
1
-1
/
+0
*
-Enabled complex combinations for analog axes:
Vas Crabb
2021-11-06
22
-225
/
+370
*
frontend: Don't let the non-menus get as far as trying to draw.
Vas Crabb
2021-11-04
2
-19
/
+28
*
-emu/ioport.cpp: Fixed some default setting handling issues.
Vas Crabb
2021-11-04
2
-26
/
+40
*
-emu/ioport.cpp: Made default behaviour better.
Vas Crabb
2021-11-03
1
-4
/
+5
*
-emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11!
Vas Crabb
2021-11-03
4
-13
/
+36
[next]