summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/dirmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial touch input support: Vas Crabb7 days1-4/+4
* ui: Don't use facets of destructed locales. Vas Crabb2023-05-011-1/+2
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-75/+82
* Input refactoring: Vas Crabb2023-02-181-1/+1
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-10/+31
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-041-12/+11
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-59/+83
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-50/+60
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-173/+197
* fileio.cpp: Remove optional second argument of path_iterator::next AJR2022-02-171-3/+3
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* frontend: Sort directory selection menu items (MT08167). Vas Crabb2022-01-071-23/+36
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-131-9/+9
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-21/+15
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-6/+6
* More user experience improvements: Vas Crabb2021-10-151-0/+1
* More UI enhancements/cleanup: Vas Crabb2021-10-121-1/+1
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-33/+35
* Much more core std::string_view modernization AJR2021-01-201-0/+2
* Tidy up loose ends: Vas Crabb2021-01-061-2/+1
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-9/+9
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-9/+9
* Refactored UI font metrics (#5291) npwoods2019-06-301-11/+11
* Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m... npwoods2019-06-281-6/+6
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-8/+8
* ui: make category filter work like all the other filters Vas Crabb2017-08-111-1/+1
* internal UI improvements: Vas Crabb2017-08-071-171/+41
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-9/+6
* Fix bug that permanently disabled some UI search strings when they were cleared AJR2017-05-101-2/+2
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-6/+9
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-9/+6
* a bit of prep for making selected index private (nw) Vas Crabb2016-11-231-3/+3
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-4/+4
* Improvements to rgb_t (nw) AJR2016-10-221-6/+6
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-6/+6
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-121-0/+1
* Fixed two bugs, and hopefully addressed Vas' concerns regarding the usage of ... Nathan Woods2016-09-191-2/+2
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-22/+10
* ui: remove datfile_manager (nw) cracyc2016-09-061-3/+0
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-6/+6
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-25/+25
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2
* Reduce visibility of more menu members Vas Crabb2016-07-091-1/+1
* Revert "C++ comments for some parts." Vas Crabb2016-07-051-18/+14
* Fixed crash in directories configuration. (nw) dankan18902016-07-051-1/+1
* C++ comments for some parts. dankan18902016-07-041-14/+18
* Added a move constructor and got rid of the 'const char *' overload. I had t... Nathan Woods2016-06-291-3/+3
* C++-ified the strings inside of menu items Nathan Woods2016-06-291-4/+4
* 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