summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win
Commit message (Expand)AuthorAgeFilesLines
* Stop the windows debugger from crashing when using a widescreen monitor yz70s2026-03-091-4/+7
* debugger/win, debugger/osx: Check that you have a memory interface before try... Vas Crabb2026-01-301-3/+4
* -scripts: Cleaned up devices build scripts a bit: Vas Crabb2026-01-081-0/+0
* lisa: Massive updates Olivier Galibert2026-01-071-1/+2
* Fix up various things: Vas Crabb2025-08-012-4/+3
* Windows: Do not drop into debugger when no MAME window has focus (#13902) npwoods2025-07-122-0/+9
* Clean up various stuff. Vas Crabb2025-07-0110-59/+57
* debugger cleanup: use enums for m_views indices (#13687) dave-br2025-05-108-47/+75
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-012-0/+22
* debugger/win: Added option to disable window grouping. Vas Crabb2025-03-024-1/+12
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-241-2/+1
* Miscellaneous improvements: Vas Crabb2023-04-141-4/+8
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-081-3/+3
* windows: blind fix for the debugger Olivier Galibert2023-03-181-10/+11
* 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-156-19/+22
* Win32 debugger: don't skip a history item when initially pressing down. Vas Crabb2023-01-051-6/+3
* More UI cleanup: Vas Crabb2023-01-051-1/+4
* -debugger: Improved session save/restore. Vas Crabb2022-12-023-2/+46
* fixed building with clang 15.0.0 on windows smf-2022-09-201-1/+1
* Debugger updates: Vas Crabb2022-09-2029-70/+186
* Added a crude dark theme for the Win32 debugger. Vas Crabb2022-09-178-69/+218
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-1622-13/+414
* Debugger changes AJR2022-08-281-1/+1
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-262-241/+218
* osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea... Ivan Vangelista2022-01-071-1/+3
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-314-61/+168
* Still more user experience improvements: Vas Crabb2021-10-182-0/+16
* Fix multiple issues with debug memory tracking AJR2021-10-041-2/+5
* debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te... Vas Crabb2021-09-271-2/+2
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-7/+7
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-163-14/+13
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Debuger updates: Vas Crabb2021-01-304-75/+223
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-1/+23
* win32 debugger: Added context menu with Copy Visible and Paste commands to de... Vas Crabb2021-01-262-30/+183
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-252-6/+6
* -Switch to building MAME as C++17. Vas Crabb2020-11-153-2/+3
* Got rid of global_alloc/global_free. Vas Crabb2020-10-035-8/+8
* Debugger expression and memory access overhaul AJR2020-05-254-16/+19
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-082-2/+0
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3120-13/+63
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-306-11/+11
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3020-58/+10
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-223-11/+11
* missed one Windows debugger thing (nw) Vas Crabb2019-11-181-1/+1
* misc cleanup: Vas Crabb2019-11-1816-39/+50
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-19/+8