summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-23Use FT_ENCODING_MS_SYMBOL encoding for symbolic TrueType fonts.Tor Andersson
2012-07-20Give precedence to /Subtype field when deciding on font encodings.Tor Andersson
2012-07-20Prefer the more specific name if BaseName and FontName differ.Tor Andersson
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-20Attempt to load CID fonts with invalid cid collections.Tor Andersson
2012-07-18Remove pointless test.Robin Watts
2012-07-18Fix missing diagram in 1522*.pdfRobin Watts
2012-07-18Fix broken pdf_write functionality.Robin Watts
2012-07-17Fall back to character path rendering if stroked text uses a dash pattern.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-09Make synthetic font styles match XPS spec more closely.Tor Andersson
2012-07-09Remove Symbol,Italic workaround and extend list of alternative names instead.Tor Andersson
2012-07-06Bug 693167: Solve pdfclean -ggg deleting too many objectsRobin Watts
2012-07-06Improve bounds checking in page tree.Sebastian Rasmussen
2012-07-06Improve bounds checking for image properties.Sebastian Rasmussen
2012-07-06Remove unnecessary check for unsupported crypt revision.Sebastian Rasmussen
2012-07-06Improve bounds checking of encryption key lengthSebastian Rasmussen
2012-07-06Reorder parsing of encryption dict.Sebastian Rasmussen
2012-07-06Make length check for crypt dict entries similar.Sebastian Rasmussen
2012-07-06Defer dereferencing of pdf_crypt until it's needed.Sebastian Rasmussen
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-06Use pdf_fprintf_obj instead of pdf_print_obj in apps.Sebastian Rasmussen
2012-07-06Whitespace fixes in fitz header.Sebastian Rasmussen
2012-07-05Fix free of uninitialised fontdesc pointer.Robin Watts
2012-07-05Cope with stray returns at the start of a JPEG stream.Robin Watts
2012-07-05Cope with illegal alpha values (out of range)Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-07-05Cope with negative lengths being passed to fz_open_nullRobin Watts
2012-07-05Avoid calling pdf_array_len (and friends) in a loop.Robin Watts
2012-07-05Improve detection of images for pdfwrite.Robin Watts
2012-07-04Bug 693160: Fix bug in fz_write_buffer_bits.Robin Watts
2012-07-04Reverse order of Y decomposition of mesh shading.Robin Watts
2012-07-04Tweak mubusy so it responds to 'pdfclean' as well as 'mupdfclean' etc.Robin Watts
2012-07-04Prediction filter assumes it's writing to zeroed memory.Robin Watts
2012-06-29Add 'all-nojs' target to the main trunk.Robin Watts
2012-06-28Allow for windows style synthetic font selectors of built-in fonts.Tor Andersson
2012-06-28Update tiff iamge predictor to cope with 16 bits.Robin Watts
2012-06-27Fix clipping of stroked text seen in displaylist cases.Robin Watts
2012-06-27Fix text clipping operations in pdf.Robin Watts
2012-06-27Make ASCII85 decoding more tolerant of end of stream errors.Robin Watts
2012-06-25Fix incorrect assignment in unused bitmap accessor.Sebastian Rasmussen
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-06-25Add make target to only build thirdpartySebastian Rasmussen
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-06-22Fix a char vs unsigned char warning.Robin Watts
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-15Scale page size by UserUnit in pdfinfo.Tor Andersson
2012-06-15Support UserUnit for scaling PDF pages.Tor Andersson
2012-06-13Tweak pdf_new_{rect,matrix,xobject} to avoid warnings.Robin Watts
2012-06-13Make backspace go to the previous page in x11 viewer.Sebastian Rasmussen