summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵ mahlemiut2015-12-191-13/+11
| | | | rendering up quite a bit.
* Make new internal debugger windows appear in a cascade-like position, and ↵ mahlemiut2015-12-171-14/+65
| | | | give some windows better default sizes. Change render_target::debug_top() to put targets at the end of the target list, fixing the order in which windows are rendered (nothing else uses this function).
* Stop internal debugger window title and editors from drawing text outside ↵ mahlemiut2015-12-151-3/+12
| | | | the bounds of the window.
* Made internal debugger window editors appear over the window to which it is ↵ mahlemiut2015-12-141-30/+25
| | | | related (makes it a little bit clearer).
* 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 ↵ mahlemiut2015-12-131-37/+30
| | | | options.
* 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 ↵ mahlemiut2015-12-111-17/+37
| | | | disappear, and add a Run and Hide Debugger option. Also spaced out initial windows, so that they aren't on top of each other to start with.
* 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