summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/selgame.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Added option to skip repeated imperfect emulation warnings. Vas Crabb2020-09-021-1/+2
* ROM loading cleanup: Vas Crabb2020-04-151-1/+1
* (nw) Cleanup on the way: Vas Crabb2020-03-101-5/+5
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-5/+5
* UI input mapping menu updates: Vas Crabb2019-11-211-3/+3
* UI updates: Vas Crabb2019-11-181-4/+0
* ui/menu: Move one variable down into subclasses; fix some confusing variable ... AJR2019-09-261-1/+1
* Refactored UI font metrics (#5291) npwoods2019-06-301-2/+2
* ui/menu.cpp: Privatize a few variables (nw) AJR2019-05-221-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-265/+490
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-490/+265
* update UI and XML output for additional emulation status flags Vas Crabb2019-03-171-9/+44
* srcclean and cleanup (nw) Vas Crabb2019-01-271-3/+6
* -selgame: Fixed compilation on MSVC 2017, nw MooglyGuy2019-01-201-8/+10
* Make search apply to the filtered list in system/software selection menus, an... Vas Crabb2019-01-191-56/+49
* see if Tea-CI likes this better (nw) Vas Crabb2019-01-191-2/+2
* More UI stuff: Vas Crabb2019-01-191-129/+54
* UI cleanup continues: Vas Crabb2019-01-151-141/+285
* Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... Vas Crabb2019-01-141-104/+227
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* MT 06711 Robbbert2017-10-121-11/+7
* Small fixes to general info panel BraiNKilleRGR2017-10-041-8/+8
* Xcode 9 compile fix. (nw) Curt Coder2017-10-031-1/+1
* (nw) Improve localisation: Vas Crabb2017-10-031-17/+20
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-7/+4
* fix crash on invalid/empty/outdated ui.ini, salvage some of Russian translati... Vas Crabb2017-08-251-1/+4
* fix localisation issue in info box, prepare for strings update (nw) Vas Crabb2017-08-231-1/+1
* UI improvements: Vas Crabb2017-08-211-110/+101
* clean up some of the UI filter stuff, show list descriptions rather than name... Vas Crabb2017-08-181-4/+3
* ui: save/restore images/info selection in right panel Vas Crabb2017-08-121-0/+2
* fix drawing software art/info when keyboard focus leaves list, Vas Crabb2017-08-111-77/+46
* ui: make category filter work like all the other filters Vas Crabb2017-08-111-200/+23
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-21/+3
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-196/+158
* Polymorphic machine/software list filters: Vas Crabb2017-08-091-373/+129
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-081-100/+126
* Fix info box navigation when system selection menu doesn't have focus, Vas Crabb2017-08-061-46/+37
* BIOS is an initialism, not a proper noun (nw) Vas Crabb2017-08-051-1/+1
* Use proper font metrics on OSX rather than trying to guess advance from glyph... Vas Crabb2017-08-051-1/+1
* remove checks that never did anything useful and have now broken (nw) Vas Crabb2017-07-301-14/+12
* Show presence of analog controls and/or keyboard in info box - it's potential... Vas Crabb2017-07-281-0/+5
* added flag for imperfect timing (nw) hap2017-07-271-0/+5
* use aggregate emulation status in MewUI menus, expose more flags in info box ... Vas Crabb2017-07-271-20/+66
* don't use hairline spaces for alingment in the info box Vas Crabb2017-07-271-51/+35
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-30/+33
* Make internal UI display list of missing files if system/software set is foun... Vas Crabb2017-07-191-87/+47
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-8/+6
* Fixes a crash when returning to the front end when a system was launched from... Nathan Woods2017-06-071-1/+3
* srcclean (nw) Vas Crabb2017-05-281-9/+9
* Starting from the Favorites menu now starts the software list submenu (if nec... Dankan18902017-05-151-2/+12