ent='cgit v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/swlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Fixed a bug that caused "Switch Item Ordering" in the software list menu to d... Nathan Woods2017-04-041-3/+9
* allow softlist software parts to use different interfaces: Nigel Barnes2017-02-151-4/+12
* Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-3/+3
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* Fixed an off by one error when identifying best entries for typeahead on the ... Nathan Woods2016-09-241-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-2/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-2/+2
* | Moved input_character() template method to ui/utils.h, and changed menu_softw... Nathan Woods2016-08-031-30/+20
|/
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-211-2/+2
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-7/+8
* UI code refactoring: [Vas Crabb] Vas Crabb2016-07-101-4/+4
* Reduce visibility of more menu members Vas Crabb2016-07-091-1/+1
* another baby step untangling the menu code Vas Crabb2016-07-091-3/+3
* Changed a number of file manager related menus to have their outputs be by re... Nathan Woods2016-07-041-4/+4
* This changes the various submenu results to be bonafide enums rather than jus... Nathan Woods2016-07-031-5/+5
* Incorporating Vas Crabb feedback Nathan Woods2016-07-011-2/+2
* Cleanups to the software list menu Nathan Woods2016-06-301-82/+27
* Reduced usage of c_str() when used with menu::item_append()