summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* Added make opions for filter file, adjusted source path display. Vas Crabb2022-06-285-14/+56
* -Updated translations, cleaned up a little. Vas Crabb2022-06-262-0/+7
* ui/selgame.cpp: Avoid assert in std::vector when no items in menu. (#9978) jflatt2022-06-251-1/+1
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-2/+2
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-153-14/+5
* -Got rid of some legacy MESS support glue. Vas Crabb2022-06-132-5/+6
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-1148-842/+1413
* frontend/mame/infoxml.cpp: Work around an MSVCPRT shortcoming with promise ty... Vas Crabb2022-06-061-0/+6
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-305-101/+101
* ui/ui.cpp: Use unordered map for session data, to tempt fate with toolchain b... Vas Crabb2022-05-241-2/+2
* ui/viewgfx.cpp: Fixed some cases where no tiles would appear with tall or wid... Vas Crabb2022-05-211-3/+11
* ui/viewgfx.cpp: Remember orientation/position/scale per tilemap; more encapsu... Vas Crabb2022-05-211-190/+248
* ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9... Vas Crabb2022-05-203-973/+981
* srcclean in preparation for 0.243 Vas Crabb2022-04-242-3/+3
* File handling cleanup AJR2022-04-191-18/+12
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... npwoods2022-04-114-11/+37
* Added an 'image_display_enabled' property to mame_ui_manager and exposed it t... npwoods2022-04-073-1/+6
* ui/datmenu.cpp: Respect clicks on headings (GitHub #9522). Vas Crabb2022-04-071-1/+1
* Disable lifetime dead store elimination for Linux GCC builds. Vas Crabb2022-04-031-1/+1
* Try to work around the uninitialised member warning in sol::optional. Vas Crabb2022-04-033-37/+36
* -util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays. Vas Crabb2022-04-031-0/+10
* floppy: remove the intermediate allocator Olivier Galibert2022-03-304-11/+11
* Lua engine improvements (#9453) Vas Crabb2022-03-237-321/+396
* Lua engine: Enable checks for debug builds, kill sol::buffer. (#9419) Vas Crabb2022-03-173-63/+115
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-163-89/+94
* emu/devcb.h: Cleaned up a little using C++17 type traits helpers. Vas Crabb2022-02-281-6/+10
* Lua engine: Make setting analog I/O port field values user-friendly. (#9322) feos2022-02-281-0/+11
* fileio.cpp: Remove optional second argument of path_iterator::next AJR2022-02-172-4/+7
* vegas.cpp: Cleanup: Vas Crabb2022-02-131-33/+48
* Remove fileio.h from emu.h AJR2022-02-1120-0/+21
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-123-196/+205
* frontend: Exposed memory pass-through handlers (address space taps) to Lua. Vas Crabb2022-02-102-51/+293
* Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk] Justin Kerk2022-02-051-1/+1
* Clean up various loose ends: Vas Crabb2022-02-033-7/+163
* frontend: Use util::core_file instead of emu_file where applicable AJR2022-01-307-73/+74
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-3/+3
* Remove http related header pollution (#9201) Miodrag Milanović2022-01-261-0/+1
* frontend: Sort directory selection menu items (MT08167). Vas Crabb2022-01-073-67/+40
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-1/+1
* Render-related cleanup AJR2021-12-305-3/+8
* Fix lockup loading UI with Emscripten builds that don't support threading Justin Kerk2021-12-191-0/+5
* frontend: Don't call .name() on I/O port fields without a running machine. Vas Crabb2021-12-151-4/+4
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-098-46/+50
* screen: report refresh rate <1hz as error in validity check hap2021-12-082-14/+20
* ui: change string parse for screen hz info hap2021-12-072-4/+10
* -frontend: Give heading items in menus a bit of horizontal space. Vas Crabb2021-12-051-0/+2
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-258-51/+38
* frontend: Fixed another case where the system selection menu could get confus... Vas Crabb2021-11-241-3/+9
* -frontend: Fixed crashes switching between favourites and other filters. Vas Crabb2021-11-233-13/+26
* emu/render.cpp, emu/rendlay.cpp: Added scroll support for all elements. Vas Crabb2021-11-181-17/+55