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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
debuggdbstub.cpp: Use swapendian_int*
AJR
2022-09-22
1
-22
/
+6
*
osd/modules/debugger/debugqt.cpp: Don't try closing windows if debugger conso...
Vas Crabb
2022-09-21
1
-3
/
+5
*
fixed building with clang 15.0.0 on windows
smf-
2022-09-20
1
-1
/
+1
*
Renamed n2a03 to rp2a03 throughout source tree. (#10343)
0kmg
2022-09-20
1
-1
/
+1
*
Debugger updates:
Vas Crabb
2022-09-20
52
-472
/
+584
*
diagnostics: ignore all but type 0x20 symbols
Patrick Mackinlay
2022-09-19
1
-1
/
+4
*
debugview.mm: full dark mode support for macOS 10.14 and later [R. Belmont]
arbee
2022-09-17
1
-0
/
+21
*
Added a crude dark theme for the Win32 debugger.
Vas Crabb
2022-09-17
30
-393
/
+509
*
debugger/win: Added capability to save/restore window arrangement.
Vas Crabb
2022-09-16
49
-209
/
+825
*
diagnostics: preserve compatibility with old objdump
Patrick Mackinlay
2022-09-16
1
-1
/
+1
*
fixes for clang 15.0 on windows [smf]
smf-
2022-09-15
1
-4
/
+0
*
diagnostics: fix symbol backtrace with current objdump
Patrick Mackinlay
2022-09-15
1
-1
/
+1
*
util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (...
npwoods
2022-09-15
2
-3
/
+3
*
Patched up some gaps in functionality and fixed some bugs.
Vas Crabb
2022-09-02
14
-159
/
+331
*
Debugger changes
AJR
2022-08-28
4
-6
/
+6
*
OSD/network interface cleanup
AJR
2022-08-28
9
-26
/
+29
*
debuggdbstub.cpp: implement thread alive command.
Sandro Ronco
2022-08-21
1
-0
/
+13
*
debugger/debuggdbstub.cpp: Fixed failure to find CPU.
Vas Crabb
2022-08-21
1
-1
/
+1
*
osd/modules/input: Include device serial number in ID when available for SDL ...
Vas Crabb
2022-08-19
1
-7
/
+10
*
ui/icorender.cpp: Revert initialisations that can hide real bugs.
Vas Crabb
2022-08-03
1
-10
/
+2
*
Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170)
npwoods
2022-08-02
1
-1
/
+13
*
osd/sdl: Removed keyboard/mouse/joystick device mapping options.
Vas Crabb
2022-07-15
3
-110
/
+17
*
bgfx: crt-geom and crt-geom-deluxe improvements: (#8653)
cgwg
2022-07-07
8
-371
/
+238
*
remove not used template function
Miodrag Milanovic
2022-07-07
1
-8
/
+0
*
Clean up #includes in src/osd (#10029)
ajrhacker
2022-07-04
70
-200
/
+287
*
srcclean and cleanup in preparation for branching MAME 0.245
Vas Crabb
2022-06-26
1
-1
/
+1
*
Throw a fatal error if combination of bgfx video and wayland videodriver has ...
Julian Sikorski
2022-06-25
1
-14
/
+8
*
input_sdlcommon.cpp: Move devmap_init down into class
AJR
2022-06-18
4
-50
/
+56
*
Optimisation, and baby steps towards untangling stuff:
Vas Crabb
2022-06-16
11
-71
/
+1366
*
osdcomm.h: Remove a few unimportant 64-bit functions
AJR
2022-06-15
1
-5
/
+0
*
osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st...
npwoods
2022-06-15
9
-21
/
+16
*
return proper enumeration value
Miodrag Milanovic
2022-06-13
1
-1
/
+1
*
ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915)
Vas Crabb
2022-06-11
4
-35
/
+30
*
bgfx: Honour antialias flag on textured quad primitives (fixes MT08340).
Vas Crabb
2022-06-06
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-1
/
+1
*
util/options.h: Removed legacy OPTION_* option type constants. (#9851)
npwoods
2022-05-30
3
-274
/
+274
*
Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds
AJR
2022-05-25
6
-2
/
+12
*
osd: Cleaned up Windows API usage a little.
Vas Crabb
2022-05-26
14
-548
/
+501
*
bgfx: Honour texture wrap flag. (#9812)
Vas Crabb
2022-05-23
2
-7
/
+10
*
Removed superfluous semicolons from various source files. (#9796)
0kmg
2022-05-22
3
-3
/
+3
*
Revert "bitbanger: Add udp multicast support (#9744)" (#9749)
Vas Crabb
2022-05-13
7
-342
/
+19
*
bitbanger: Add udp multicast support (#9744)
tedgreen99
2022-05-12
7
-19
/
+342
*
Prefer the X11 SDL video driver on Linux (#9676)
Julian Sikorski
2022-05-03
1
-3
/
+14
*
osd/modules/input: Detect joystick reconnection with SDL. (#9605)
Vas Crabb
2022-04-24
10
-189
/
+225
*
osd: Added multibyte check to osd_uchar_from_osdchar to fix decoding ASCII te...
987123879113
2022-04-10
1
-1
/
+6
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
2
-79
/
+79
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-2
/
+2
*
osdhelper.h: Make a couple of overloads const
AJR
2022-03-27
1
-2
/
+2
*
srcclean and manual tidying up in preparation for 0.242 release
Vas Crabb
2022-03-27
1
-6
/
+6
*
sdl/window: add error retval check for bgfx on fallback
hap
2022-03-25
2
-4
/
+4
[prev]
[next]