summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-resources.c
AgeCommit message (Expand)Author
2018-06-22Remember the md5 digest in the fz_font struct.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-16Simplify PDF font creation code.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson
2018-02-13Use indirect references when pre-loading image resources.Tor Andersson
2017-06-27pdf: Avoid causing segfault if image object cannot be preloaded.Sebastian Rasmussen
2017-04-27Avoid typecasting function pointers in subclasses.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2016-10-18All external drop functions handles NULL.Sebastian Rasmussen
2016-10-12Fix (harmless) typo in function prototypes.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-13Use fz_malloc_struct rather than fz_calloc.Robin Watts
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-02-29Simplify res_image_get_md5.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Rename some functions.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel