summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
Commit message (Collapse)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 ↵ AJR2016-04-261-2/+3
| | | | global state (nw)
* 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 ↵ Miodrag Milanovic2016-04-231-2/+2
| | | | coupled with UI (nw)
* 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 ↵ dankan18902016-04-151-7/+7
| | | | item_append with separators.
* Replace strformat, strprintf and strcatprintf with type-safe steam_format ↵ Vas Crabb2016-02-281-4/+1
| | | | | | | | | and string_format Update MAME to use new function Instantiate ODR-used static constant members Make some of the UI code more localisable Remove use of retired functions in tools
* 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 ↵ mahlemiut2016-01-111-4/+16
| | | | make switching CPUs/regions/options easier. Also, set all windows to visible only on initial display.
* 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 ↵ mahlemiut2016-01-041-1/+2
| | | | the windows are hidden.
* Add various keyboard shortcuts and pass keypresses to the debug view with ↵ mahlemiut2016-01-041-15/+196
| | | | input focus.
* 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 ↵ 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