summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-03-22Check in script used to create encoding tables.Tor Andersson
2018-01-04Add portable pseudo-random number generator based on the lrand48 family.Tor Andersson
2017-12-13Add 'tar.xz' to "make tarball" script.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-08-15Revert "Disable freetype stream support, avoiding FILE interface."Sebastian Rasmussen
2017-08-07Disable freetype stream support, avoiding FILE interface.Sebastian Rasmussen
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add '-s' option to hexdump script to dump arrays using string literals.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-23Remove unused strtod function.Tor Andersson
2017-05-08Make sure source text in pdf-js-util.js is zero terminated.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
2017-04-13Remove obsolete script to create browsable source files.Tor Andersson
2017-03-22Rename libjpeg submodule.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2016-12-30Avoid using .incbin when compiling for Android.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-09-08Limit length of fontfile name in fontdump.Sebastian Rasmussen
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-14Fix whitespace and indentation.Tor Andersson
2016-06-22Update cmap cleaning scripts.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-05-13Update script that generates browsable hyperlinked html source.Tor Andersson
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-04-28Introduce tuning context.Robin Watts
2016-04-22thirdparty: Update to openjpeg 2.1.0.Sebastian Rasmussen
2016-03-23Fix font builds on raspberry piRobin Watts
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-21Update freetype to version 2.6.3.Tor Andersson
2016-02-10Add build=sanitize option to makefile.Tor Andersson
2016-02-03Bug 696546: Add fast strtofRobin Watts
2016-01-28Add Noto fallback fonts.Tor Andersson
2016-01-28Tweak fontdump .incbin directive.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-14Fix Windows build; cmapdump.c requires fz_fopen_utf8Robin Watts
2015-10-06Update freetype submodule to version 2.6.1.Tor Andersson
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-16switch to VER-2-5-5 of freetype.fredrossperry
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-11Add cmap cleaning scripts.Tor Andersson