summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-05-03Fix windows build: Don't set _LARGEFILE64_SOURCE on windowsRobin Watts
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Move fz_outline and pdf_xref debug printing to pdfshow.cTor Andersson
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Remove fz_function abstract structure.Tor Andersson
2017-04-27Remove unused fz_function debug printing.Tor Andersson
2017-04-27Remove public SVG header.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2017-04-27Use namespace prefix for bidi defines.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson
2017-04-27Use namespace for AES crypto code.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-04-27memento: Don't include unnecessary headers.Tor Andersson
2017-04-20Add annotation interfaces for open state/icon name/line endings.Sebastian Rasmussen
2017-04-20js: Push annotation error handling down to library.Sebastian Rasmussen
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-04-11Add fz_asprintf function to allocate a string and format output.Tor Andersson
2017-03-31Remove Reap lock.Robin Watts
2017-03-31Fix leaks of reaped object keys.Robin Watts
2017-03-29Happy New Year!Sebastian Rasmussen
2017-03-29Update README and version number.Tor Andersson
2017-03-28Rejig fz_new_annot to fz_new_derived_annot.Robin Watts
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-28Rename fz_new_archive to fz_new_derived_archiveRobin Watts
2017-03-27Add more API docs for document writers.Robin Watts
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