summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-12-19Add MuOfficeLib functions to safely run native MuPDF ops.Robin Watts
2016-12-16Bug 697412: When repairing, forget the previous xref.Tor Andersson
2016-12-16Move page size and margins into fz_html struct.Tor Andersson
2016-12-14jpx: Delay determining if colorspace is indexed.Sebastian Rasmussen
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-12-14Create a pixmap color converter.Sebastian Rasmussen
2016-12-12Fix API comment.Robin Watts
2016-12-12Make more pdf functions private.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-12-12Add fz_remove to cope with utf-8 file names on windows.Tor Andersson
2016-12-12Change pdf_dict_put_val to pdf_dict_put_val_null.Tor Andersson
2016-12-02Bump version number.Tor Andersson
2016-11-23Add toggle to enable/disable document styles.Tor Andersson
2016-11-23Update UCDN database to Unicode 9.0.0.Sebastian Rasmussen
2016-11-23Add TOFU_CJK_LANG section to config.h.Tor Andersson
2016-11-23Convert mudraw and muraster to use mu-threads.Robin Watts
2016-11-23First version of mu-office-lib.Robin Watts
2016-11-23Move threading macros out into a mu-threads helper file.Robin Watts
2016-11-22Remove second declaration of fz_new_annot().Sebastian Rasmussen
2016-11-22Fix const compiler warning.Sebastian Rasmussen
2016-11-16pdf: Add x and y output parameters to pdf_lookup_anchor.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Continued Layer API work.Robin Watts
2016-11-14More API tweaks.Robin Watts