summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/sndmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored UI font metrics (#5291) npwoods2019-06-301-2/+2
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-1/+1
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-2/+2
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-1/+7
* internal UI improvements: Vas Crabb2017-08-071-23/+6
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-7/+3
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-3/+7
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-7/+3
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-6/+6
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-26/+24
* C++ comments for some parts. dankan18902016-07-041-24/+26
* Reduced usage of c_str() when used with menu::item_append() Nathan Woods2016-06-301-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-4/+4
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-46/+49
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-11/+10
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+171