summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-11Rename and prune some files and functions.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Fix typo in getopt string.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-06Add missing pdfdraw tool.Tor Andersson
2009-03-05Remove unused and mostly untested pdf updating and writing code.Tor Andersson
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson
2009-03-03Fix reference counting of indexed and separation base colorspaces.Sebastian Rasmussen
2009-03-02Handle single image filters when printing information.Sebastian Rasmussen
2009-03-02Do resolve on the correct object when printing information.Sebastian Rasmussen
2009-03-02Make mask with colorspace just be a warning when printing information.Sebastian Rasmussen
2009-02-28Fix typo.Sebastian Rasmussen
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