| Commit message (Expand) | Author | Age | Files | Lines |
| * | imgtool: MT 6693 wip, solves mess_hd issue (nw) |  Sergey Svishchev | 2019-06-02 | 1 | -0/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 6 | -97/+235 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 6 | -235/+97 |
| * | More UI stuff: |  Vas Crabb | 2019-01-19 | 2 | -21/+22 |
| * | Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... |  Vas Crabb | 2019-01-14 | 4 | -76/+213 |
| * | Fixed a few missing #includes flagged by VS2019 beta, nw |  mooglyguy | 2018-12-30 | 1 | -0/+1 |
| * | (nw) So we're back to MSVC blowing up on non-trivial templates. Lovely. |  Vas Crabb | 2018-12-30 | 1 | -3/+10 |
| * | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -127/+113 |
| * | Fix compilation errors with -Og |  Celelibi | 2018-12-11 | 1 | -1/+1 |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 2 | -12/+12 |
| * | util::fifo.queue_length() (nw) |  Patrick Mackinlay | 2018-10-18 | 1 | -0/+11 |
| * | lib/util/options.cpp: Don't try to set the value of a header (nw) |  AJR | 2018-10-04 | 1 | -1/+2 |
| * | -options: Restored erroneously-removed game-specific INI option reversion bet... |  mooglyguy | 2018-10-05 | 2 | -0/+29 |
| * | (nw) Fix inadvertently non-const pointers - emu.h edition |  Vas Crabb | 2018-09-20 | 2 | -10/+10 |
| * | chdcd: also accept .toast as a synonym for ISO images (nw) |  arbee | 2018-09-12 | 1 | -1/+1 |
| * | Fixed pmd85 regression, nw. Also replaced a fail-safe in src/lib/util/palette... |  mooglyguy | 2018-08-30 | 1 | -14/+28 |
| * | imgtool: fix off by one error with leap years (nw) |  balr0g | 2018-08-13 | 1 | -1/+1 |
| * | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 2 | -55/+55 |
| * | Better support for screen orientation/geometry: |  Vas Crabb | 2018-07-26 | 22 | -103/+118 |
| * | rendlay: allow user variables and repetition in layouts, also add a few more ... |  Vas Crabb | 2018-07-22 | 1 | -1/+1 |
| * | fix building with clang 6.0.1 (nw) |  smf- | 2018-07-07 | 3 | -3/+4 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -0/+8 |
| * | Fix error in debug build with SMS card options (nw) |  AJR | 2018-05-21 | 1 | -1/+1 |
| * | move some not-directly-emulation-related helpers to lib/util, further extrica... |  Vas Crabb | 2018-04-01 | 2 | -0/+55 |
| * | Enable use of system-wide asio, glm and rapidjson (#3172) |  Julian Sikorski | 2018-02-08 | 6 | -6/+6 |
| * | Eliminate core_strdup (nw) |  AJR | 2018-01-24 | 2 | -25/+0 |
| * | Fixes for Coverity "Resource leak" warnings (#3089) |  Oliver Stöneberg | 2018-01-21 | 1 | -0/+4 |
| * | Convert zippath directory to a C++ interface |  Vas Crabb | 2018-01-10 | 2 | -739/+555 |
| * | chdcd: recognize ISO images with 2336 byte sectors. [R. Belmont, Kale] |  arbee | 2018-01-08 | 1 | -0/+6 |
| * | use C locale for int/float in XML files |  Vas Crabb | 2018-01-05 | 1 | -22/+48 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 2 | -0/+116 |
| * | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -15/+15 |
| * | Appease MSVC (nw) |  AJR | 2017-10-19 | 1 | -0/+1 |
| * | Created a more flexible imgtool::datetime structure for use within Imgtool (#... |  npwoods | 2017-10-17 | 1 | -7/+75 |
| * | voodoo: Use table lookup for RGB565 conversion. (nw) |  Ted Green | 2017-10-01 | 1 | -0/+2 |
| * | fix for clang 5 unused lambda capture errors (nw) |  smf- | 2017-09-24 | 2 | -4/+4 |
| * | 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 |