index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
*
Cleanups and version bump
mame0159
Miodrag Milanovic
2015-02-25
55
-418
/
+397
*
Fixed USE_BGFX build for SDL (nw)
Miodrag Milanovic
2015-02-24
1
-2
/
+2
*
OS/2 patches for SDLMAME v0.158 [KO Myung-Hun]
Vas Crabb
2015-02-24
5
-81
/
+7
*
Whoops, I knew I'd miss something in src/osd/windows (nw)
Alex W. Jackson
2015-02-23
2
-3
/
+3
*
render.c: render_containers now always make their own copy of the emulation p...
Alex W. Jackson
2015-02-23
4
-20
/
+20
*
disabled another Visual Studio warning (nw)
Oliver Stöneberg
2015-02-23
1
-1
/
+2
*
make declarations match (nw)
Peter Ferrie
2015-02-22
1
-1
/
+1
*
Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading
couriersud
2015-02-23
4
-13
/
+29
*
Merge branch 'master' of https://github.com/mamedev/mame.git
couriersud
2015-02-22
10
-32
/
+58
|
\
|
*
Add a whole line scroll mode to make breakpoints/watchpoints header work nicely
Vas Crabb
2015-02-23
9
-20
/
+40
|
*
More intelligible auto window position code
Vas Crabb
2015-02-23
1
-12
/
+18
*
|
WM_DESTROY may be send multiple times. This also fixes
couriersud
2015-02-22
1
-3
/
+6
*
|
Fix 32bit build of sdlmame on Win32. (nw)
couriersud
2015-02-22
1
-2
/
+2
|
/
*
More alignment of code:
couriersud
2015-02-22
18
-117
/
+106
*
Slight improvement in Cocoa debug view performance
Vas Crabb
2015-02-22
8
-28
/
+68
*
Fix SDL1 builds
Vas Crabb
2015-02-22
2
-9
/
+9
*
More minor improvements to Cocoa debugger (nw)
Vas Crabb
2015-02-22
2
-34
/
+86
*
If verinfo.py fails don't touch the output file, so subsequent builds won't t...
Vas Crabb
2015-02-22
2
-2
/
+2
*
Make OpenGL renderer available in mainline build as well. This needs to
couriersud
2015-02-22
20
-186
/
+409
*
Merge branch 'build-faster' of https://github.com/ramiropolla/mame
Vas Crabb
2015-02-22
1
-16
/
+34
|
\
|
*
Only evaluate sdl- and pkg-config commands once
Ramiro Polla
2015-02-02
1
-15
/
+34
*
|
Cocoa debugger: suppress trailing whitespace on copy, draw background to edge...
Vas Crabb
2015-02-22
1
-32
/
+61
*
|
Qt debugger dynamically updates menu items controlling disassembly views
Vas Crabb
2015-02-22
6
-60
/
+195
*
|
More debugger consistency
Vas Crabb
2015-02-22
2
-43
/
+16
*
|
Make behaviour of breakpoint control a bit more consistent with other debugge...
Vas Crabb
2015-02-21
1
-18
/
+19
*
|
WM_SIZE etc may be posted before CreateWindowEx returns
Vas Crabb
2015-02-21
3
-5
/
+6
*
|
Embed info property list in OSX binaries
Vas Crabb
2015-02-21
1
-0
/
+18
*
|
Fixed debug build compile (nw)
Ivan Vangelista
2015-02-21
1
-1
/
+1
*
|
Merge pull request #139 from cuavas/master
Miodrag Milanović
2015-02-21
32
-2967
/
+3972
|
\
\
|
*
|
No longer need to mark dirty to hack around the points views
Vas Crabb
2015-02-21
1
-1
/
+0
|
*
|
Fix image device menu
Vas Crabb
2015-02-21
2
-11
/
+22
|
*
|
Add enable/disable breakpoint from disasm window menus
Vas Crabb
2015-02-21
2
-13
/
+55
|
*
|
(Break|Watch)points window for Windows debugger
Vas Crabb
2015-02-21
11
-72
/
+267
|
*
|
Port Windows debugger to C++, fix some memory leaks, make menus and window re...
Vas Crabb
2015-02-21
29
-2966
/
+3724
*
|
|
Don't use $(DEFS) for moc (nw)
balr0g
2015-02-20
2
-2
/
+2
*
|
|
fix compile on MSVC 2012 (nw)
Peter Ferrie
2015-02-19
1
-1
/
+2
*
|
|
Fix warning (nw)
Miodrag Milanovic
2015-02-19
1
-1
/
+1
|
/
/
*
|
Disable decrease bytes per line menu items when only one chunk per line is di...
Vas Crabb
2015-02-19
2
-2
/
+13
*
|
Allow paste from OS clipboard to debugger windows (use context menu)
Vas Crabb
2015-02-19
4
-6
/
+51
*
|
Allow copying visible portion of debug view to OS clipboard
Vas Crabb
2015-02-19
4
-55
/
+126
*
|
Better autosizing for windows
Vas Crabb
2015-02-19
4
-6
/
+7
*
|
Make resizing the device info windows work nicely
Vas Crabb
2015-02-19
1
-11
/
+52
*
|
Add preliminary device detail windows
Vas Crabb
2015-02-19
8
-1
/
+249
*
|
Move breakpoint control code out of view class - it doesn't really belong there
Vas Crabb
2015-02-18
11
-267
/
+348
*
|
Allow breakpoint toggle and run-to-cursor on non-current CPUs in Qt debugger
Vas Crabb
2015-02-17
1
-17
/
+39
*
|
Intuitive mouse dragging on views supporting selection, improved click-throug...
Vas Crabb
2015-02-17
1
-1
/
+15
*
|
Merge pull request #132 from cuavas/master
Miodrag Milanović
2015-02-17
54
-491
/
+1088
|
\
\
|
*
|
Try not to crash on hard reset
Vas Crabb
2015-02-17
1
-10
/
+33
|
*
|
Add devices window to cocoa debugger
Vas Crabb
2015-02-17
35
-117
/
+377
|
*
|
Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs
Vas Crabb
2015-02-17
1
-52
/
+69
[next]