Age | Commit message (Expand) | Author |
2017-10-12 | Fix bug in murun when creating buffers from strings. | Tor Andersson |
2017-09-07 | Initialize variables to appease clang scan-build. | Sebastian Rasmussen |
2017-06-22 | Use unsigned char arrays in hexdumped data. | Tor Andersson |
2017-06-22 | Add Color Management interface to MuPDF, with LCMS implementation. | Michael Vrhel |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-03-22 | Simplify string formatter API. | Tor Andersson |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-01-09 | Add fz_terminate_buffer function. | Tor Andersson |
2016-11-14 | Make fz_buffer structure private to fitz. | Robin Watts |
2016-09-01 | Simplify PDF resource caching table handling. | Tor Andersson |
2016-07-08 | Use fz_keep_imp and fz_drop_imp for all reference counting. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-04-26 | Add 'mutool convert' and new document writer interface. | Tor Andersson |
2016-04-26 | Add base64 string decoder. | Tor Andersson |
2016-03-23 | Compile embedded fonts in separate C files. | Tor Andersson |
2016-02-29 | Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer. | Tor Andersson |
2016-01-05 | Clarify snprintf length when printing to fz_buffer and fz_output. | Tor Andersson |
2015-12-15 | Rename fz_buffer_cat to fz_append_buffer. | Tor Andersson |
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-12-03 | Don't automatically trim buffer during fz_keep_buffer. | Tor Andersson |
2014-12-03 | Fix off-by-one in fz_write_buffer_byte. | Tor Andersson |
2014-03-25 | Add va_copy/va_copy_end macros to support both C89 and C99. | Tor Andersson |
2014-03-19 | Implement our own vsnprintf variant. | Tor Andersson |
2013-09-13 | Fix various compile warnings spotted by the cluster. | Robin Watts |
2013-07-22 | Bug 694431: Fix potential infinite loop. | Robin Watts |
2013-06-20 | Rearrange source files. | Tor Andersson |