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
*
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
*
Fix some oversights and emergent behaviour with view selection.
Vas Crabb
2020-12-20
5
-26
/
+35
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
18
-792
/
+722
*
Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu...
AJR
2020-12-17
1
-3
/
+96
*
ui/filemngr.cpp: Fix crash with unmounted images
AJR
2020-12-16
1
-1
/
+1
*
unicode.h: Updates
AJR
2020-12-15
5
-2
/
+8
*
Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre...
Vas Crabb
2020-12-16
2
-3
/
+3
*
-Lua cleanup and documentation migration checkpoint.
Vas Crabb
2020-12-16
14
-664
/
+706
*
ui/menu.cpp: Fix highlighting glitch with input menu for inputs bound to O (r...
AJR
2020-12-13
1
-3
/
+3
*
rendfont.cpp: Convert another function to std::string_view
AJR
2020-12-12
3
-20
/
+7
*
-luaengine.cpp: Clean up render classes and expose screen image adjustments.
Vas Crabb
2020-12-13
7
-198
/
+227
*
Exposing image format information to LUA (#7508)
npwoods
2020-12-12
3
-0
/
+108
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
42
-355
/
+324
*
plugins: Replace environment variable substitution function with core version
AJR
2020-12-08
1
-1
/
+1
*
luaengine_input.cpp: Fix clang error: lambda capture 'this' is not used [-Wer...
AJR
2020-12-08
1
-1
/
+1
*
-Lua engine cleanup, input edition:
Vas Crabb
2020-12-09
5
-311
/
+500
*
luaengine.cpp: Fix actual unused lambda capture.
Vas Crabb
2020-12-05
1
-1
/
+1
[next]