summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/swlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-3/+3
* Input refactoring: Vas Crabb2023-02-181-1/+1
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-3/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-0/+1
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-311-4/+4
* More user experience improvements: Vas Crabb2021-10-151-2/+6
* ui: Locale-aware sorting for software list items. Vas Crabb2021-10-061-1/+0
* ui: Made file manager software list menu search behave better (based on file ... Vas Crabb2021-10-061-1/+1
* UI updates: Vas Crabb2019-11-171-1/+7
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-3/+3
* Moved input_character() template method to ui/utils.h, and changed menu_softw... Nathan Woods2016-08-031-1/+1
* Changed m_entrylist to be std::list; inserts are expensive in std::vector Nathan Woods2016-08-031-1/+1
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-6/+7
* Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-2/+2
* This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-4/+12
* Incorporating Vas Crabb feedback Nathan Woods2016-07-011-0/+6
* Cleanups to the software list menu Nathan Woods2016-06-301-8/+7
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+0
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-15/+25
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+84