summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ui.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2704/+0
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-0/+1
* Iterate over devices C++11 style AJR2016-04-181-58/+46
* Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-151-1/+1
* Make core vector-related slider handling slightly less egregious, nw therealmogminer@gmail.com2016-04-121-16/+12
* Merge pull request #776 from jmallach/typos R. Belmont2016-04-121-1/+1
|\
| * Typo fix: threshhold → threshold Jordi Mallach2016-04-011-1/+1
* | (nw) dankan18902016-04-121-12/+2
* | Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-5/+17
* | Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-101-66/+58
* | Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-091-44/+44
* | luaengine: direct and region accessors [Carl] cracyc2016-04-051-0/+4
* | Small changes. (nw) dankan18902016-04-031-10/+2
|/
* Iterate over core classes C++11 style AJR2016-03-311-13/+11
* removed disclaimer since it was not shown anyway and it is known fact (nw) Miodrag Milanovic2016-03-281-27/+6
* relaxed warning screen by allowing pressing of any button instead of specific... Miodrag Milanovic2016-03-281-32/+3
* Merge with master therealmogminer@gmail.com2016-03-211-2/+2
|\
| * Added support and configuration for the image collection "covers". dankan18902016-03-181-1/+1
| * Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-1/+1
* | Fix scrolling in slider list, nw therealmogminer@gmail.com2016-03-171-1/+0
|/
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* Don't bother to localise error log for now Vas Crabb2016-03-061-1/+1
* Fix up some bad English, fix more unlocalisable stuff Vas Crabb2016-03-061-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-4/+4
* Clean up a bit more legacy code Vas Crabb2016-02-291-25/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-105/+109
* Revert "New driver specifiers; modify -listclones, -listsource; add -listtree" Miodrag Milanović2016-02-251-1/+0
* Merge pull request #650 from ajrhacker/listclones Miodrag Milanović2016-02-251-0/+1
|\
| * New driver specifiers; changes to -listclones, -listsource; add -listtree AJR2016-02-241-0/+1
* | Cleanups and version bump Miodrag Milanovic2016-02-241-8/+8
* | placing back UI related settings to emu_options on popular demand (nw) Miodrag Milanovic2016-02-221-4/+4
* | ui: more localization and code fix. (nw) dankan18902016-02-211-56/+56
* | cleanup. (nw) dankan18902016-02-211-1/+1
* | Final fixups, get sliders working again, nw therealmogminer@gmail.com2016-02-211-0/+2
* | Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-40/+12
* | Fix osd message Michele Fochi2016-02-131-1/+1
* | Added support for autofire under cheat menu and available only if cheats Michele Fochi2016-02-131-0/+15
|/
* Merge pull request #610 from motoschifo/master Miodrag Milanović2016-02-081-0/+30
|\
| * Added new options: Michele Fochi2016-02-081-0/+4
| * VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-0/+26
* | ui: The video mode in the menu display options are now obtained directly from... dankan18902016-02-081-2/+3
|/
* move some options to ui.ini (nw) Miodrag Milanovic2016-02-051-4/+4
* Keep ui options separate from emulator ini file. (nw) Miodrag Milanovic2016-02-051-12/+35
* ui: orange mousecursor regrew with mewUI merge, let's re-shrink it hap2016-02-041-4/+5
* clear the rest of mewui mentioning (nw) Miodrag Milanovic2016-02-041-3/+4
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-9/+228
* Initialize m_load_save_hold Victor Vasiliev2016-02-031-0/+1
* Allow saved states to be bound to joystick buttons Victor Vasiliev2016-02-021-4/+23
* Do not read the load/save state filename while sequence is still pressed Victor Vasiliev2016-02-021-0/+19
* Do not handle any UI inputs immediately after state load/save Victor Vasiliev2016-02-021-0/+3