summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Windows debugger: image menu: added ability to load software-list items. Robbbert2017-06-012-3/+158
* scoped enum for Windows (nw) Vas Crabb2017-05-231-1/+1
* general cleanup: Vas Crabb2017-05-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-2/+2
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-112-4/+0
* Fix OS X build (nw) AJR2017-02-1113-0/+13
* fix windows compile (nw) Miodrag Milanovic2017-02-1114-1/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1133-23/+10
* OS X Cocoa debugger: Improved view scroll behavior. [Curt Coder] Curt Coder2017-01-177-0/+10
* OS X Cocoa debugger: Autoscroll log window. [Curt Coder] Curt Coder2017-01-172-2/+2
* Fix OSX build - no idea why it wasn't breaking before (nw) Vas Crabb2016-12-311-1/+1
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Fix #1802 (uninitialised memory read as debugger command history) and clean u... Vas Crabb2016-12-172-52/+63
* fix compile with Xcode 8.2 (nw) arbee2016-12-151-1/+1
* debugimgui: sort directory entries in mount dialog, as zippath_readdir() does... mahlemiut2016-12-161-0/+5
* XML refactoring: Vas Crabb2016-12-1117-40/+40
* debugimgui: lighten combo box list so that it's easier to read (nw) mahlemiut2016-12-041-2/+2
* srcclean (nw) Vas Crabb2016-11-2712-77/+77
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-172-2/+2
* patch up Qt debugger for new xmlfile API (nw) Vas Crabb2016-11-1717-69/+68
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2215-70/+70
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-4/+4
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-034-10/+10
* Adding new string conversion overloads Nathan Woods2016-10-011-4/+4
* Changed win_get_window_text_utf8() to return std::string Nathan Woods2016-09-251-4/+2
* Convert OSD monitor info to modules plus add DXGI implementation Brad Hughes2016-09-141-0/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-9/+9
* debugimgui: added very crude create image dialog mahlemiut2016-08-251-54/+201
* debugimgui: added images menu, with crude file select dialog [Barry Rodewald] mahlemiut2016-08-161-2/+202
* Fix Qt debugger Vas Crabb2016-08-011-1/+1
* patch up on OSX Vas Crabb2016-08-013-4/+4
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* fix osx compile (nw) Miodrag Milanovic2016-07-313-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3116-40/+44
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-244-48/+21
* Fix order of evaluation making imgui debugger not fail on starting without dr... Miodrag Milanovic2016-07-231-1/+1
* windebug: images: added Create option. Robbbert2016-07-091-4/+45
* windebug: in images menu, added support for 7z. Robbbert2016-07-091-5/+7
* Don't raise stuff to public unnecessarily (nw) Vas Crabb2016-07-021-2/+2
* more cleanup (nw) Miodrag Milanovic2016-07-013-24/+20
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-5/+5
* debugimgui: allow debugger console and log window scrollbars to stay at their... mahlemiut2016-06-251-1/+16
* debugimgui: don't add command to history if it's the same as the previous one mahlemiut2016-06-231-1/+8
* debugimgui: when using history, set the cursor position to the end of the text mahlemiut2016-06-201-2/+2
* debugimgui: added history functionality to debugger console, fixed issue with... mahlemiut2016-06-191-4/+39
* debugimgui: if console window is active, then give console input widget focus... mahlemiut2016-06-141-0/+2