summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win
Commit message (Expand)AuthorAgeFilesLines
...
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-122-7/+7
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-122-10/+10
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-062-0/+14
* fixing some more override (nw) Miodrag Milanovic2015-12-067-24/+24
* clang-modernize part 5 Miodrag Milanovic2015-12-044-13/+13
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-032-3/+3
* First commit for issue #476 yz70s2015-11-304-14/+25
* more cleanups and fix (nw) Miodrag Milanovic2015-11-118-20/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0813-0/+0
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-302-3/+3
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed register_window_class Vladimir Kryvian2015-08-271-0/+2
* Fixed GetModuleHandle to be universal. Vladimir Kryvian2015-08-253-8/+14
* debugviewinfo.c: destroy window before destroying view (nw) Peter Ferrie2015-08-101-5/+5
* moved all to std::string (nw) Miodrag Milanovic2015-04-228-35/+35
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-133-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-127-13/+13
* Honour debugger font choice with Qt debugger Vas Crabb2015-04-092-6/+7
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2527-98/+97
* Make behaviour of breakpoint control a bit more consistent with other debugge... Vas Crabb2015-02-211-18/+19
* WM_SIZE etc may be posted before CreateWindowEx returns Vas Crabb2015-02-213-5/+6
* Fixed debug build compile (nw) Ivan Vangelista2015-02-211-1/+1
* Fix image device menu Vas Crabb2015-02-212-11/+22
* Add enable/disable breakpoint from disasm window menus Vas Crabb2015-02-212-13/+55
* (Break|Watch)points window for Windows debugger Vas Crabb2015-02-219-72/+264
* Port Windows debugger to C++, fix some memory leaks, make menus and window re... Vas Crabb2015-02-2125-0/+3575