| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins/hiscore: add option to hiscore.ini to only_save_at_exit (nw) |  cracyc | 2017-11-10 | 1 | -4/+4 |
* | viewgfx: fix tilemap live updates regression (nw) |  hap | 2017-11-05 | 1 | -1/+2 |
* | inputmap.cpp: Avert potential crash when populating DSW menu (nw) |  AJR | 2017-10-18 | 1 | -18/+21 |
* | MT 06711 |  Robbbert | 2017-10-12 | 1 | -11/+7 |
* | Expose condition for DIP switches, configuration entries, and adjusters. |  Vas Crabb | 2017-10-08 | 2 | -328/+343 |
* | Merge pull request #2696 from BraiNKilleRGR/master |  ajrhacker | 2017-10-06 | 1 | -8/+8 |
|\ |
|
| * | Small fixes to general info panel |  BraiNKilleRGR | 2017-10-04 | 1 | -8/+8 |
* | | Actually make sure OSD options are included when saving through UI |  AJR | 2017-10-06 | 1 | -1/+4 |
* | | Fixed an options overhaul regression (#2530) |  npwoods | 2017-10-06 | 2 | -1/+1 |
|/ |
|
* | Xcode 9 compile fix. (nw) |  Curt Coder | 2017-10-03 | 1 | -1/+1 |
* | (nw) Improve localisation: |  Vas Crabb | 2017-10-03 | 2 | -28/+27 |
* | Generate layouts for systems with three or more screens |  Vas Crabb | 2017-09-29 | 1 | -2/+2 |
* | add lua translation to makefile and update translations |  cracyc | 2017-09-29 | 2 | -17/+0 |
* | remove deprecated attributes from DTD as well (nw) |  Vas Crabb | 2017-09-25 | 1 | -4/+0 |
* | fix for clang 5 unused lambda capture errors (nw) |  smf- | 2017-09-24 | 3 | -7/+7 |
* | remove deprecated attributes from -listxml output (nw) |  Vas Crabb | 2017-09-24 | 1 | -17/+0 |
* | Start adding stuff for iterating ROM entries in a more C++ way without needin... |  Vas Crabb | 2017-09-22 | 7 | -89/+75 |
* | Culling a bit of structural deadwood (nw) |  AJR | 2017-09-20 | 1 | -1/+0 |
* | Make ROM BIOS reported in listxml output match what ROM loading does |  Vas Crabb | 2017-09-18 | 1 | -74/+117 |
* | Turn most of the ROM entry accessor macros into templates, and make them work... |  Vas Crabb | 2017-09-18 | 7 | -71/+74 |
* | Eliminate last use of auto_alloc in frontend (nw) |  AJR | 2017-09-15 | 2 | -3/+4 |
* | selmenu.cpp: Don't use auto_alloc for temporary bitmaps (nw) |  AJR | 2017-09-15 | 2 | -78/+66 |
* | ui.cpp: Eliminate now-unnecessary machine parameter (nw) |  AJR | 2017-09-15 | 2 | -25/+25 |
* | Use std::unique_ptr to manage instances of slider_state (nw) |  AJR | 2017-09-15 | 3 | -32/+33 |
* | Merge duplicate code for drawing UI palette menu (nw) |  AJR | 2017-09-15 | 4 | -213/+34 |
* | menu: bug fix for network menu (nw) |  Patrick Mackinlay | 2017-09-13 | 1 | -1/+1 |
* | selmenu: don't translate info box titles twice (nw) |  cracyc | 2017-09-04 | 2 | -5/+5 |
* | plugins: gettextify localizable strings (nw) |  cracyc | 2017-09-03 | 1 | -1/+2 |
* | luaengine: translation support [Carl] |  cracyc | 2017-09-04 | 1 | -0/+2 |
* | fix warning message (nw) |  Vas Crabb | 2017-09-03 | 1 | -1/+1 |
* | fix crash on invalid/empty/outdated ui.ini, salvage some of Russian translati... |  Vas Crabb | 2017-08-25 | 1 | -1/+4 |
* | fix localisation issue in info box, prepare for strings update (nw) |  Vas Crabb | 2017-08-23 | 1 | -1/+1 |
* | try to appease GCC, update language files (nw) |  Vas Crabb | 2017-08-21 | 1 | -1/+1 |
* | UI improvements: |  Vas Crabb | 2017-08-21 | 9 | -270/+342 |
* | fix a localisation issue and a loop bounds issue (nw) |  Vas Crabb | 2017-08-19 | 1 | -22/+21 |
* | Fixed MameTesters bug #6621 |  Nathan Woods | 2017-08-19 | 1 | -2/+3 |
* | clean up some of the UI filter stuff, show list descriptions rather than name... |  Vas Crabb | 2017-08-18 | 7 | -249/+181 |
* | add a not BIOS machine filter (useful in composite filters), support RGB PNG ... |  Vas Crabb | 2017-08-15 | 2 | -10/+18 |
* | Clean up after #2560 (nw) |  Vas Crabb | 2017-08-15 | 1 | -18/+18 |
* | Fix to MameTesters bug #6657 (#2560) |  npwoods | 2017-08-15 | 2 | -106/+79 |
* | ui: save/restore images/info selection in right panel |  Vas Crabb | 2017-08-12 | 3 | -4/+9 |
* | add minimal support for reading Adam7 interlaced PNG |  Vas Crabb | 2017-08-12 | 1 | -1/+1 |
* | fix drawing software art/info when keyboard focus leaves list, |  Vas Crabb | 2017-08-11 | 8 | -226/+228 |
* | MSVC is a trouxa that doesn't like constructor inheritance with templated bas... |  Vas Crabb | 2017-08-11 | 2 | -2/+2 |
* | ui: make category filter work like all the other filters |  Vas Crabb | 2017-08-11 | 16 | -625/+674 |
* | Don't process every character individually when searching - this reduces |  Vas Crabb | 2017-08-10 | 8 | -53/+46 |
* | ui: improve layout of art/info box, support mousewheel scroll in info |  Vas Crabb | 2017-08-10 | 13 | -482/+452 |
* | Remove a whole lot of I64 from format strings. |  Vas Crabb | 2017-08-10 | 1 | -1/+0 |
* | thanks GCC (nw) |  Vas Crabb | 2017-08-09 | 1 | -1/+1 |
* | clang you let me down (nw) |  Vas Crabb | 2017-08-09 | 1 | -1/+1 |