summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb8 days1-0/+4
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-8/+1
* rendfont.cpp: Convert another function to std::string_view AJR2020-12-121-228/+105
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-4/+4
* general cleanup: Vas Crabb2017-05-231-5/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-152-260/+110
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-11/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-4/+1
* 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
|/ /