summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Culling a bit of structural deadwood (nw) AJR2017-09-201-1/+0
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-181-74/+117
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-187-71/+74
* Eliminate last use of auto_alloc in frontend (nw) AJR2017-09-152-3/+4
* selmenu.cpp: Don't use auto_alloc for temporary bitmaps (nw) AJR2017-09-152-78/+66
* ui.cpp: Eliminate now-unnecessary machine parameter (nw) AJR2017-09-152-25/+25
* Use std::unique_ptr to manage instances of slider_state (nw) AJR2017-09-153-32/+33
* Merge duplicate code for drawing UI palette menu (nw) AJR2017-09-154-213/+34
* menu: bug fix for network menu (nw) Patrick Mackinlay2017-09-131-1/+1
* selmenu: don't translate info box titles twice (nw) cracyc2017-09-042-5/+5
* plugins: gettextify localizable strings (nw) cracyc2017-09-031-1/+2
* luaengine: translation support [Carl] cracyc2017-09-041-0/+2
* fix warning message (nw) Vas Crabb2017-09-031-1/+1
* 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
* try to appease GCC, update language files (nw) Vas Crabb2017-08-211-1/+1
* UI improvements: Vas Crabb2017-08-219-270/+342
* fix a localisation issue and a loop bounds issue (nw) Vas Crabb2017-08-191-22/+21
* Fixed MameTesters bug #6621 Nathan Woods2017-08-191-2/+3
* clean up some of the UI filter stuff, show list descriptions rather than name... Vas Crabb2017-08-187-249/+181
* add a not BIOS machine filter (useful in composite filters), support RGB PNG ... Vas Crabb2017-08-152-10/+18
* Clean up after #2560 (nw) Vas Crabb2017-08-151-18/+18
* Fix to MameTesters bug #6657 (#2560) npwoods2017-08-152-106/+79
* ui: save/restore images/info selection in right panel Vas Crabb2017-08-123-4/+9
* 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-1013-482/+452
* 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
* minimaws: demonstrate slot card BIOS selection, requires exposing device BIOS... Vas Crabb2017-08-042-27/+23
* This is too contentious, please put it up for review Vas Crabb2017-08-011-22/+18
* Changes to debugger memory address translation AJR2017-08-011-18/+22
* Add "minimaws" sample script demonstrating how to do some tasks with Vas Crabb2017-08-013-28/+44
* 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-273-3/+10
* 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