summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pruning of redundant #includes located in src/devices/machine/* and src/front... Scott Stone2020-07-111-2/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-79/+87
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-87/+79
* More UI stuff: Vas Crabb2019-01-191-0/+1
* UI cleanup continues: Vas Crabb2019-01-151-75/+73
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-17/+26
* try to appease GCC, update language files (nw) Vas Crabb2017-08-211-1/+1
* UI improvements: Vas Crabb2017-08-211-7/+20
* clean up some of the UI filter stuff, show list descriptions rather than name... Vas Crabb2017-08-181-5/+34
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-151-0/+1
* MSVC is a trouxa that doesn't like constructor inheritance with templated bas... Vas Crabb2017-08-111-1/+1
* ui: make category filter work like all the other filters Vas Crabb2017-08-111-4/+2
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-1/+2
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-1/+0
* Polymorphic machine/software list filters: Vas Crabb2017-08-091-90/+146
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-67/+84
* Make internal UI display list of missing files if system/software set is foun... Vas Crabb2017-07-191-16/+27
* Starting from the Favorites menu now starts the software list submenu (if nec... Dankan18902017-05-151-8/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* Fixing issue where a multibyte character could cause the maximum size to be e... Nathan Woods2016-09-201-8/+11
* Fixed two bugs, and hopefully addressed Vas' concerns regarding the usage of ... Nathan Woods2016-09-191-2/+4
* Consolidated code that inputs characters into buffers Nathan Woods2016-09-191-2/+14
* ui: remove datfile_manager (nw) cracyc2016-09-061-14/+0
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-1/+1
* Removed unnecessary logical-not operation Nathan Woods2016-08-071-1/+1
* Moved input_character() template method to ui/utils.h, and changed menu_softw... Nathan Woods2016-08-031-0/+35
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-2/+2
* Fixed issue #941, crash in attempt to use "Configure Machine" from favorites ... dankan18902016-06-111-0/+1
* Fixed not load for some INI files in the category filter. dankan18902016-06-081-6/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+256