summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-cmap.c
AgeCommit message (Expand)Author
2018-08-10Bug 699629: Avoid referencing stale/moved nodes in CMap splay tree.Sebastian Rasmussen
2018-08-10Bug 699627: Ignore CMap input ranges outside of input codespaces.Sebastian Rasmussen
2018-08-10Implement check for range overlap between cmap splay tree nodes.Sebastian Rasmussen
2018-01-24Bug 698883: Reset cmap splay tree pointer, handling resized tree.Sebastian Rasmussen
2018-01-24Assert node range conditions when checking cmap splay trees.Sebastian Rasmussen
2018-01-24Bug 698888: Keep one-to-many state when splitting nodes in cmap splay trees.Sebastian Rasmussen
2017-07-03Don't leak cmap->tree if we abort cmap loading before sort.Robin Watts
2017-05-09Fix leak of dictionary in CMAP.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-01-09Remove some dead code.Tor Andersson
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-02-22Remove pointless casts from void*.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
2014-01-22Handle cmap table overflow gracefully in range-to-table mappings.Tor Andersson
2014-01-21Bug 694900: Avoid valgrind problems when cmap tables fill up.Robin Watts
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-06-20Rearrange source files.Tor Andersson