summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/buffer.h
AgeCommit message (Expand)Author
2017-10-12Fix bug in murun when creating buffers from strings.Tor Andersson
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-03-22Simplify string formatter API.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-09-01Simplify PDF resource caching table handling.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
2015-12-15Rename fz_buffer_cat to fz_append_buffer.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson