| Commit message (Expand) | Author | Age | Files | Lines |
| * | unzip: defer decoding DOS timestamps (nw) |  Vas Crabb | 2017-09-11 | 1 | -13/+29 |
| * | that doesn't require an instance (nw) |  Vas Crabb | 2017-09-03 | 2 | -19/+20 |
| * | png: make verify_header public (nw) |  hap | 2017-09-02 | 2 | -15/+27 |
| * | Returning a reference from various corestr.cpp calls to avoid unnecessary str... |  npwoods | 2017-09-02 | 2 | -13/+13 |
| * | srcclean (nw) |  Vas Crabb | 2017-08-27 | 5 | -9/+9 |
| * | needed for external work (nw) |  MetalliC | 2017-08-26 | 2 | -0/+11 |
| * | add a not BIOS machine filter (useful in composite filters), support RGB PNG ... |  Vas Crabb | 2017-08-15 | 1 | -7/+19 |
| * | fix indexed transparency (nw) |  Vas Crabb | 2017-08-14 | 1 | -3/+3 |
| * | PNG: support greyscale with transparent pen, encode/decode text chunks as UTF... |  Vas Crabb | 2017-08-14 | 2 | -142/+168 |
| * | png: make it not leak memory by default, and look a but more like C++ |  Vas Crabb | 2017-08-13 | 2 | -460/+408 |
| * | png: support 16-bit samples |  Vas Crabb | 2017-08-13 | 1 | -21/+35 |
| * | PNG: fix unfiltering |  Vas Crabb | 2017-08-12 | 1 | -76/+71 |
| * | ui: save/restore images/info selection in right panel |  Vas Crabb | 2017-08-12 | 1 | -0/+2 |
| * | More PNG handling overhaul: |  Vas Crabb | 2017-08-12 | 2 | -120/+217 |
| * | add minimal support for reading Adam7 interlaced PNG |  Vas Crabb | 2017-08-12 | 1 | -360/+372 |
| * | Adding #include <cctype> |  Nathan Woods | 2017-08-09 | 1 | -0/+1 |
| * | Refactor server_{ws,http}.hpp into separate interface and implementation. (#2... |  Christian Brunschen | 2017-08-06 | 4 | -1157/+1238 |
| * | Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... |  npwoods | 2017-07-30 | 2 | -0/+26 |
| * | Add a method for copying part of an XML tree into another tree and use it to ... |  Vas Crabb | 2017-07-21 | 2 | -7/+60 |
| * | * Make XML file a class of its own managed with smart poitners |  Vas Crabb | 2017-07-21 | 2 | -87/+95 |
| * | never hurts to srcclean (nw) |  Vas Crabb | 2017-07-09 | 1 | -2/+2 |
| * | Add an external panel for the Ensoniq VFX family of keyboards, with a websock... |  Christian Brunschen | 2017-07-05 | 2 | -12/+21 |
| * | options: Set the value when setting the default as before [O. Galibert] |  Olivier Galibert | 2017-06-25 | 1 | -1/+1 |
| * | more srcclean (nw) |  Vas Crabb | 2017-06-25 | 1 | -1/+1 |
| * | Overhaul to how MAME handles options, take two (#2341) |  npwoods | 2017-06-25 | 2 | -565/+713 |
| * | Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... |  npwoods | 2017-06-24 | 2 | -15/+30 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -1/+1 |
| * | New working clone added |  hap | 2017-05-26 | 1 | -0/+2 |
| * | Support -listroms for devices (e.g. mpu401 or m68705p3) |  Vas Crabb | 2017-05-18 | 2 | -0/+11 |
| * | Revert "reordering the #include lets you build this file with latest mingw he... |  smf- | 2017-05-14 | 1 | -6/+3 |
| * | reordering the #include lets you build this file with latest mingw headers (nw) |  smf- | 2017-05-14 | 1 | -3/+6 |
| * | Bug fix to -romident and aux verb cleanup (take two) (#2299) |  npwoods | 2017-05-13 | 2 | -22/+54 |
| * | Revert "Bug fix to -romident and aux verb cleanup (#2288)" |  Vas Crabb | 2017-05-12 | 2 | -33/+11 |
| * | Bug fix to -romident and aux verb cleanup (#2288) |  npwoods | 2017-05-12 | 2 | -11/+33 |
| * | Changed 'int ignore_warnings' parameter on core_options::parse_ini_file() to ... |  Nathan Woods | 2017-05-10 | 2 | -3/+3 |
| * | Revert "Overhaul to how MAME handles options (#2260)" |  Vas Crabb | 2017-05-07 | 2 | -712/+550 |
| * | Overhaul to how MAME handles options (#2260) |  npwoods | 2017-05-05 | 2 | -550/+712 |
| * | Fix off-by-one error (nw) |  Vas Crabb | 2017-05-05 | 1 | -1/+1 |
| * | Minor improvement to CHD metadata loading |  Nathan Woods | 2017-05-04 | 1 | -6/+2 |
| * | srcclean (nw) |  Vas Crabb | 2017-04-23 | 2 | -21/+21 |
| * | Pruned out some cruft in src/lib/util/options.[cpp|h] |  Nathan Woods | 2017-04-17 | 2 | -29/+4 |
| * | More options refactoring |  Nathan Woods | 2017-04-16 | 2 | -4/+25 |
| * | Fixes issues specifying image/slot options fron INI files (reported by Robbbe... |  npwoods | 2017-04-15 | 2 | -1/+10 |
| * | cdrom: translate from 2336 to 2048 (nw) |  cracyc | 2017-04-10 | 1 | -0/+6 |
| * | Introduced an 'util::arbitrary_clock' template class, to represent a clock th... |  npwoods | 2017-04-06 | 4 | -50/+272 |
| * | Fixed issue that could cause bogus arguments to be reported incorrectly |  Nathan Woods | 2017-04-02 | 1 | -3/+8 |
| * | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -2/+2 |
| * | Refactored HTTP handling to be easier to extend and use (nw) |  Miodrag Milanovic | 2017-03-19 | 1 | -0/+4 |
| * | fix crash on excessive command-line options, clean up some tabulation, remove... |  Vas Crabb | 2017-03-03 | 1 | -1/+1 |
| * | Fixed regression pertaining to specification of empty strings as slot names |  Nathan Woods | 2017-02-27 | 2 | -5/+6 |