| Commit message (Expand) | Author | Age | Files | Lines |
| * | debugimgui.cpp: Fix obsolete callback; simplify modifier key reading |  AJR | 2025-04-20 | 1 | -16/+6 |
| * | debugger/debugimgui.cpp: Refuse to break if unable to take over UI input. |  Vas Crabb | 2024-04-12 | 1 | -8/+12 |
| * | Initial touch input support: |  Vas Crabb | 2024-04-12 | 1 | -96/+151 |
| * | debugimgui: fix lockup and debug assert |  Barry Rodewald | 2024-02-09 | 1 | -6/+10 |
| * | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 1 | -0/+2 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -3/+3 |
| * | srcclean and bump copyright date on language files to 2023 |  Vas Crabb | 2023-02-19 | 1 | -1/+1 |
| * | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 1 | -11/+15 |
| * | Update BGFX, BX and BIMG (#10789) |  Miodrag Milanović | 2023-01-05 | 1 | -51/+68 |
| * | Revert "Update BGFX, BX and BIMG (#10750)" (#10787) |  R. Belmont | 2023-01-04 | 1 | -68/+51 |
| * | Update BGFX, BX and BIMG (#10750) |  Miodrag Milanović | 2023-01-04 | 1 | -51/+68 |
| * | Debugger updates: |  Vas Crabb | 2022-09-20 | 1 | -5/+11 |
| * | fixes for clang 15.0 on windows [smf] |  smf- | 2022-09-15 | 1 | -4/+0 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 1 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -3/+4 |
| * | debugimgui: Fix menus losing focus, add octal display and octal/decimal addre... |  Barry Rodewald | 2021-11-19 | 1 | -12/+46 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -4/+4 |
| * | srcclean for upcoming release |  Vas Crabb | 2021-08-22 | 1 | -2/+2 |
| * | dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... |  AJR | 2021-08-16 | 1 | -15/+15 |
| * | Update debugimgui to compile with latest imgui |  MooglyGuy | 2021-08-10 | 1 | -2/+7 |
| * | debugimgui: fix mount and create image dialogs. |  Barry Rodewald | 2021-07-25 | 1 | -5/+13 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 1 | -2/+1 |
| * | Tidy up loose ends: |  Vas Crabb | 2021-01-06 | 1 | -4/+3 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -2/+2 |
| * | Miscellaneous cleanup: |  Vas Crabb | 2020-10-10 | 1 | -1/+1 |
| * | 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 |