summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-244-48/+21
* Fix order of evaluation making imgui debugger not fail on starting without dr... Miodrag Milanovic2016-07-231-1/+1
* windebug: images: added Create option. Robbbert2016-07-091-4/+45
* windebug: in images menu, added support for 7z. Robbbert2016-07-091-5/+7
* Don't raise stuff to public unnecessarily (nw) Vas Crabb2016-07-021-2/+2
* more cleanup (nw) Miodrag Milanovic2016-07-013-24/+20
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-5/+5
* debugimgui: allow debugger console and log window scrollbars to stay at their... mahlemiut2016-06-251-1/+16
* debugimgui: don't add command to history if it's the same as the previous one mahlemiut2016-06-231-1/+8
* debugimgui: when using history, set the cursor position to the end of the text mahlemiut2016-06-201-2/+2
* debugimgui: added history functionality to debugger console, fixed issue with... mahlemiut2016-06-191-4/+39
* debugimgui: if console window is active, then give console input widget focus... mahlemiut2016-06-141-0/+2
* debugimgui: use IM_COL32 macro mahlemiut2016-06-131-3/+3
* Merge pull request #944 from bradhugh/unify_windowlist Brad Hughes2016-06-112-2/+2
|\
| * Move window_list to osd_common_t Brad Hughes2016-06-112-2/+2
| * Unify window_list in Windows and SDL OSD Brad Hughes2016-06-102-2/+2
* | debugimgui: draw a light rectangle around a view if it has focus, gives a vis... mahlemiut2016-06-111-0/+10
|/
* Fix keyboard shortcus for disassembly comments pane [Vas Crabb] Vas Crabb2016-06-093-3/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-0817-104/+112
* debugimgui: send character inputs to the debugger view with focus, allows edi... mahlemiut2016-06-061-0/+12
* debugimgui: make new window shortcut keypresses not repeat mahlemiut2016-06-061-5/+5
* debugimgui: made debugger keys also use ImGui keypress functions mahlemiut2016-06-061-41/+41
* debugimgui: adjust key repeat rate a bit mahlemiut2016-06-051-0/+5
* debugimgui: fix exception when un-collapsing a single window. mahlemiut2016-06-051-11/+16
* debugimgui: use ImGui functions to handle view inputs, allows key repeating t... mahlemiut2016-06-051-12/+12
* debugimgui: actually map cursor keys so that they can be used in input text w... mahlemiut2016-06-041-29/+4
* debugimgui: add auto select-all flag to disassembly and memory expression inp... mahlemiut2016-06-041-4/+2
* debugimgui: pressing Enter on an empty console input box does a single step. mahlemiut2016-06-031-2/+8
* debugimgui: removed scrollbar from memory windows, and let the view itself co... mahlemiut2016-06-021-8/+20
* 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