summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exposing input device classes, input devices, and input device items to npwoods2019-08-171-1/+79
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-172-5/+23
* Moved most of the implementation of info_xml_creator to anonymous npwoods2019-08-152-105/+121
* Ensuring that devices emitted by -listxml are sorted npwoods2019-08-132-1/+17
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Changing info_xml_creator to not use std::endl (nw) npwoods2019-08-071-33/+32
* Speeding up -listxml by performing the heavy lifting asynchronously npwoods2019-08-072-59/+127
* Surpressing mandatory file manager when -str (seconds to run) is on (nw) npwoods2019-08-061-3/+3
* Merge pull request #5438 from npwoods/lua_manadatory_file_manager_override_ch... R. Belmont2019-08-057-43/+112
|\
| * Changed mechanisms for overriding the mandatory file manager npwoods2019-08-057-43/+112
* | Changed info_xml_creator to use std::ostream npwoods2019-08-054-275/+272
* | Follow up to previous listxml_refactor PR (nw) npwoods2019-08-043-24/+10
|/
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-1/+3
* Refactored info_xml_creator::output() npwoods2019-08-033-114/+148
* Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-5/+7
* srcclean (nw) Vas Crabb2019-07-287-21/+21
* (nw) indicate that plugin errors are now fatal Robbbert2019-07-261-3/+3
* Merge pull request #5383 from npwoods/plugin_refactor R. Belmont2019-07-246-93/+234
|\