Age | Commit message (Expand) | Author |
2017-07-19 | Add spots to fz_pixmaps. | Robin Watts |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-05-23 | Remove unused strtod function. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-18 | Use splay trees for loading/merging cmaps. | Robin Watts |
2017-04-13 | Change generated files to be C instead of headers. | Tor Andersson |
2016-09-01 | Simplify PDF resource caching table handling. | Tor Andersson |
2016-06-08 | Move to using size_t for all mallocs. | Robin Watts |
2016-05-13 | Introduce a general output context. | Sebastian Rasmussen |
2016-04-28 | Introduce tuning context. | Robin Watts |
2016-02-10 | Add build=sanitize option to makefile. | Tor Andersson |
2016-02-03 | Bug 696546: Add fast strtof | Robin Watts |
2016-01-13 | Add lots of consts. | Robin Watts |
2015-12-14 | Fix Windows build; cmapdump.c requires fz_fopen_utf8 | Robin Watts |
2015-05-15 | Support pdf files larger than 2Gig. | Robin Watts |
2015-02-17 | Add ctx parameter and remove embedded contexts for API regularity. | Tor Andersson |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson |
2014-09-22 | Fix 695467: Add and use fz_ftoa function (like dtoa but with floats). | Tor Andersson |
2014-09-02 | Add locale-independent number formatting and parsing functions. | Tor Andersson |
2014-06-26 | Fix some compiler warnings on Android. | Matt Holgate |
2014-05-10 | Fix 694698: Support 32-bit values in CMaps. | Tor Andersson |
2014-03-19 | Implement our own vsnprintf variant. | Tor Andersson |
2014-01-07 | Introduce 'document handlers'. | Robin Watts |
2013-08-28 | make cmapdump ignore VCS folders | Simon Bünzli |
2013-06-20 | Update source, makefiles and win32 projects. | Tor Andersson |
2013-06-18 | Merge common and internal headers into one. | Tor Andersson |
2013-06-18 | Move header files into separate include directory. | Tor Andersson |
2013-05-27 | Strip trailing whitespace. | Tor Andersson |
2013-05-17 | Add colorspace context dummy functions to cmapdump.c | Tor Andersson |
2013-03-01 | Bug 693624: Ensure that windows copes with utf8 filenames | Robin Watts |
2012-06-25 | Warning fixes and various clean ups: | Sebastian Rasmussen |
2012-05-08 | Switch to reading content streams on the fly during interpretation. | Robin Watts |
2012-04-09 | Bug 692977: Stop harmless thread debugging messages during cmapdump | Robin Watts |
2012-03-12 | More API tidying. | Robin Watts |
2012-03-06 | Split fitz.h/mupdf.h into internal/external headers. | Robin Watts |
2012-03-01 | Add some more docs to fitz.h | Robin Watts |
2012-02-13 | Add locking around freetype calls. | Robin Watts |
2012-02-08 | Lock reworking. | Robin Watts |
2012-02-06 | Pass context to cmap and font descriptor functions. | Tor Andersson |
2012-01-19 | Multi-threading support for MuPDF | Robin Watts |
2012-01-11 | Use enum for FZ_STORE_DEFAULT default size. | Tor Andersson |
2012-01-11 | Hide glyph cache in context. | Tor Andersson |
2011-12-15 | Add scavenging functionality. | Robin Watts |
2011-12-15 | Rework pdf_store to fz_store, a part of fz_context. | Robin Watts |
2011-12-08 | Stylistic changes when testing pointer values for NULL. | Tor Andersson |
2011-12-08 | Remove remaining fz_error_note calls in the pdf code. | Tor Andersson |
2011-12-06 | Move antialias levels into context. | Robin Watts |
2011-11-28 | Move Freetype globals into context. | Robin Watts |
2011-11-15 | Merge branch 'master' into context | Robin Watts |
2011-11-01 | Tweak build scripts for iOS viewer. | Tor Andersson |