summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/custui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-3/+3
* UI updates: Vas Crabb2019-11-221-24/+32
* UI updates: Vas Crabb2019-11-171-29/+53
* Refactored UI font metrics (#5291) npwoods2019-06-301-36/+39
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-8/+11
* Standardize "On"/"Off" items in UI menus. "On" is now consistently to the rig... AJR2018-06-241-2/+2
* Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-151-188/+1
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-38/+55
* internal UI improvements: Vas Crabb2017-08-071-137/+43
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-27/+11
* Fix bug that permanently disabled some UI search strings when they were cleared AJR2017-05-101-6/+7
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-11/+27
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-27/+11
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-4/+4
* encapsulate mouse translation in the menu code, make more stuff const Vas Crabb2016-11-231-54/+47
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-8/+8
* Improvements to rgb_t (nw) AJR2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-45/+45
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-19/+4
* custui: fixed custom renderer alignment. (nw) dankan18902016-09-171-19/+15
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-8/+8
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-76/+73
* UI refactoring: move palette menu drawing code out of base into palette menu ... Vas Crabb2016-07-101-4/+193
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-53/+83
* C++ comments for some parts. dankan18902016-07-041-83/+53
* Reduced usage of c_str() when used with menu::item_append() Nathan Woods2016-06-301-11/+11
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-20/+20
* C++-ified the strings inside of menu items Nathan Woods2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-2/+2
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-44/+44
* cleanup. (nw) dankan18902016-06-151-3/+3
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-111-2/+2
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-21/+25
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-116/+122
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-71/+67
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1068