summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugimgui.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix colors due to defaults change (nw) Miodrag Milanovic2016-05-121-3/+3
|
* debugimgui: Use a getter function for combo boxes. Memory windows are now ↵ mahlemiut2016-05-041-23/+11
| | | | much faster.
* debugimgui: move building of source lists for disasm and memory windows so ↵ mahlemiut2016-05-021-23/+24
| | | | they are done once when created.
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-67/+67
|
* debugimgui: added keyboard input for the debug view with focus. mahlemiut2016-04-251-1/+59
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-20/+28
|
* debugimgui: Optimised rendering by drawing text via the window draw list. mahlemiut2016-04-231-61/+116
|
* debugimgui: added sending of mouse clicks to debugger views. Please note ↵ mahlemiut2016-04-211-3/+95
| | | | that you have to click the view area first to give it focus before you can set the cursor in a disassmbler or memory view.
* debugimgui: added error log window, and limited the debugger console to ↵ mahlemiut2016-04-181-0/+71
| | | | display 100 lines, so that rendering it doesn't get too slow.
* debugimgui: Removed some unused stuff, renamed window class. mahlemiut2016-04-181-53/+39
|
* Fix clang compile. couriersud2016-04-171-1/+1
|
* Added ImGui based debugger. [Barry Rodewald] mahlemiut2016-04-171-0/+1081
Note: Currently only works with the BGFX renderer. Anyone who wishes to write a ImGui backend for other renderers are welcome to do so.