summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/auditmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* 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
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+7
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-7/+4
* UI improvements: Vas Crabb2017-08-211-106/+148
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-11/+11
* C++ comments for some parts. dankan18902016-07-041-11/+11
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-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-1/+1
* cleanup. (nw) dankan18902016-06-151-4/+4
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-9/+13
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-4/+4
* Machine management cleanups AJR2016-04-251-0/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+204