summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-01Move fonts and cmaps building into mupdf Jamfile.Tor Andersson
2009-03-01Fix type3 fonts so they work again after the font refactoring.Tor Andersson
2009-03-01Use unsigned shorts in the cmap structs and save a lot of space.Tor Andersson
2009-03-01Added COPYING to fitz and mupdf directories.Tor Andersson
2009-02-28Properly handle alternate colorspaces.Sebastian Rasmussen
2009-02-28Use pdf font name if no base font name is available.Sebastian Rasmussen
2009-02-28Handle files without pages.Sebastian Rasmussen
2009-02-28No resolving of objects that do not exist.Sebastian Rasmussen
2009-02-28Remove outdated TODO files.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Move cmapdump and fontdump tools inside mupdf directory.Tor Andersson
2009-02-28Fix typo in new Jamfile for jbig2dec and jasper paths.Tor Andersson
2009-02-28Pre-compile the standard CMaps into c-structs instead of parsing them at runt...Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2009-02-28Remove spurious newlines from fz_throw calls.Tor Andersson
2009-02-28Remove unmaintained font-config and windows-specific font-related files.Tor Andersson
2009-02-28Removed more unmaintained files.Tor Andersson
2009-02-28Flag loading of system/builtin CID fonts as being substitute, so the encoding...Tor Andersson
2009-02-27Updated the README.Tor Andersson
2009-02-27Remove unmaintained windows makefile.Tor Andersson
2009-02-27Add DroidSansFallback.ttf from Android as a builtin CJK substitute font.Tor Andersson
2009-02-27Add all CMaps for PDF CJK Fonts from Adobe.Tor Andersson
2009-02-27Use compiled in CMaps instead of looking for them in $CMAPDIR.Tor Andersson
2009-02-27Add a tool similar to hexdump, but for text files.Tor Andersson
2009-02-27Enable hinting hack for dynalab fonts.Tor Andersson
2009-02-27Resolve conflict, part 2.Tor Andersson
2009-02-27Resolve conflict.Tor Andersson
2009-02-27Added support for printing specific pages' resource info.Sebastian Rasmussen
2009-02-27Put stronger emphasis on type3 fonts lacking resources.Sebastian Rasmussen
2009-02-27Improved logging when repairing defect files.Sebastian Rasmussen
2009-02-27When failing to load embedded font, attempt to load system font instead.Sebastian Rasmussen
2009-02-27Log print beautification.Sebastian Rasmussen
2008-12-11Add warning for unsupported keyword.Sebastian Rasmussen
2009-02-26Add missing reference count.Tor Andersson
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more fo...Tor Andersson
2009-02-24Fixed typo in parsing of compressed xref streams.Tor Andersson
2009-02-23Removed broken optimization that made invisible 1x1 images opaque.Tor Andersson
2009-02-23Improved error handling and colorspace printing.Tor Andersson
2009-02-23Avoid sign-extension troubles in CMap parsing.Tor Andersson
2009-02-19Fixed a typo. If fz_debug cannot fit the resulting string into a static buffe...Tor Andersson
2009-02-17Propagate restrict type specifiers to other ximage_convert functions.Ralph Giles
2009-02-17Fix a comment typo.Ralph Giles
2009-02-17Remove a spurious restrict in cast.Ralph Giles
2008-12-09Ignore errors where the endobj keyword is missing and print a warning instead...Tor Andersson
2008-12-09strlcat() has been moved from util_strlcat.c to util_strlcpy.c.Sebastian Rasmussen
2008-12-06Add new mupdftool info command.Sebastian Rasmussen
2008-12-06Add interface to retrieve page object reference.Sebastian Rasmussen
2008-12-06Properly handle the case where a pagetree not is completely missing.Sebastian Rasmussen
2008-12-02Fix a typo in the PDF version string.Tor Andersson
2008-11-25Const-ify this arc4 interface.Ralph Giles