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
/
modules
/
debugger
/
qt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-4
/
+4
*
Last memory change fixes (nw)
Olivier Galibert
2020-05-25
2
-5
/
+6
*
Debugger expression and memory access overhaul
AJR
2020-05-25
4
-39
/
+65
*
Hey Travis, go test that for me, thanks (nw)
Olivier Galibert
2020-03-31
2
-0
/
+6
*
Fix some deprecations (nw)
Olivier Galibert
2020-03-31
2
-3
/
+3
*
misc cleanup:
Vas Crabb
2019-11-18
3
-12
/
+32
*
Fix QT debugger (nw)
AJR
2019-09-10
1
-3
/
+3
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
2
-40
/
+13
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
2
-2
/
+2
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
2
-2
/
+2
*
Qt debugger: fix error in determining where clicks are in debugger views [Gol...
goldnchild
2019-03-04
1
-1
/
+1
*
Qt debugger: fix error in determining where clicks are in memory views [Golde...
R. Belmont
2019-02-27
1
-1
/
+1
*
Remove running_machine::device() call in QT debugger (nw)
AJR
2018-07-07
1
-1
/
+1
*
Revert "Attempted fix for QT debugger (nw)"
Vas Crabb
2017-08-01
1
-2
/
+2
*
Attempted fix for QT debugger (nw)
AJR
2017-08-01
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
10
-1
/
+9
*
XML refactoring:
Vas Crabb
2016-12-11
16
-32
/
+32
*
patch up Qt debugger for new xmlfile API (nw)
Vas Crabb
2016-11-17
16
-62
/
+62
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
3
-5
/
+5
*
Fix Qt debugger
Vas Crabb
2016-08-01
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
2
-3
/
+3
*
Fix keyboard shortcus for disassembly comments pane [Vas Crabb]
Vas Crabb
2016-06-09
2
-2
/
+2
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
4
-29
/
+29
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
18
-52
/
+52
*
Iterate over devices C++11 style
AJR
2016-04-18
2
-13
/
+5
*
fix clang complain (nw)
Miodrag Milanovic
2016-03-31
1
-1
/
+4
*
Iterate over core classes C++11 style
AJR
2016-03-31
4
-12
/
+8
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-11
/
+7
*
reverting:
Miodrag Milanovic
2016-01-20
3
-6
/
+6
*
Revert "fixed qt build (nw)"
Miodrag Milanovic
2016-01-20
3
-7
/
+7
*
fixed qt build (nw)
Miodrag Milanovic
2016-01-16
3
-7
/
+7
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
3
-6
/
+6
*
put debug_view back in machine due to issues with QT (nw)
Miodrag Milanovic
2016-01-12
2
-5
/
+4
*
Fix linux compile
Miodrag Milanovic
2016-01-12
2
-1
/
+2
*
created debugger_manager, now this one owns debug_view_manager (nw)
Miodrag Milanovic
2016-01-12
2
-6
/
+6
*
remove usage of NO_MEM_TRACKING macro (nw)
Miodrag Milanovic
2016-01-08
9
-18
/
+0
*
qt5 debugger port [O. Galibert]
Olivier Galibert
2015-12-27
18
-176
/
+109
*
Show 64 and 80 bit floats in windows and qt debugger (issue #476)
yz70s
2015-12-06
1
-1
/
+22
*
Show 32 bit floating point values in qt debugger memory view (issue #476)
yz70s
2015-11-30
2
-42
/
+67
*
First commit for issue #476
yz70s
2015-11-30
1
-4
/
+4
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
9
-0
/
+0
*
Revert "debugqt: Port to Qt5 [O. Galibert]"
Olivier Galibert
2015-08-01
18
-109
/
+176
*
debugqt: Port to Qt5 [O. Galibert]
Olivier Galibert
2015-07-29
18
-176
/
+109
*
did license settings for OG and Andrew, cleared up OSD part for licenses (nw)
Miodrag Milanovic
2015-05-09
18
-36
/
+36
*
Added license headers to the rest of files (nw)
Miodrag Milanovic
2015-05-07
18
-0
/
+36
*
bugix and sdl fix (nw)
Miodrag Milanovic
2015-04-22
1
-6
/
+6
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-6
/
+6
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
2
-4
/
+4
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
2
-3
/
+3
[next]