summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-242-0/+21
* Pruning of redundant #includes located in src/devices/machine/* and src/front... Scott Stone2020-07-113-7/+0
* Revert "ui: fix initial message popups not showing on d3d/bgfx" hap2020-07-101-1/+0
* ui: swap order of popup screens (gameinfo first, warnings second), add "press... hap2020-07-101-7/+10
* ui: fix initial message popups not showing on d3d/bgfx hap2020-07-101-0/+1
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-102-69/+67
* ui: allow to skip warning popup at start hap2020-07-102-67/+69
* ui: able to show emulation warnings from tab menu hap2020-07-106-15/+59
* (nw) get help from website instead of files that don't exist. Robbbert2020-06-241-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Merge pull request #6822 from vadosnaprimer/lua_ioport_setting R. Belmont2020-06-141-0/+9
|\
| * expose ioport_setting to luaengine feos2020-06-121-0/+9
* | ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-131-4/+15
* | Have the -romident command skip the matching process and issue an error messa... AJR2020-05-302-1/+6
|/
* Merge pull request #6748 from vadosnaprimer/rom_entry R. Belmont2020-05-261-0/+28
|\
| * luaengine: rom_entry library feos2020-05-261-0/+28
* | Debugger expression and memory access overhaul AJR2020-05-253-23/+8
* | fidel_eag68k: don't overclock v11 by default, add note about wrong cpu timing... hap2020-05-131-3/+3
|/
* Consolidated code for pasing enum strings in (#6592) npwoods2020-04-271-38/+67
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-4/+4
* Enhancing LUA video:begin_recording() function with optional format (#6533) npwoods2020-04-221-11/+44
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-222-5/+5
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-27/+1
* ROM loading cleanup: Vas Crabb2020-04-157-85/+130
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-132-9/+9
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-032-47/+83
* Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)" hap2020-04-032-54/+43
* ui: remove clock freqs trailing 0s on machine info screen (nw) hap2020-04-032-43/+54
* about: remove auto pause (nw) hap2020-03-262-21/+3
* menu: change Dip to DIP, add appname to about (nw) hap2020-03-211-2/+2
* compile in the contents of the COPYING file for the about box - safer than as... Vas Crabb2020-03-222-49/+12
* Fix compile, nw MooglyGuy2020-03-111-0/+2
* -frontend: Added an About menu option to display the contents of COPYING in o... MooglyGuy2020-03-115-30/+209
* (nw) Cleanup on the way: Vas Crabb2020-03-1013-68/+65
* luaengine: save state to/from binary string buffer (#6354) feos2020-02-241-0/+27
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-1/+1
* luaengine: Back out part of unrelated WIP I didn't mean to commit (nw) AJR2020-02-161-3/+3
* luaengine: Expose osd_subst_env as emu.subst_env (nw) AJR2020-02-161-3/+9
* fix various things. checkpointed the alphatpc16, will credit before next rel... cracyc2020-02-111-7/+5
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-226-6/+6
|\
| * use C++ library includes (nw) firewave2020-01-226-6/+6
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-2213-47/+47
|/
* luaengine: addr_space:read_range() (#6120) feos2020-01-181-0/+59
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-101-2/+2
* (nw) the software list device is identified by its tag, the name is tells you... Vas Crabb2019-12-311-2/+2
* infoxml.cpp: Fix attribute order [Couriersud] couriersud2019-12-301-1/+1
* lua: add address_mask and endianness to addr_space library (#6061) feos2019-12-191-4/+23
* (nw) don't escape stuff that shouldn't be escaped Vas Crabb2019-12-191-1/+1
* Make -listsoftware and -getsoflist recognise software lists that come from sl... Vas Crabb2019-12-192-89/+91