summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-5/+5
* debugimgui: made a start on rendering just the visible areas of a debugger vi... mahlemiut2016-05-201-55/+50
* Ioport refactoring and cleanups (nw) AJR2016-05-181-0/+1
* debugimgui: move view drawing into a single function, few more minor colour f... mahlemiut2016-05-141-318/+89
* debugimgui: fix up title and menu bar colours. mahlemiut2016-05-121-8/+11
* Fix colors due to defaults change (nw) Miodrag Milanovic2016-05-121-3/+3
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-1869/+0
* debugimgui: Use a getter function for combo boxes. Memory windows are now mu... mahlemiut2016-05-041-23/+11
* debugimgui: move building of source lists for disasm and memory windows so th... mahlemiut2016-05-021-23/+24
* Merge remote-tracking branch 'upstream/master' into mui AJR2016-04-271-67/+67
|\
| * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-67/+67
* | Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-2/+3
|/
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-252-2/+2
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-252-2/+2
* debugimgui: added keyboard input for the debug view with focus. mahlemiut2016-04-251-1/+59
* Fix Clang build (nw) Miodrag Milanovic2016-04-242-11/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2443-244/+251
* enabled internal debugger, but this would need to go in time, it is too coupl... Miodrag Milanovic2016-04-231-2/+2
* debugimgui: Optimised rendering by drawing text via the window draw list. mahlemiut2016-04-231-61/+116
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Refactor OSD window. Brad Hughes2016-04-212-2/+2
* debugimgui: added sending of mouse clicks to debugger views. Please note tha... mahlemiut2016-04-211-3/+95
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-203-27/+18
|\
| * Iterate over devices C++11 style AJR2016-04-183-27/+18
* | Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-182-2/+2
|/
* debugimgui: added error log window, and limited the debugger console to displ... mahlemiut2016-04-181-0/+71
* 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
* Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-151-7/+7
* fix clang complain (nw) Miodrag Milanovic2016-03-311-1/+4
* Iterate over core classes C++11 style AJR2016-03-318-22/+18
* To ArBee with love Vas Crabb2016-03-104-2/+114
* use chrono calls for time handling in core (nw) Miodrag Milanovic2016-03-031-1/+1
* Merge input modules work. Brad Hughes2016-02-281-3/+4
|\
| * Refactor OSD input into modules Brad Hughes2016-02-281-3/+4
* | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-284-27/+15
|/
* 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