| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Temp revert of Brad changes (nw) |  Miodrag Milanovic | 2016-04-25 | 2 | -2/+2 |
| * | debugimgui: added keyboard input for the debug view with focus. |  mahlemiut | 2016-04-25 | 1 | -1/+59 |
| * | Fix Clang build (nw) |  Miodrag Milanovic | 2016-04-24 | 2 | -11/+11 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 43 | -244/+251 |
| * | enabled internal debugger, but this would need to go in time, it is too coupl... |  Miodrag Milanovic | 2016-04-23 | 1 | -2/+2 |
| * | debugimgui: Optimised rendering by drawing text via the window draw list. |  mahlemiut | 2016-04-23 | 1 | -61/+116 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -1/+1 |
| * | Refactor OSD window. |  Brad Hughes | 2016-04-21 | 2 | -2/+2 |
| * | debugimgui: added sending of mouse clicks to debugger views. Please note tha... |  mahlemiut | 2016-04-21 | 1 | -3/+95 |
| * | Merge pull request #823 from ajrhacker/deviter |  Miodrag Milanović | 2016-04-20 | 3 | -27/+18 |
| |\ |
|
| | * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 3 | -27/+18 |
| * | | Standardize platform window pointer storage in osd_window. |  Brad Hughes | 2016-04-18 | 2 | -2/+2 |
| |/ |
|
| * | debugimgui: added error log window, and limited the debugger console to displ... |  mahlemiut | 2016-04-18 | 1 | -0/+71 |
| * | debugimgui: Removed some unused stuff, renamed window class. |  mahlemiut | 2016-04-18 | 1 | -53/+39 |
| * | Fix clang compile. |  couriersud | 2016-04-17 | 1 | -1/+1 |
| * | Added ImGui based debugger. [Barry Rodewald] |  mahlemiut | 2016-04-17 | 1 | -0/+1081 |
| * | Reduction code for entries of "enum class ui_menu_item_type" and the use of i... |  dankan1890 | 2016-04-15 | 1 | -7/+7 |
| * | fix clang complain (nw) |  Miodrag Milanovic | 2016-03-31 | 1 | -1/+4 |
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 8 | -22/+18 |
| * | To ArBee with love |  Vas Crabb | 2016-03-10 | 4 | -2/+114 |
| * | use chrono calls for time handling in core (nw) |  Miodrag Milanovic | 2016-03-03 | 1 | -1/+1 |
| * | Merge input modules work. |  Brad Hughes | 2016-02-28 | 1 | -3/+4 |
| |\ |
|
| | * | Refactor OSD input into modules |  Brad Hughes | 2016-02-28 | 1 | -3/+4 |
| * | | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 4 | -27/+15 |
| |/ |
|
| * | Cleanups and version bumpmame0170 |  Miodrag Milanovic | 2016-01-27 | 1 | -3/+3 |