summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-106-26/+26
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-2210-37/+37
|/
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-101-2/+2
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-2/+2
* 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
* util/options.cpp: fix locale issues and a const correctness issue Vas Crabb2019-11-231-1/+1
* UI updates: Vas Crabb2019-11-229-181/+207
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-212-4/+5
* UI input mapping menu updates: Vas Crabb2019-11-214-36/+97
* 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
* *fixed display of covers in UI. Robbbert2019-10-231-1/+2
* (nw) fixed typo that Andrew found. Robbbert2019-10-201-1/+1
* 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-265-8/+8
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-9/+2
* Distinguish DIP switches that belong to different devices but have the same n... AJR2019-08-312-4/+6
* srcclean (nw) Vas Crabb2019-08-251-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* 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
* Merge pull request #5438 from npwoods/lua_manadatory_file_manager_override_ch... R. Belmont2019-08-053-37/+32
|\
| * Changed mechanisms for overriding the mandatory file manager npwoods2019-08-053-37/+32
* | Changed info_xml_creator to use std::ostream npwoods2019-08-051-3/+3
* | Follow up to previous listxml_refactor PR (nw) npwoods2019-08-041-4/+2
|/
* Refactored info_xml_creator::output() npwoods2019-08-031-7/+18
* srcclean (nw) Vas Crabb2019-07-283-4/+4
* Refactored MAME's plugin system npwoods2019-07-241-9/+9
* Created a -skip_mandatory_fileman option npwoods2019-07-211-1/+1
* Merge pull request #5363 from npwoods/lua_paste ajrhacker2019-07-192-23/+1
|\