index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
jasmin: Support write
Olivier Galibert
2021-05-16
1
-6
/
+0
*
imgcntrl.cpp: Workaround for MT #7978
AJR
2021-05-15
1
-0
/
+7
*
slot: add preliminary support for hotswapping rom cartridge
hap
2021-05-04
1
-0
/
+6
*
layouts: Use self-closing tags for bounds and color elements.
Vas Crabb
2021-05-03
1
-6
/
+9
*
floppy: first steps on metadata, and hopefully make gcc happier on enumerate
Olivier Galibert
2021-04-28
1
-2
/
+10
*
floppy: start block-devicing fielsystem support
Olivier Galibert
2021-04-28
1
-2
/
+2
*
Add a couple error messages to emu.thread.
Szunti
2021-04-25
1
-1
/
+9
*
media_ident: add space to prevent long strings concat when printing results
hap
2021-04-20
1
-5
/
+5
*
clifront: -romident has no use for mediapath, but it does use hashpath
hap
2021-04-20
1
-1
/
+1
*
ui: add message when trying to config unavailable machine inputs
hap
2021-04-17
1
-3
/
+7
*
Revert "ui: hide child nodes (collapse menu) if a .lay collection is disabled"
hap
2021-04-16
1
-2
/
+1
*
ui: hide child nodes (collapse menu) if a .lay collection is disabled
hap
2021-04-15
1
-1
/
+2
*
floppycntrl.cpp: Fix mistake in 2f4d7eec4e3faeab1d95ece39cfb80263d792909
AJR
2021-04-15
1
-1
/
+1
*
Allow UI file manager to create floppy images before machine is started
AJR
2021-04-14
1
-2
/
+6
*
ui: add separator before 'return to previous menu'
hap
2021-04-12
6
-4
/
+18
*
Allow breaking into main menu before the machine fully starts (i.e. just befo...
AJR
2021-04-09
2
-5
/
+27
*
srcclean in preparation for release
Vas Crabb
2021-03-28
1
-1
/
+1
*
-ui: Added option to mute when unthrottled to advanced options menu.
Vas Crabb
2021-03-22
4
-117
/
+130
*
Addressed Github issue #7843 (mute on unthrottle) (#7875)
MooglyGuy
2021-03-22
4
-1
/
+18
*
Restore validation for command-line and .ini options (disabled since 0.188) a...
AJR
2021-03-21
1
-1
/
+5
*
-A few incremental UI code improvements:
Vas Crabb
2021-03-12
3
-20
/
+8
*
floppy: Beginning of the support for preformatted floppy images.
Olivier Galibert
2021-03-05
4
-1
/
+98
*
ui audit: tell user to get the correct files
hap
2021-03-04
2
-3
/
+3
*
moptions: Fixed a spelling mistake.
Robbbert
2021-02-21
1
-1
/
+1
*
Fix exception in debug build when selecting machine category filter
AJR
2021-02-20
1
-1
/
+1
*
Make -listmedia compatible with grep/find
Robbbert
2021-02-20
1
-1
/
+1
*
frontend: Added a few more driver flags to -listxml output. (#7731)
npwoods
2021-02-18
1
-0
/
+16
*
frontend/ui: Improved messages displayed when files are missing.
Vas Crabb
2021-02-15
4
-40
/
+101
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
9
-30
/
+25
*
confswitch: Coverity 316067
Robbbert
2021-02-14
1
-2
/
+0
*
custui: Coverity 316207
Robbbert
2021-02-13
1
-0
/
+1
*
Use std::clamp in various core functions
AJR
2021-02-03
1
-10
/
+10
*
input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view
AJR
2021-02-03
1
-1
/
+1
*
coretmpl.h: Move lru_cache_map to separate header
AJR
2021-02-03
1
-0
/
+2
*
inputmap: don't prompt to toggle to default if default is None
hap
2021-01-28
1
-1
/
+1
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
2
-1
/
+20
*
ui.h: Remove now-unused slider ID macros/enums
AJR
2021-01-27
1
-56
/
+0
*
ui: Clean up slider callbacks
AJR
2021-01-27
7
-286
/
+154
*
ui/inputmap: prevent race condition between ui_input().pressed() and poll()
hap
2021-01-27
2
-1
/
+8
*
selsoft.cpp: Fix use of strmakelower
AJR
2021-01-22
1
-3
/
+2
*
Much more core std::string_view modernization
AJR
2021-01-20
30
-57
/
+80
*
Tidy up loose ends:
Vas Crabb
2021-01-06
2
-4
/
+2
*
render.h, rendlay.h: Dependency refactoring
AJR
2021-01-04
3
-2
/
+6
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+1
*
clifront.cpp: Restore line accidentally deleted in aa29519528cb3dbdbfac56819b...
AJR
2021-01-01
1
-0
/
+1
*
Further additions of std::string_view
AJR
2021-01-01
5
-17
/
+13
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
5
-9
/
+9
*
Expose a couple more things to Lua so the plugins can show the actual key map...
Vas Crabb
2020-12-27
1
-5
/
+25
*
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
2020-12-27
8
-324
/
+250
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
3
-11
/
+11
[next]