summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-08-28make cmapdump ignore VCS foldersSimon Bünzli
2013-08-21Update source code browser html generation scripts for new layout.Tor Andersson
2013-07-26Add script to create source tarballs using git-archive.Tor Andersson
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-06-08Silence warning.Tor Andersson
2013-06-03Assume non-clang compilers support incbinSebastian Rasmussen
2013-06-03Clean out some old renaming scripts.Tor Andersson
2013-05-30Generate C-includable version of Adobe CA certificatePaul Gardiner
2013-05-29Fix fontdump .incbin ifdef for clang.Tor Andersson
2013-05-29Trivial (and probably needless) simplification of git hook.Tor Andersson
2013-05-27Strip trailing whitespace.Tor Andersson
2013-05-27Add whitespace settings to .gitattributes and add commit hook script.Tor Andersson
2013-05-24Update build to use the latest openJPEG2Shailesh Mistry
2013-05-22Update OpenJPEG to v2.0.0.Robin Watts
2013-05-17Add colorspace context dummy functions to cmapdump.cTor Andersson
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2012-11-26xps: Move XML parser into fitz namespace.Tor Andersson
2012-10-05Bug 693355: Fix cquote.c trying to write to input file.Robin Watts
2012-07-17Fix a couple of bugs in c-string generatorPaul Gardiner
2012-07-12Separate out the Javascript utility functions and autogenerate C stringPaul Gardiner
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-05-08Add scripts to generate hyperlinked source in HTML.Tor Andersson
2012-04-09Bug 692977: Stop harmless thread debugging messages during cmapdumpRobin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
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-26Move fz_obj to be pdf_obj.Robin 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
2012-01-10Fix many spelling errors.Sebastian Rasmussen
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
2011-11-28Move Freetype globals into context.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-01Tweak build scripts for iOS viewer.Tor Andersson
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson