summaryrefslogtreecommitdiff
path: root/scripts/cmapdump.c
AgeCommit message (Expand)Author
2018-04-25Check in generated CMap source.Tor Andersson
2018-01-04Add portable pseudo-random number generator based on the lrand48 family.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-23Remove unused strtod function.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-04-28Introduce tuning context.Robin Watts
2016-02-10Add build=sanitize option to makefile.Tor Andersson
2016-02-03Bug 696546: Add fast strtofRobin Watts
2016-01-13Add lots of consts.Robin Watts
2015-12-14Fix Windows build; cmapdump.c requires fz_fopen_utf8Robin Watts
2015-05-15Support pdf files larger than 2Gig.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-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-06-26Fix some compiler warnings on Android.Matt Holgate
2014-05-10Fix 694698: Support 32-bit values in CMaps.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-01-07Introduce 'document handlers'.Robin Watts
2013-08-28make cmapdump ignore VCS foldersSimon Bünzli
2013-06-20Update source, makefiles and win32 projects.Tor Andersson
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-05-27Strip trailing whitespace.Tor Andersson
2013-05-17Add colorspace context dummy functions to cmapdump.cTor Andersson
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-04-09Bug 692977: Stop harmless thread debugging messages during cmapdumpRobin Watts
2012-03-12More API tidying.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-06Pass context to cmap and font descriptor functions.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove remaining fz_error_note calls in the pdf code.Tor Andersson
2011-12-06Move antialias levels into context.Robin Watts