summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* inputmap.cpp: Avert potential crash when populating DSW menu (nw) AJR2017-10-181-18/+21
* MT 06711 Robbbert2017-10-121-11/+7
* Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-082-328/+343
* Merge pull request #2696 from BraiNKilleRGR/master ajrhacker2017-10-061-8/+8
|\
| * Small fixes to general info panel BraiNKilleRGR2017-10-041-8/+8
* | Actually make sure OSD options are included when saving through UI AJR2017-10-061-1/+4
* | Fixed an options overhaul regression (#2530) npwoods2017-10-062-1/+1
|/
* Xcode 9 compile fix. (nw) Curt Coder2017-10-031-1/+1
* (nw) Improve localisation: Vas Crabb2017-10-032-28/+27
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-2/+2
* add lua translation to makefile and update translations cracyc2017-09-292-17/+0
* remove deprecated attributes from DTD as well (nw) Vas Crabb2017-09-251-4/+0
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-243-7/+7
* remove deprecated attributes from -listxml output (nw) Vas Crabb2017-09-241-17/+0
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-227-89/+75
* 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