summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved things a bit around to better decouple fulivi2016-06-091-2/+0
* Changed UI handlers to be stored as std::function(); implemented old set_hand... Nathan Woods2016-06-041-0/+1
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-47/+0
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-0/+2
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-15/+15
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-242-3/+5
* cleanup (nw) Miodrag Milanovic2016-04-231-14/+0
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-2379-27461/+130
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-224-0/+4
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-212-2/+2
* fix sdl build. (nw) dankan18902016-04-2112-25/+6
* Isolate CLI part (nw) Miodrag Milanovic2016-04-202-0/+2
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-2017-285/+224
|\
| * Iterate over devices C++11 style AJR2016-04-1817-285/+224
* | Forced reset in order to properly apply some options. (nw) dankan18902016-04-205-3/+23
|/
* added advanced options to per-machine configuration. (nw) dankan18902016-04-152-1/+7
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-158-213/+387
* Reduction code for entries of "enum class ui_menu_item_type" and the use of i... dankan18902016-04-1522-65/+77
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+0
* * Make softwares -> software changes actually read properly Vas Crabb2016-04-132-3/+3
* 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-124-6/+6
|\
| * Typo fix: threshhold → threshold Jordi Mallach2016-04-011-1/+1
| * Typo fix: softwares → software Jordi Mallach2016-04-013-5/+5
* | diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-122-28/+30
* | (nw) dankan18902016-04-126-38/+23
* | submenu: merged some options menu. (nw) dankan18902016-04-1110-495/+127
* | Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-104-32/+58
* | Add dividing line to bgfx slider list where applicable, nw therealmogminer@gmail.com2016-04-101-1/+5
* | Make sliders use an std::vector instead of a linked list, nw therealmogminer@gmail.com2016-04-106-89/+114
* | menu: fixed scrolling with the mouse wheel. (nw) dankan18902016-04-101-8/+8
* | Add runtime screen chain selection, nw therealmogminer@gmail.com2016-04-093-50/+50
* | (nw) cracyc2016-04-091-4/+4
* | luaengine: make flags explicit (nw) cracyc2016-04-091-3/+15
* | Fixed the key handler for the error "roms or missing CHD." dankan18902016-04-075-46/+40
* | luaengine: direct and region accessors [Carl] cracyc2016-04-051-0/+4
* | Merge pull request #789 from ajrhacker/emuopts_drc Miodrag Milanović2016-04-054-1/+4
|\ \
| * | Revert software-installed slot/image options when changing software AJR2016-04-044-1/+4
* | | luaengine: add plugin options menu [Carl] cracyc2016-04-044-0/+147
|/ /
* | Small changes. (nw) dankan18902016-04-032-12/+3
* | submenu lang and cosmetic (nw) Jeffrey Clark2016-04-034-3/+12
* | make it translate (nw) Miodrag Milanovic2016-04-031-10/+10
* | Prevent crashing when compiling with mingw (nw) Miodrag Milanovic2016-04-031-57/+57
* | refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-038-135/+479
|/
* Iterate over core classes C++11 style AJR2016-03-3114-198/+188
* Cleanups and version bump Miodrag Milanovic2016-03-3010-63/+62
* added -plugins / -noplugins (to enable or disable plugins in total) [Miodrag... Miodrag Milanovic2016-03-291-2/+6
* ui: icons rendering fix with bgfx. (nw) dankan18902016-03-291-1/+1
* removed disclaimer since it was not shown anyway and it is known fact (nw) Miodrag Milanovic2016-03-282-29/+7
* relaxed warning screen by allowing pressing of any button instead of specific... Miodrag Milanovic2016-03-282-33/+3