summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
AgeCommit message (Expand)Author
2012-02-03Add document interface.Tor Andersson
2012-02-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2012-01-30Do not embed a context in the fz_outline structure.Tor Andersson
2012-01-30Move PNG, JPEG and TIFF image loading from muxps into fitz.Tor Andersson
2012-01-27Remove dependency on fz_obj from the filter creation parameters.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Revert "Bitmap 'patch' scaling."Tor Andersson
2012-01-19Bitmap 'patch' scaling.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-14Smarter path construction (avoid needless segments).Robin Watts
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-12Support proper XPS mitering. (And stroke fixes).Robin Watts
2012-01-12Calculate individual glyph bboxes for Type 3 fonts too.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2012-01-11Add glyph bbox cache.Tor Andersson
2012-01-11Calculate accurate per-glyph bounding boxes for fz_bound_text.Tor Andersson
2012-01-10Add fz_blend_pixel_function.Robin Watts
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-09Update fz_try/fz_catch to be fz_try/{fz_always}/fz_catch.Robin Watts
2012-01-06Android tweaks.Robin Watts
2012-01-06Add 'marking' functions for dictionaries.Robin Watts
2012-01-06fz_free_link_dest; fix a memory leakRobin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-17Change stream 'close' functions to facilitate error cleanup.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Undo pre-multiplied alpha when saving PNG with alpha channels.Tor Andersson
2011-12-06Move antialias levels into context.Robin Watts
2011-11-28Move Freetype globals into context.Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14Simplify fz_try/fz_catch by removing failed flag.Robin Watts
2011-11-14Grid fitting tweaks.Robin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Reintroduce alloc context section.Robin Watts