summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/ui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-8/+4
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-301-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-5/+5
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-21/+181
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-241-0/+18
* ui: swap order of popup screens (gameinfo first, warnings second), add "press... hap2020-07-101-7/+10
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-101-2/+1
* ui: allow to skip warning popup at start hap2020-07-101-1/+2
* ui: able to show emulation warnings from tab menu hap2020-07-101-4/+7
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* fidel_eag68k: don't overclock v11 by default, add note about wrong cpu timing... hap2020-05-131-3/+3
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-221-2/+2
* (nw) Cleanup on the way: Vas Crabb2020-03-101-2/+2
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-101-2/+2
* Remove internal autofire functionality as there's a plugin for that now (#5802) Vas Crabb2019-11-171-15/+0
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-9/+2
* srcclean (nw) Vas Crabb2019-08-251-2/+2
* Expose sound buffer and samplerate to luaengine (#5497) feos2019-08-171-1/+1
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-1/+1
* Surpressing mandatory file manager when -str (seconds to run) is on (nw) npwoods2019-08-061-3/+3
* Changed mechanisms for overriding the mandatory file manager npwoods2019-08-051-7/+32
* Created a -skip_mandatory_fileman option npwoods2019-07-211-1/+1
* Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-191-22/+1
* disable ui startup screens for "-video none" feos2019-07-151-2/+4
* Refactored UI font metrics (#5291) npwoods2019-06-301-22/+24
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-51/+29
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-2/+2
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-3/+3
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-5/+10
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+0
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+5
* Actually make sure OSD options are included when saving through UI AJR2017-10-061-1/+4
* Eliminate last use of auto_alloc in frontend (nw) AJR2017-09-151-3/+3
* ui.cpp: Eliminate now-unnecessary machine parameter (nw) AJR2017-09-151-24/+24
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-151-30/+29
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-1/+1
* don't use hairline spaces for alingment in the info box Vas Crabb2017-07-271-1/+1
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-35/+30
* Fixed issue #2420 Nathan Woods2017-06-281-1/+1
* Fixed state save menu UI issues (#2411) Nathan Woods2017-06-271-0/+2
* Allow experimental overclocking of sound devices through UI sliders with -che... AJR2017-06-261-0/+10
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-10/+23
* Reintroduced a state save menu, take two (#2358) npwoods2017-06-251-117/+6
* Revert "state: Turns the current state save feature to a menu [Nathan Woods]" Olivier Galibert2017-06-011-6/+115
* state: Turns the current state save feature to a menu [Nathan Woods] npwoods2017-06-011-115/+6
* general cleanup: Vas Crabb2017-05-231-4/+4
* Refactoring/cleanup to state load/save handling Nathan Woods2017-05-101-5/+5
* Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... Nathan Woods2017-05-101-2/+2