summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-25Add fz_storable_needs_reaping.Robin Watts
2017-03-24Fix needs_reap entry in key storable.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-24Add fz_new_XXX_document_writer calls for pixmaps.Robin Watts
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-23Add fz_new_writer function.Robin Watts
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-22Add API docs for fz_page_ function types.Robin Watts
2017-03-22Update fz_new_page.Robin Watts
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-20Remove fz_drop_image_base.Robin Watts
2017-03-20Add Memento_label to fz_new_imageRobin Watts
2017-03-20Update API header documentationRobin Watts
2017-03-15Split fz_band_writer into its own header file.Tor Andersson
2017-03-15Only include pthread library when needed.Tor Andersson
2017-03-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
2017-03-14Update PWG writer to be a band_writer.Robin Watts
2017-03-14Recast TGA output as a band writer.Robin Watts
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-03-11Improve API documentation for fz_output.Robin Watts
2017-03-10Improve API documentation for fz_streams.Robin Watts
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-20Add fz_font_is_bold and italic functions. Use them for svg output.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2017-02-14Make svg text output format a runtime option.Tor Andersson
2017-02-06Make sure to fill in 'doc' field of HTML links.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-02-06Fix FMT_zu definition for windows 64.Robin Watts
2017-01-20Add system fallback font callback.Tor Andersson
2017-01-17Automatically turn on PACIFY_VALGRIND for debug builds.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2017-01-17pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.Tor Andersson
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2017-01-09Be consistent in use of DEBUG/NDEBUG macros.Tor Andersson
2017-01-09Remove some dead code.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Fix potential buffer overrun when decoding UTF-16 in XML parser.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2016-12-27Bug 697455: Make JPX support optional via configuration flag.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson