| Commit message (Expand) | Author | Age | Files | Lines |
| * | ui/state.cpp: Use path concatenation utility function. |  Vas Crabb | 2022-11-26 | 1 | -8/+4 |
| * | ui/selgame.cpp: Fixed display of software favourites. |  Vas Crabb | 2022-10-30 | 1 | -5/+5 |
| * | luaengine_input.cpp: Fixed input device items upper bound. (#10465) |  goldnchild | 2022-10-23 | 1 | -1/+1 |
| * | ui: Added support for shows localised system name in Favorites. (#10455) |  k2-git | 2022-10-22 | 1 | -2/+3 |
| * | Modernize core_strwildcmp() and core_iswildstr() (#10344) |  npwoods | 2022-10-16 | 2 | -9/+9 |
| * | pluginopts.cpp: Use path_concat utility function |  AJR | 2022-10-04 | 1 | -3/+4 |
| * | armchamp/armchmp2: match not-working and mechanical flags: |  hap | 2022-10-04 | 1 | -1/+1 |
| * | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 4 | -0/+8 |
| * | corefile.h: Move filename utilities to path.h |  AJR | 2022-09-25 | 9 | -2/+15 |
| * | util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... |  npwoods | 2022-09-15 | 5 | -12/+12 |
| * | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 18 | -383/+783 |
| * | OSD/network interface cleanup |  AJR | 2022-08-28 | 2 | -0/+2 |
| * | inifile.cpp, miscmenu.cpp: Use std::collate for filename sorting |  AJR | 2022-08-27 | 2 | -5/+34 |
| * | Use util::streqlower in more places |  AJR | 2022-08-27 | 1 | -2/+3 |
| * | Lua scripting enhancements: |  Vas Crabb | 2022-08-23 | 2 | -10/+363 |
| * | emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. |  Vas Crabb | 2022-08-20 | 1 | -1/+2 |
| * | frontend: Swallow save state slot key/button. |  Vas Crabb | 2022-08-18 | 2 | -21/+44 |
| * | ui/icorender.cpp: Revert initialisations that can hide real bugs. |  Vas Crabb | 2022-08-03 | 1 | -3/+3 |
| * | cpu16h, icorender.cpp: fix MSVC compile (nw) |  Peter Ferrie | 2022-08-01 | 1 | -3/+3 |
| * | ui/selgame.cpp, ui/selsoft.cpp: Clear up std::vector asserts triggered when m... |  jflatt | 2022-07-16 | 2 | -2/+2 |
| * | Added make opions for filter file, adjusted source path display. |  Vas Crabb | 2022-06-28 | 5 | -14/+56 |
| * | -Updated translations, cleaned up a little. |  Vas Crabb | 2022-06-26 | 2 | -0/+7 |
| * | ui/selgame.cpp: Avoid assert in std::vector when no items in menu. (#9978) |  jflatt | 2022-06-25 | 1 | -1/+1 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -2/+2 |
| * | osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... |  npwoods | 2022-06-15 | 3 | -14/+5 |
| * | -Got rid of some legacy MESS support glue. |  Vas Crabb | 2022-06-13 | 2 | -5/+6 |
| * | ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) |  Vas Crabb | 2022-06-11 | 48 | -842/+1413 |
| * | frontend/mame/infoxml.cpp: Work around an MSVCPRT shortcoming with promise ty... |  Vas Crabb | 2022-06-06 | 1 | -0/+6 |
| * | util/options.h: Removed legacy OPTION_* option type constants. (#9851) |  npwoods | 2022-05-30 | 5 | -101/+101 |
| * | ui/ui.cpp: Use unordered map for session data, to tempt fate with toolchain b... |  Vas Crabb | 2022-05-24 | 1 | -2/+2 |
| * | ui/viewgfx.cpp: Fixed some cases where no tiles would appear with tall or wid... |  Vas Crabb | 2022-05-21 | 1 | -3/+11 |
| * | ui/viewgfx.cpp: Remember orientation/position/scale per tilemap; more encapsu... |  Vas Crabb | 2022-05-21 | 1 | -190/+248 |
| * | ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9... |  Vas Crabb | 2022-05-20 | 3 | -973/+981 |
| * | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 2 | -3/+3 |
| * | File handling cleanup |  AJR | 2022-04-19 | 1 | -18/+12 |
| * | Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... |  npwoods | 2022-04-11 | 4 | -11/+37 |
| * | Added an 'image_display_enabled' property to mame_ui_manager and exposed it t... |  npwoods | 2022-04-07 | 3 | -1/+6 |
| * | ui/datmenu.cpp: Respect clicks on headings (GitHub #9522). |  Vas Crabb | 2022-04-07 | 1 | -1/+1 |
| * | Disable lifetime dead store elimination for Linux GCC builds. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
| * | Try to work around the uninitialised member warning in sol::optional. |  Vas Crabb | 2022-04-03 | 3 | -37/+36 |
| * | -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. |  Vas Crabb | 2022-04-03 | 1 | -0/+10 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 4 | -11/+11 |
| * | Lua engine improvements (#9453) |  Vas Crabb | 2022-03-23 | 7 | -321/+396 |
| * | Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419) |  Vas Crabb | 2022-03-17 | 3 | -63/+115 |
| * | Fixed some debugger memory view annoyances and cleaned up Lua bindings. |  Vas Crabb | 2022-03-16 | 3 | -89/+94 |
| * | emu/devcb.h: Cleaned up a little using C++17 type traits helpers. |  Vas Crabb | 2022-02-28 | 1 | -6/+10 |
| * | Lua engine: Make setting analog I/O port field values user-friendly. (#9322) |  feos | 2022-02-28 | 1 | -0/+11 |
| * | fileio.cpp: Remove optional second argument of path_iterator::next |  AJR | 2022-02-17 | 2 | -4/+7 |
| * | vegas.cpp: Cleanup: |  Vas Crabb | 2022-02-13 | 1 | -33/+48 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 20 | -0/+21 |