summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
Commit message (Expand)AuthorAgeFilesLines
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-1869/+0
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-2/+3
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* enabled internal debugger, but this would need to go in time, it is too coupl... Miodrag Milanovic2016-04-231-2/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-151-7/+7
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-4/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-2/+2
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-2/+2
* modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-8/+8
* Make internal debugger menu remember its currently selected item, to help mak... mahlemiut2016-01-111-4/+16
* 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
* debugint.cpp: fix uninitialized variable error (nw) yz70s2015-12-251-1/+1
* 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
* fixing some more override (nw) Miodrag Milanovic2015-12-061-7/+7
* clang-modernize part 5 Miodrag Milanovic2015-12-041-52/+52
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-4/+4
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-6/+2
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-13/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1477