summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/cmap.h
AgeCommit message (Expand)Author
2018-10-23Remove extra blank lines.Tor Andersson
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-01-09Remove some dead code.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
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
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-13Fix signedness in cmap interface.Tor Andersson
2014-05-10Fix 694698: Support 32-bit values in CMaps.Tor Andersson
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-06-18Split pdf.h into subheaders.Tor Andersson