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
/
debugwin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up various things:
Vas Crabb
2025-08-01
1
-4
/
+3
*
Windows: Do not drop into debugger when no MAME window has focus (#13902)
npwoods
2025-07-12
1
-7
/
+11
*
debugger/debugwin.cpp: Fixed clang build.
Vas Crabb
2025-03-02
1
-2
/
+2
*
debugger/win: Added option to disable window grouping.
Vas Crabb
2025-03-02
1
-1
/
+10
*
-merit/mtouchxl.cpp: Added touch-enabled layout.
Vas Crabb
2024-05-09
1
-1
/
+1
*
Update accumulating relative inputs exactly once per frame.
Vas Crabb
2023-02-24
1
-1
/
+1
*
osd: Don't pump events when reading inputs.
Vas Crabb
2023-02-23
1
-1
/
+1
*
osd: Turned video modules into actual modules, fixed various issues.
Vas Crabb
2023-02-01
1
-3
/
+3
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-39
/
+59
*
-debugger/win: Cascade positions of new debugger windows.
Vas Crabb
2023-01-15
1
-0
/
+71
*
Debugger updates:
Vas Crabb
2022-09-20
1
-20
/
+26
*
Added a crude dark theme for the Win32 debugger.
Vas Crabb
2022-09-17
1
-3
/
+31
*
debugger/win: Added capability to save/restore window arrangement.
Vas Crabb
2022-09-16
1
-7
/
+96
*
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-1
/
+1
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-1
/
+1
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-1
/
+1
*
scoped enum for Windows (nw)
Vas Crabb
2017-05-23
1
-1
/
+1
*
Cleanup, we already have NOMINMAX now in scripts (nw)
Miodrag Milanovic
2017-02-11
1
-2
/
+0
*
fix windows compile (nw)
Miodrag Milanovic
2017-02-11
1
-1
/
+1
*
Change window handle storage to template instead of void* (nw) (#1725)
Brad Hughes
2016-11-17
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-0
/
+2
*
Don't raise stuff to public unnecessarily (nw)
Vas Crabb
2016-07-02
1
-2
/
+2
*
more cleanup (nw)
Miodrag Milanovic
2016-07-01
1
-19
/
+20
*
Move window_list to osd_common_t
Brad Hughes
2016-06-11
1
-1
/
+1
*
Unify window_list in Windows and SDL OSD
Brad Hughes
2016-06-10
1
-1
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-2
/
+3
*
Revert "Temp revert of Brad changes (nw)"
Miodrag Milanovic
2016-04-25
1
-1
/
+1
*
Temp revert of Brad changes (nw)
Miodrag Milanovic
2016-04-25
1
-1
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-10
/
+10
*
Refactor OSD window.
Brad Hughes
2016-04-21
1
-1
/
+1
*
Standardize platform window pointer storage in osd_window.
Brad Hughes
2016-04-18
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-6
/
+6
*
Refactor OSD input into modules
Brad Hughes
2016-02-28
1
-3
/
+4
*
fixing some more override (nw)
Miodrag Milanovic
2015-12-06
1
-16
/
+16
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
more cleanups and fix (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+267