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
/
osd
/
sdl
Commit message (
Expand
)
Author
Age
Files
Lines
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+1
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-1
/
+0
*
Show video-mode option 'accel' in help and GUI
Andreas Müller
2019-02-17
1
-0
/
+1
*
clean up and improve option descriptions
Vas Crabb
2018-12-13
1
-5
/
+5
*
Disable setting the SDL_WINDOW_OPENGL extra flag if -video none is set. This...
Dustin Stahlback
2018-10-09
1
-1
/
+1
*
Fix debug assert failure when using SDL fullscreen toggle (nw)
AJR
2018-08-06
1
-1
/
+1
*
How to remove unwanted macros, or: getting out of discovered "check" (nw)
AJR
2018-06-29
1
-0
/
+1
*
abusing include guards is bad mckay (nw)
smf-
2017-12-26
1
-1
/
+0
*
Fixed an options overhaul regression (#2530)
npwoods
2017-10-06
1
-0
/
+10
*
Attempted to sanitize/rationalize how we access UTF-8 command line arguments ...
npwoods
2017-09-18
1
-7
/
+1
*
Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle 2.2.1...
Miso Kim
2017-08-23
1
-0
/
+3
*
sdl: Add SDL_WINDOW_BORDERLESS for fullscreen, required by some window manage...
Olivier Galibert
2017-06-25
1
-1
/
+1
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-6
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-4
/
+6
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-6
/
+4
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-1
/
+1
*
Fixed SDL build on win32 and zexall build (nw)
Miodrag Milanovic
2017-03-26
1
-2
/
+8
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
2
-2
/
+0
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
2
-20
/
+20
*
final srcclean
mame0179
Vas Crabb
2016-10-26
1
-1
/
+1
*
SDL: fixed alt-tab from locking up the window system on Linux and Mac. [Hans ...
Olivier Galibert
2016-10-24
1
-1
/
+1
*
Cleanup linux OSD (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
2
-11
/
+11
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
3
-208
/
+4
*
Warp mode for relative mouse on OSX SDL 2.0.4
Brad Hughes
2016-08-27
1
-0
/
+20
*
Attempt to fix mouse state on startup in SDL builds by initialising members
Vas Crabb
2016-08-14
1
-6
/
+17
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-10
/
+10
*
Assorted typos fixed (MT #6295, 6296) (nw)
Scott Stone
2016-07-15
1
-1
/
+1
*
fix build on debian ppc64 with -maltivec (nw)
Vas Crabb
2016-07-12
1
-0
/
+5
*
Make monitor list a list of shared_ptr like window_list (nw)
Brad Hughes
2016-07-01
3
-31
/
+32
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-2
/
+2
*
Fix mouse behavior on OSX
Brad Hughes
2016-06-25
2
-7
/
+27
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-316
/
+0
*
fix clang build (nw)
R. Belmont
2016-06-11
1
-1
/
+1
*
Move window_list to osd_common_t
Brad Hughes
2016-06-11
2
-10
/
+10
*
Unify window_list in Windows and SDL OSD
Brad Hughes
2016-06-10
3
-27
/
+14
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
2
-15
/
+18
*
Fixed video mode opengl duplicated in SDL build. (nw)
dankan1890
2016-06-07
1
-0
/
+2
*
Fix -resolution and -switchres
Brad Hughes
2016-05-26
1
-2
/
+1
*
ui refactoring [Vas Crabb]
Vas Crabb
2016-05-27
1
-1
/
+1
*
Ioport refactoring and cleanups (nw)
AJR
2016-05-18
2
-0
/
+3
*
Added ability to create standalone emulators, added zexall as example (nw)
Miodrag Milanovic
2016-05-08
1
-1
/
+1
*
no deps between osd and frontend, internal debugger removed (nw)
Miodrag Milanovic
2016-05-06
1
-3
/
+1
*
No SDL 1.2 support anymore (nw)
Miodrag Milanovic
2016-05-06
1
-8
/
+0
*
fix windows SDL build (nw)
Miodrag Milanovic
2016-05-06
1
-1
/
+1
*
RIP sdlinc.h
couriersud
2016-05-06
4
-15
/
+3
*
Remove dead code left over from "-mt". [Couriersud]
couriersud
2016-05-06
2
-341
/
+107
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
3
-6
/
+6
*
Reset menu on toggle fullscreen [barlog]
Miodrag Milanovic
2016-04-26
1
-0
/
+4
[next]