| Commit message (Expand) | Author | Age | Files | Lines |
| * | osd: Cleaned up MIDI and network interfaces a little more. |  Vas Crabb | 2024-03-01 | 1 | -2/+4 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -44/+57 |
| * | Removed some unnecessary backslash line continuations. (#12047) |  amameuser | 2024-02-21 | 1 | -57/+57 |
| * | mainmenu: readd separator after favorites |  hap | 2024-02-18 | 1 | -0/+2 |
| * | ui: remove separator between Add/remove favorite and About MAME, ugly even th... |  hap | 2024-02-18 | 2 | -14/+12 |
| * | cheatopt: move global cheat enable to the bottom |  hap | 2024-02-18 | 1 | -14/+17 |
| * | ui: add quick save/load state shortcut, default key undecided |  hap | 2024-02-11 | 1 | -0/+14 |
| * | cheatopt: indicate if no cheats were found |  hap | 2024-02-11 | 1 | -4/+10 |
| * | cheatopt: add the global cheat enable toggle to the menu |  hap | 2024-02-11 | 9 | -22/+40 |
| * | ui menu: readjust visible width if heading width exceeds that of the menu |  hap | 2024-02-03 | 1 | -6/+6 |
| * | swlist: don't add switch item ordering menu entry when there's only 1 swlist ... |  hap | 2024-02-02 | 1 | -5/+8 |
| * | swlist: add ui header |  hap | 2024-02-02 | 1 | -1/+5 |
| * | swlist: refactor prev commit |  hap | 2024-02-02 | 1 | -10/+9 |
| * | swlist: swap columns when sorted by shortname |  hap | 2024-02-02 | 1 | -1/+9 |
| * | frontend/mame/clifront.cpp: Removed unused variable picked up by clang but no... |  Vas Crabb | 2024-01-28 | 1 | -3/+0 |
| * | -fronten/mame/clifront.cpp: Fixed misleading error messages from -verifysoftw... |  Vas Crabb | 2024-01-28 | 1 | -17/+17 |
| * | Miscellaneous cleanup, and a couple of error checks. |  Vas Crabb | 2024-01-25 | 2 | -12/+13 |
| * | devices/bus: remove \xC2 and \xC3 from input defs |  hap | 2023-12-23 | 1 | -2/+2 |
| * | ui: remove use of utf8.h |  hap | 2023-12-22 | 4 | -21/+15 |
| * | emu/diimage.cpp: Added media change notifier and exposed to Lua. |  Vas Crabb | 2023-12-14 | 8 | -70/+136 |
| * | Cleaned up some recent changes a little. |  Vas Crabb | 2023-11-20 | 1 | -1/+1 |
| * | luaengine.cpp: Restored ability for wait functions to yield values from corou... |  Vas Crabb | 2023-11-17 | 1 | -3/+7 |
| * | -luaengine.cpp: Fixed jobs waiting for frame updates sleeping forever. |  Vas Crabb | 2023-11-17 | 1 | -11/+5 |
| * | ui/menu.h: Refactor probably-unsafe code referencing temporary object |  AJR | 2023-11-14 | 1 | -2/+2 |
| * | sega/sega_beena.cpp: Added basic book page display. |  Vas Crabb | 2023-11-04 | 1 | -0/+17 |
| * | Miscellaneous fixes: |  Vas Crabb | 2023-11-02 | 1 | -2/+2 |
| * | Added some additional layout functionality and script bindings. |  Vas Crabb | 2023-10-30 | 3 | -82/+229 |
| * | Allow clone CHDs to use parent CHDs as parents. |  Vas Crabb | 2023-10-20 | 1 | -0/+3 |
| * | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 3 | -1/+5 |
| * | frontend/mame/luaengine.cpp: Corrected spelling of screen device xoffset and ... |  goldnchild | 2023-09-18 | 1 | -2/+2 |
| * | speaker: set pan range to -1 to 1, |  hap | 2023-09-10 | 1 | -47/+66 |
| * | sound: add configurable speaker panning |  hap | 2023-09-09 | 2 | -30/+72 |
| * | ui/info: add \n before btanb warning strings, |  hap | 2023-08-24 | 1 | -2/+12 |
| * | ui/info: swap notworking/mechanical warnings, only add initial \n if there we... |  hap | 2023-08-24 | 1 | -3/+13 |
| * | ui/info.cpp, ui/simpleselgame.cpp: Replaced imprecise "driver" with "source f... |  Vas Crabb | 2023-08-23 | 2 | -2/+2 |
| * | ui/utils: Added a source file filter for system selection menu. |  Vas Crabb | 2023-08-19 | 10 | -61/+108 |
| * | ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. |  Vas Crabb | 2023-08-17 | 1 | -4/+13 |
| * | pluginopts: don't add library plugins to plugin.ini, |  hap | 2023-07-31 | 3 | -18/+28 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -3/+1 |
| * | UI refinements/fixes: |  Vas Crabb | 2023-05-10 | 7 | -16/+40 |
| * | frontend/mame/audit.cpp: Work around issues when no ROMs are shared with imme... |  Vas Crabb | 2023-05-09 | 1 | -4/+37 |
| * | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 1 | -3/+5 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 4 | -4/+138 |
| * | ui: Don't use facets of destructed locales. |  Vas Crabb | 2023-05-01 | 7 | -8/+16 |
| * | frontend/mame/luaengine.ipp Fixed i686 Linux GCC build. |  Vas Crabb | 2023-04-24 | 1 | -3/+3 |
| * | Miscellaneous improvements: |  Vas Crabb | 2023-04-14 | 1 | -63/+106 |
| * | Allow loading PNG/JPEG/MS DIB bitmaps from Lua, and cleanup. |  Vas Crabb | 2023-04-13 | 1 | -1/+35 |
| * | clifront.cpp: Changed -listbios to work more like -listslots, showing all BIO... |  Vas Crabb | 2023-04-10 | 1 | -37/+63 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 4 | -34/+92 |
| * | Lua engine: Dispose of notifiers before closing Sol. |  Vas Crabb | 2023-04-07 | 3 | -38/+46 |