summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add -lowlatency option to UI. Antonio Giner2019-12-021-0/+1
* ui/cheatopt.cpp: MT07510 (nw) Ivan Vangelista2019-11-291-4/+1
* plugins/cheatfind: permit entry of cheat names cracyc2019-11-271-0/+4
* don't attempt to load a translation file if the language setting is empty (nw) Vas Crabb2019-11-261-1/+4
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-231-1/+1
* UI updates: Vas Crabb2019-11-2211-226/+344
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-212-4/+5
* luaengine: fix tabs (nw) cracyc2019-11-201-3/+3
* plugins/cheat: show pressed buttons when setting hotkeys (nw) cracyc2019-11-201-4/+23
* UI input mapping menu updates: Vas Crabb2019-11-2112-68/+330
* sliders.cpp: Support PORT_CONDITION for PORT_ADJUSTER [Couriersud] couriersud2019-11-201-7/+13
* UI: when modifying an input mapping, only cycle default/none if UI_CANCEL is ... Vas Crabb2019-11-202-3/+12
* restore code cleaning behaviour prior to ae2cc6853d935d3daeadd84b0b740af82ea9... Vas Crabb2019-11-201-4/+3
* UI show feedback when configuring an input to give the user more of an idea o... Vas Crabb2019-11-204-95/+102
* UI: if panel is collapsed while focused, return focus to systems/software Vas Crabb2019-11-181-0/+12
* UI updates: Vas Crabb2019-11-184-30/+76
* bus/amiga/zorro: put in namespace, improve safety a bit (nw) Vas Crabb2019-11-181-1/+3
* Remove internal autofire functionality as there's a plugin for that now (#5802) Vas Crabb2019-11-173-212/+7
* viewgfx.cpp: Allocate bitmap in place rather than using global_alloc; explici... AJR2019-11-161-26/+48
* get rid of some pointless members of input mapping menu (nw) Vas Crabb2019-11-172-16/+9
* UI cleanup: Vas Crabb2019-11-174-211/+146
* UI updates: Vas Crabb2019-11-175-211/+258
* I've rewritten a chunk of this (nw) Vas Crabb2019-11-172-2/+2
* UI updates: Vas Crabb2019-11-1711-419/+615
* actual intended alignment of analog input labels (nw) Vas Crabb2019-11-161-1/+1
* Display emulated analog input values on the anaolg controls menu screen Vas Crabb2019-11-165-223/+380
* Spring cleaning: Vas Crabb2019-11-013-21/+24
* Spelling (#5796) Zoƫ Blade2019-10-241-1/+1
* *fixed display of covers in UI. Robbbert2019-10-231-1/+2
* (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1
* Merge pull request #5758 from vadosnaprimer/luaengine_ram R. Belmont2019-10-191-1081/+1122
|\
| * luaengine: reduce memory usage during compilation feos2019-10-191-1081/+1122
* | vs2019_clang builds and links with portaudio disabled (nw) smf-2019-10-081-1/+1
|/
* ui/menu: Move one variable down into subclasses; fix some confusing variable ... AJR2019-09-267-33/+35
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-269-29/+28
* Merge pull request #5683 from vadosnaprimer/sound_callback R. Belmont2019-09-253-3/+25
|\
| * callback after sound update has generated new samples feos2019-09-243-3/+25
* | (nw) fixed presentation of error message about invalid INI options. Robbbert2019-09-191-1/+1
|/
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-9/+2
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-8/+6
* MT#7408: Fixed issue that caused most LUA callbacks to be duplicated (#5592) npwoods2019-09-061-7/+0
* Distinguish DIP switches that belong to different devices but have the same n... AJR2019-08-312-4/+6
* Exposing running_machine::exit_pending() and npwoods2019-08-281-1/+5
* strtok is not reentrant - it's not safe to call it any time you might be mult... Vas Crabb2019-08-251-8/+9
* srcclean (nw) Vas Crabb2019-08-253-9/+9
* Exposing ioport_manager::type_group() and ioport_field::keyboard_codes() npwoods2019-08-231-0/+13
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Extracting input sequence cleaning logic into an seq_clean() function npwoods2019-08-211-0/+2
* Miscellaneous LUA functionality npwoods2019-08-184-1/+27
* Changes LUA seq_poll_start to take the input_item_class as a string (#5503) npwoods2019-08-181-33/+18