| Commit message (Expand) | Author | Age | Files | Lines |
* | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -6/+2 |
* | Debugger expression and memory access overhaul |  AJR | 2020-05-25 | 1 | -18/+18 |
* | Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) |  Oliver Stöneberg | 2020-04-08 | 1 | -1/+1 |
* | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) |  Oliver Stöneberg | 2020-01-30 | 1 | -12/+12 |
* | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) |  Oliver Stöneberg | 2020-01-30 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -4/+4 |
* | misc cleanup: |  Vas Crabb | 2019-11-18 | 1 | -25/+13 |
* | 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] |  mooglyguy | 2018-12-05 | 1 | -3/+3 |
* | fix building with clang 6.0.1 (nw) |  smf- | 2018-07-07 | 1 | -2/+0 |
* | Convert zippath directory to a C++ interface |  Vas Crabb | 2018-01-10 | 1 | -11/+11 |
* | Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... |  Miodrag Milanovic | 2017-12-01 | 1 | -10/+7 |
* | Don't process every character individually when searching - this reduces |  Vas Crabb | 2017-08-10 | 1 | -1/+1 |
* | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -1/+1 |
* | fix compile with Xcode 8.2 (nw) |  arbee | 2016-12-15 | 1 | -1/+1 |
* | debugimgui: sort directory entries in mount dialog, as zippath_readdir() does... |  mahlemiut | 2016-12-16 | 1 | -0/+5 |
* | debugimgui: lighten combo box list so that it's easier to read (nw) |  mahlemiut | 2016-12-04 | 1 | -2/+2 |
* | simplified memory allocation for osd_module (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -0/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -8/+8 |
* | 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 order of evaluation making imgui debugger not fail on starting without dr... |  Miodrag Milanovic | 2016-07-23 | 1 | -1/+1 |
* | 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 |
* | debugimgui: draw a light rectangle around a view if it has focus, gives a vis... |  mahlemiut | 2016-06-11 | 1 | -0/+10 |
* | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -22/+22 |
* | 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 |
* | 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 |