summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/output.h
AgeCommit message (Expand)Author
2018-03-22Add fz_output encoding filters.Tor Andersson
2018-01-31Add buffering to fz_output.Tor Andersson
2018-01-19Add fz_output_as_streamPaul Gardiner
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-08-15Remove unused octal value printing support.Sebastian Rasmussen
2017-07-27Add fz_write_base64 function.Tor Andersson
2017-06-15Make inline fz_write_*() normal public functions.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-11Add fz_asprintf function to allocate a string and format output.Tor Andersson
2017-03-22Simplify string formatter API.Tor Andersson
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-22Optimize fz_write_xxx functions.Tor Andersson
2017-03-15Split fz_band_writer into its own header file.Tor Andersson
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-03-11Improve API documentation for fz_output.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2016-11-14More API tweaks.Robin Watts
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2016-03-21Tweak NULL output code.Robin Watts
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-02-12Inline fz_write function.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts
2015-07-20Tweak fz_tempfile to include directory hint.Robin Watts
2015-06-29Add an fz_tempfile utility.Robin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-20Add fz_fprintf function.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-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-01-02Add rebinding for fz_output.Robin Watts
2013-08-29Add new fz_putc and fz_new_output_to_filename functions.Robin Watts
2013-06-18Add explicit #include for header file interdependencies.Tor Andersson
2013-06-18Split fitz.h into subheaders.Tor Andersson