summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/utils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored UI font metrics (#5291) npwoods2019-06-301-4/+4
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-2/+2
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-130/+157
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-157/+130
* More UI stuff: Vas Crabb2019-01-191-0/+19
* UI cleanup continues: Vas Crabb2019-01-151-162/+136
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-75/+109
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-3/+2
* UI improvements: Vas Crabb2017-08-211-21/+31
* clean up some of the UI filter stuff, show list descriptions rather than name... Vas Crabb2017-08-181-40/+135
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-151-10/+17
* MSVC is a trouxa that doesn't like constructor inheritance with templated bas... Vas Crabb2017-08-111-1/+1
* ui: make category filter work like all the other filters Vas Crabb2017-08-111-42/+383
* thanks GCC (nw) Vas Crabb2017-08-091-1/+1
* Polymorphic machine/software list filters: Vas Crabb2017-08-091-45/+1175
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-15/+81
* Make internal UI display list of missing files if system/software set is foun... Vas Crabb2017-07-191-0/+39
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-0/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-3/+3
* C++ comments for some parts. dankan18902016-07-041-3/+3
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-111-4/+3
* Fixed not load for some INI files in the category filter. dankan18902016-06-081-0/+15
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+181