summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/optsmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* UI updates: Vas Crabb2019-11-171-1/+1
* Refactored UI font metrics (#5291) npwoods2019-06-301-3/+3
* 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-153/+212
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-212/+153
* UI cleanup continues: Vas Crabb2019-01-151-153/+212
* ui: make category filter work like all the other filters Vas Crabb2017-08-111-91/+10
* clang you let me down (nw) Vas Crabb2017-08-091-1/+1
* Polymorphic machine/software list filters: Vas Crabb2017-08-091-202/+178
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-18/+53
* internal UI improvements: Vas Crabb2017-08-071-23/+6
* 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-5/+5
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-16/+16
* 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-23/+23
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-13/+14
* C++ comments for some parts. dankan18902016-07-041-14/+13
* Reduced usage of c_str() when used with menu::item_append() Nathan Woods2016-06-301-5/+5
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-10/+10
* 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
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-2/+2
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-63/+69
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-94/+24
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+0
* (nw) dankan18902016-04-241-1/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+390