summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-cmap-load.c
AgeCommit message (Expand)Author
2018-04-25Check in generated CMap source.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2017-07-21Fix 698210: Remove superfluous recursion check in pdf_load_embedded_cmap.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
2016-12-08Fix incorrect recursive object marking.Robin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-06-06Minimize the number of CMaps built in to the ones listed in the spec.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
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-05-22Load the usecmap directives recursively for builtin CMaps.Tor Andersson
2014-05-13Use code space ranges when remapping ToUnicode CMaps.Tor Andersson
2014-05-10Fix 694698: Support 32-bit values in CMaps.Tor Andersson
2014-01-06fix various MSVC warningsSimon Bünzli
2013-12-23Bug 694770: Fix typo in error message.Robin Watts
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson