summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-06-14Add -j flag to mudraw; create simple mujstest scripts automatically.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-12A few general utility functions added for the sake of the forms workPaul Gardiner
2012-06-12Forms: improved handling of text scaling in multiline text widgetsPaul 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-06-01Merge branch 'master' into formsPaul Gardiner
2012-05-31A few general utility functions added for the sake of the forms workPaul Gardiner
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-18Allow for fitz.h being included in a C++ source filePaul Gardiner
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
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-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-05-07Do not rely on printf NULL-pointer handling for missing font names.Sebastian Rasmussen
2012-05-07Forms API for native modePaul Gardiner
2012-05-07A few general utility functions added for the sake of the forms workPaul Gardiner
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
2012-03-19Bug 692746; avoid 'double palettes' on jpx images.Robin Watts
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-15Fix 2 regressions in xps test files due to palette change.Robin Watts
2012-03-15Bug 692911: Cope with over/undersize palette entries in pngs.Robin Watts
2012-03-14Bug 692917: Move to dynamic stroke_states.Robin Watts
2012-03-14When bounding paths, only apply miterlimit when mitering.Robin Watts
2012-03-14Ignore trailing movetos in path bounding calculations.Robin Watts
2012-03-14Implement Repeat and Reflect gradients in XPS.Tor Andersson