summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selmenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -ui/menu.cpp, ui/selmenu.cpp: Handle mouse wheel units properly. Vas Crabb10 days1-14/+59
* emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display. Vas Crabb11 days1-1/+0
* Initial touch input support: Vas Crabb13 days1-923/+2044
* cheatopt: add the global cheat enable toggle to the menu hap2024-02-111-1/+1
* ui/utils: Added a source file filter for system selection menu. Vas Crabb2023-08-191-0/+3
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-8/+20
* Input refactoring: Vas Crabb2023-02-181-7/+17
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-4/+4
* More UI cleanup: Vas Crabb2023-01-051-101/+98
* ui: Give menus an opportunity to recompute metrics on window resize. Vas Crabb2023-01-041-197/+191
* ui: Rationalised right panel behaviour: Vas Crabb2022-12-211-64/+124
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-151-1/+1
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-0/+10
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-48/+15
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-091-5/+5
* -frontend: Fixed crashes switching between favourites and other filters. Vas Crabb2021-11-231-8/+17
* -osd/windows: Fixed stupid potential deadlock on exit. Vas Crabb2021-11-131-12/+12
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-0/+4
* Fix various usability issues: Vas Crabb2021-11-021-22/+24
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-32/+17
* selmenu: fix wrongly placed messagebox hap2021-10-291-5/+6
* frontend: Fixed untranslated info box title appearing on system/software sele... Vas Crabb2021-10-211-5/+5
* Tie up a few loose ends: Vas Crabb2021-10-201-1/+1
* Still more user experience improvements: Vas Crabb2021-10-181-15/+12
* frontend: Further improved behaviour of info box on system selection menu, an... Vas Crabb2021-10-171-18/+18
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-126/+84
* More user experience improvements: Vas Crabb2021-10-151-8/+17
* More UI enhancements/cleanup: Vas Crabb2021-10-121-6/+0
* frontend: Keep cleaning up. Vas Crabb2021-10-111-11/+17
* frontend: Recovered precious vertical space for system/software names! Vas Crabb2021-10-111-112/+360
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-102/+81
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-18/+12
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-3/+3
* ui/selmenu.cpp: Don't make assumptions about what's off the end of a string v... Vas Crabb2021-05-231-1/+1
* -A few incremental UI code improvements: Vas Crabb2021-03-121-0/+2
* ui audit: tell user to get the correct files hap2021-03-041-2/+2
* frontend/ui: Improved messages displayed when files are missing. Vas Crabb2021-02-151-5/+60
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* rendfont.cpp: Convert another function to std::string_view AJR2020-12-121-6/+2
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-26/+26
* Miscellaneous cleanup: Vas Crabb2020-10-101-15/+15
* Various improvements to image file handling: Vas Crabb2020-10-081-74/+61
* ui: Show software selection menu before doing system audit, for casual browsing. Vas Crabb2020-10-041-0/+15
* Cleaned up bitmap API. Vas Crabb2020-09-271-7/+7
* ROM loading cleanup: Vas Crabb2020-04-151-2/+1
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-5/+5
* UI updates: Vas Crabb2019-11-221-31/+40
* UI: if panel is collapsed while focused, return focus to systems/software Vas Crabb2019-11-181-0/+12
* UI updates: Vas Crabb2019-11-181-21/+75