summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb7 days1-1/+1
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-31/+32
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-2/+12
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-041-3/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-0/+5
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-31/+40
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-9/+7
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-2/+2
* More user experience improvements: Vas Crabb2021-10-151-1/+1
* frontend: More wording and localisation fixes for colours menus. Vas Crabb2021-10-121-1/+1
* More UI enhancements/cleanup: Vas Crabb2021-10-121-1/+1
* Much more core std::string_view modernization AJR2021-01-201-0/+2
* unicode.h: Updates AJR2020-12-151-0/+1
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-2/+2
* 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-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-5/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+5
* UI cleanup continues: Vas Crabb2019-01-151-1/+0
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-4/+9
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-63/+24
* internal UI improvements: Vas Crabb2017-08-071-53/+13
* Fix bug that permanently disabled some UI search strings when they were cleared AJR2017-05-101-3/+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-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-19/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-8/+8
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-3/+14
* C++ comments for some parts. dankan18902016-07-041-14/+3
* Reduced usage of c_str() when used with menu::item_append() Nathan Woods2016-06-301-2/+2
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-2/+2
* 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-8/+8
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-111-1/+0
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-12/+12
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-50/+55
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-14/+14
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+257