summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-08-06Free decoded jpx image upon errorSebastian Rasmussen
2012-07-20Pass original font name to fz_new_font from PDF interpreter.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-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-06Whitespace fixes in fitz header.Sebastian Rasmussen
2012-07-05Cope with stray returns at the start of a JPEG stream.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-04Bug 693160: Fix bug in fz_write_buffer_bits.Robin Watts
2012-07-04Prediction filter assumes it's writing to zeroed memory.Robin Watts
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-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-22Fix a char vs unsigned char warning.Robin Watts
2012-06-18Fix indentation and white space errors.Tor Andersson
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-11Move to using sigsetjmp/siglongjmp on more platforms.Robin Watts
2012-06-11Fix Bug 693102: Overflows in large pixmap indexing.Robin Watts
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-06-08Fix Bug 693097; memory overwrite when handling knockout groups.Robin Watts
2012-05-31Add linearization to pdf_write function.Robin Watts
2012-05-23Make CCITTFax tables static.Tor Andersson
2012-05-18Update fitz.h with __cplusplus guard to protect against inline changes.Robin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-05-08Update seeking behaviour of null streams.Robin Watts
2012-05-07Do not rely on printf NULL-pointer handling for missing font names.Sebastian Rasmussen
2012-04-28Fix typo in pdf writing code.Sebastian Rasmussen
2012-04-28Move guts of pdfclean into new pdf_write function.Robin Watts
2012-04-23Fix whitespace and indentation.Tor Andersson
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-19Change fz_document_open to assume PDF format by default.Robin Watts
2012-04-19Retry loading a hinted glyph without hinting if freetype returns an error.Tor Andersson
2012-04-18Note that the fz_meta interface is subject to change.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-04-09Fix use of uninitialised variable.Robin Watts
2012-04-09Bug 692979: Fix race condition in thread debugging.Robin Watts
2012-04-09Bug 692976: Fix spurious thread lock debug warnings on context clonesRobin Watts
2012-04-05Fix potential problems on malloc failure.Robin Watts
2012-04-05Bug 692946 - fix 'stray white pixels in black areas' when halftoning.Robin Watts
2012-03-28Add documentation for fz_link_dest and text extraction device.Robin Watts
2012-03-28Warn that the fz_link_dest struct is not finished.Tor Andersson
2012-03-28Whitespace fixes.Tor Andersson
2012-03-21Update iOS app.Tor Andersson
2012-03-19Fix typo in text device where lines would group into blocks too eagerly.Tor Andersson
2012-03-19Don't create empty spans and lines in the text device.Tor Andersson