| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 1 | -9/+9 |
| * | debugimgui: added very crude create image dialog |  mahlemiut | 2016-08-25 | 1 | -54/+201 |
| * | debugimgui: added images menu, with crude file select dialog [Barry Rodewald] |  mahlemiut | 2016-08-16 | 1 | -2/+202 |
| * | Fix Qt debugger |  Vas Crabb | 2016-08-01 | 1 | -1/+1 |
| * | patch up on OSX |  Vas Crabb | 2016-08-01 | 3 | -4/+4 |
| * | fix after pass through the diff |  Vas Crabb | 2016-08-01 | 1 | -2/+2 |
| * | fix osx compile (nw) |  Miodrag Milanovic | 2016-07-31 | 3 | -4/+4 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 16 | -40/+44 |
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ... |  Nathan Woods | 2016-07-24 | 4 | -48/+21 |
| * | Fix order of evaluation making imgui debugger not fail on starting without dr... |  Miodrag Milanovic | 2016-07-23 | 1 | -1/+1 |
| * | windebug: images: added Create option. |  Robbbert | 2016-07-09 | 1 | -4/+45 |
| * | windebug: in images menu, added support for 7z. |  Robbbert | 2016-07-09 | 1 | -5/+7 |
| * | Don't raise stuff to public unnecessarily (nw) |  Vas Crabb | 2016-07-02 | 1 | -2/+2 |
| * | more cleanup (nw) |  Miodrag Milanovic | 2016-07-01 | 3 | -24/+20 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -5/+5 |
| * | debugimgui: allow debugger console and log window scrollbars to stay at their... |  mahlemiut | 2016-06-25 | 1 | -1/+16 |
| * | debugimgui: don't add command to history if it's the same as the previous one |  mahlemiut | 2016-06-23 | 1 | -1/+8 |
| * | debugimgui: when using history, set the cursor position to the end of the text |  mahlemiut | 2016-06-20 | 1 | -2/+2 |
| * | debugimgui: added history functionality to debugger console, fixed issue with... |  mahlemiut | 2016-06-19 | 1 | -4/+39 |
| * | debugimgui: if console window is active, then give console input widget focus... |  mahlemiut | 2016-06-14 | 1 | -0/+2 |
| * | debugimgui: use IM_COL32 macro |  mahlemiut | 2016-06-13 | 1 | -3/+3 |
| * | Merge pull request #944 from bradhugh/unify_windowlist |  Brad Hughes | 2016-06-11 | 2 | -2/+2 |
| |\ |
|
| | * | Move window_list to osd_common_t |  Brad Hughes | 2016-06-11 | 2 | -2/+2 |
| | * | Unify window_list in Windows and SDL OSD |  Brad Hughes | 2016-06-10 | 2 | -2/+2 |
| * | | debugimgui: draw a light rectangle around a view if it has focus, gives a vis... |  mahlemiut | 2016-06-11 | 1 | -0/+10 |
| |/ |
|
| * | Fix keyboard shortcus for disassembly comments pane [Vas Crabb] |  Vas Crabb | 2016-06-09 | 3 | -3/+3 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 17 | -104/+112 |
| * | debugimgui: send character inputs to the debugger view with focus, allows edi... |  mahlemiut | 2016-06-06 | 1 | -0/+12 |
| * | debugimgui: make new window shortcut keypresses not repeat |  mahlemiut | 2016-06-06 | 1 | -5/+5 |
| * | debugimgui: made debugger keys also use ImGui keypress functions |  mahlemiut | 2016-06-06 | 1 | -41/+41 |
| * | debugimgui: adjust key repeat rate a bit |  mahlemiut | 2016-06-05 | 1 | -0/+5 |
| * | debugimgui: fix exception when un-collapsing a single window. |  mahlemiut | 2016-06-05 | 1 | -11/+16 |
| * | debugimgui: use ImGui functions to handle view inputs, allows key repeating t... |  mahlemiut | 2016-06-05 | 1 | -12/+12 |
| * | debugimgui: actually map cursor keys so that they can be used in input text w... |  mahlemiut | 2016-06-04 | 1 | -29/+4 |
| * | debugimgui: add auto select-all flag to disassembly and memory expression inp... |  mahlemiut | 2016-06-04 | 1 | -4/+2 |
| * | debugimgui: pressing Enter on an empty console input box does a single step. |  mahlemiut | 2016-06-03 | 1 | -2/+8 |
| * | debugimgui: removed scrollbar from memory windows, and let the view itself co... |  mahlemiut | 2016-06-02 | 1 | -8/+20 |
| * | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -5/+5 |
| * | debugimgui: made a start on rendering just the visible areas of a debugger vi... |  mahlemiut | 2016-05-20 | 1 | -55/+50 |
| * | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -0/+1 |
| * | debugimgui: move view drawing into a single function, few more minor colour f... |  mahlemiut | 2016-05-14 | 1 | -318/+89 |
| * | debugimgui: fix up title and menu bar colours. |  mahlemiut | 2016-05-12 | 1 | -8/+11 |
| * | Fix colors due to defaults change (nw) |  Miodrag Milanovic | 2016-05-12 | 1 | -3/+3 |
| * | no deps between osd and frontend, internal debugger removed (nw) |  Miodrag Milanovic | 2016-05-06 | 1 | -1869/+0 |
| * | debugimgui: Use a getter function for combo boxes. Memory windows are now mu... |  mahlemiut | 2016-05-04 | 1 | -23/+11 |
| * | debugimgui: move building of source lists for disasm and memory windows so th... |  mahlemiut | 2016-05-02 | 1 | -23/+24 |
| * | Merge remote-tracking branch 'upstream/master' into mui |  AJR | 2016-04-27 | 1 | -67/+67 |
| |\ |
|
| | * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -67/+67 |
| * | | Relieve UI menus and such from having to constantly fetch UI object from glob... |  AJR | 2016-04-26 | 1 | -2/+3 |
| |/ |
|
| * | Revert "Temp revert of Brad changes (nw)" |  Miodrag Milanovic | 2016-04-25 | 2 | -2/+2 |