summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3
* Fix OSX build. (nw) Dankan18902016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-206-9/+9
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
* Revert "fixed qt build (nw)" Miodrag Milanovic2016-01-203-7/+7
* Revert "Fix OSX build (nw)" Miodrag Milanovic2016-01-203-5/+5
* Fix OSX build (nw) Miodrag Milanovic2016-01-163-5/+5
* fixed qt build (nw) Miodrag Milanovic2016-01-163-7/+7
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
* Fix OSX build (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-166-9/+9
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-127-19/+17
* Fix compile on OSX Miodrag Milanovic2016-01-121-0/+1
* Fix linux compile Miodrag Milanovic2016-01-122-1/+2
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-127-24/+24
* modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-8/+8
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-6/+5
* Make internal debugger menu remember its currently selected item, to help mak... mahlemiut2016-01-111-4/+16
* remove usage of NO_MEM_TRACKING macro (nw) Miodrag Milanovic2016-01-0810-20/+0
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* fix input regression in internal debugger window editors mahlemiut2016-01-061-1/+2
* Prevent keypresses from passing through to internal debugger windows while th... mahlemiut2016-01-041-1/+2
* Add various keyboard shortcuts and pass keypresses to the debug view with inp... mahlemiut2016-01-041-15/+196
* fix vertical scrollbar on large windows (such as the program space of an i386) mahlemiut2016-01-021-4/+5
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-14/+14
* Do not add this for other then windows (nw) Miodrag Milanovic2015-12-271-2/+7
* Fix for windows Qt5 compile (nw) Miodrag Milanovic2015-12-271-3/+11
* qt5 debugger port [O. Galibert] Olivier Galibert2015-12-2719-180/+110
* debugint.cpp: fix uninitialized variable error (nw) yz70s2015-12-251-1/+1
* Support 64 and 80-bit floats in OS X debugger (nw) arbee2015-12-191-1/+15
* Stop internal debugger windows from drawing space characters, speeds renderin... mahlemiut2015-12-191-13/+11
* Make new internal debugger windows appear in a cascade-like position, and giv... mahlemiut2015-12-171-14/+65
* Stop internal debugger window title and editors from drawing text outside the... mahlemiut2015-12-151-3/+12
* Made internal debugger window editors appear over the window to which it is r... mahlemiut2015-12-141-30/+25
* Base the size of internal debugger window title bars on the font size. mahlemiut2015-12-131-1/+1
* Internal debugger now honours the -debugger_font and -debugger_font_size opti... mahlemiut2015-12-131-37/+30
* Add memory window to internal debugger. mahlemiut2015-12-121-1/+106
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* Make internal debugger windows just a bit more pleasing to the eye. mahlemiut2015-12-121-7/+39
* Giving the internal debugger a bit of love. Make closed windows actually dis... mahlemiut2015-12-111-17/+37
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-063-1/+36
* fixing some more override (nw) Miodrag Milanovic2015-12-0610-52/+52
* clang-modernize part 5 Miodrag Milanovic2015-12-046-66/+66
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-033-5/+5
* Support float view in OS X debugger (nw) arbee2015-11-301-0/+7
* Show 32 bit floating point values in qt debugger memory view (issue #476) yz70s2015-11-302-42/+67
* First commit for issue #476 yz70s2015-11-306-20/+31
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-4/+4
* more cleanups and fix (nw) Miodrag Milanovic2015-11-1110-28/+12
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-13/+12