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