t v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui
Commit message (Expand)AuthorAgeFilesLines
* add minimal support for reading Adam7 interlaced PNG Vas Crabb2017-08-121-1/+1
* fix drawing software art/info when keyboard focus leaves list, Vas Crabb2017-08-118-226/+228
* MSVC is a trouxa that doesn't like constructor inheritance with templated bas... Vas Crabb2017-08-112-2/+2
* ui: make category filter work like all the other filters Vas Crabb2017-08-1116-625/+674
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-108-53/+46
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-1011-478/+451
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-1/+0
* thanks GCC (nw) Vas Crabb2017-08-091-1/+1
* clang you let me down (nw) Vas Crabb2017-08-091-1/+1
* Polymorphic machine/software list filters: Vas Crabb2017-08-0910-1731/+1760
* make filter names localisable, fix keyboard navigation of software Vas Crabb2017-08-0815-619/+720
* internal UI improvements: Vas Crabb2017-08-0717-788/+282
* Fix info box navigation when system selection menu doesn't have focus, Vas Crabb2017-08-062-46/+39
* font_osx: handle fonts where space glyphs return a null bounding box (e.g. Hi... Vas Crabb2017-08-062-2/+19
* BIOS is an initialism, not a proper noun (nw) Vas Crabb2017-08-055-7/+7
* 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-285-42/+78
* added flag for imperfect timing (nw) hap2017-07-272-1/+7
* use aggregate flags for -ui simple as well (nw) Vas Crabb2017-07-276-45/+93
* use aggregate emulation status in MewUI menus, expose more flags in info box ... Vas Crabb2017-07-276-134/+267
* don't use hairline spaces for alingment in the info box Vas Crabb2017-07-274-68/+112
* initialisation (nw) Vas Crabb2017-07-271-2/+2
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-2711-226/+274
* last-minute fixes (nw) Vas Crabb2017-07-231-2/+3
* srcclean (nw) Vas Crabb2017-07-232-2/+2
* * Get past fatal error on selecting software part from internal UI Vas Crabb2017-07-221-13/+11
* reduce header clutter, thank you C++11 (nw) Vas Crabb2017-07-202-37/+40
* remove debug printfs (nw) Vas Crabb2017-07-191-2/+0
* Make internal UI display list of missing files if system/software set is foun... Vas Crabb2017-07-199-536/+641
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Fixed issue #2420 Nathan Woods2017-06-281-1/+1
* Fixed state save menu UI issues (#2411) Nathan Woods2017-06-273-3/+11
* Allow experimental overclocking of sound devices through UI sliders with -che... AJR2017-06-261-0/+10
* Fixed issue #2413, caused by options regression Nathan Woods2017-06-261-4/+7
* more srcclean (nw) Vas Crabb2017-06-253-15/+15
* Merge branch 'release0187' Vas Crabb2017-06-251-1/+1
|\
| * srcclean (nw)