summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/debugwininfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows: Do not drop into debugger when no MAME window has focus (#13902) npwoods2025-07-121-0/+8
* Clean up various stuff. Vas Crabb2025-07-011-0/+1
* debugger cleanup: use enums for m_views indices (#13687) dave-br2025-05-101-1/+4
* debugger/win: Added option to disable window grouping. Vas Crabb2025-03-021-1/+3
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-241-2/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-1/+1
* -debugger/win: Cascade positions of new debugger windows. Vas Crabb2023-01-151-3/+8
* Debugger updates: Vas Crabb2022-09-201-10/+14
* Added a crude dark theme for the Win32 debugger. Vas Crabb2022-09-171-0/+6
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-161-1/+105
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* Debugger expression and memory access overhaul AJR2020-05-251-9/+10
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-0/+5
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-3/+3
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-5/+0
* rewind implementation fixes and improvements vadosnaprimer2017-12-221-1/+19
* fix windows compile (nw) Miodrag Milanovic2017-02-111-0/+1
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-0/+1
* more cleanup (nw) Miodrag Milanovic2016-07-011-1/+0
* Move window_list to osd_common_t Brad Hughes2016-06-111-1/+1
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-9/+10
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-1/+1
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-22/+22
* Refactor OSD window. Brad Hughes2016-04-211-1/+1
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-1/+1
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-3/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+603