summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+20
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-304-1/+80
* Merge tag 'mame0188' Vas Crabb2017-07-261-16/+17
|\
| * scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb2017-07-241-16/+18
| * In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-242-1/+7
* | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-232-1/+7
|/
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-2411-13/+13
* (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... Robbbert2017-06-241-2/+10