summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-01-10Move fuzz from fz_execute_display_list into fz_bound_text.Robin Watts
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-09Fix Android logging bug; cut and paste error.Robin Watts
2012-01-07Fix compilation warningsSebastian Rasmussen
2012-01-06Android tweaks.Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2012-01-06Catch errors with impossibly wide images.Robin Watts
2012-01-06Various memory leak fixes.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
2012-01-02Bound shades by the supplied bbox.Robin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-24Don't forget to copy the link destination struct when creating a link.Tor Andersson
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-22More MemSqueezing fixes.Robin Watts
2011-12-21Fix whitespace.Tor Andersson
2011-12-20More memsqueezing fixes.Robin Watts
2011-12-19More memsqueezing fixes.Robin Watts
2011-12-19Add Memento 'pattern' code.Robin Watts
2011-12-19More Memory squeezing fixesRobin Watts
2011-12-17More Memory Squeezing fixes.Robin Watts
2011-12-17More memsqueezing fixes; stream creation.Robin Watts
2011-12-17Change stream 'close' functions to facilitate error cleanup.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16Increase amount to search in blocks for nestings in memento.Robin Watts
2011-12-16Fix another Memento_label warning.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16Fix Memento_label related warnings in non-memento builds.Robin Watts
2011-12-16Mote memsqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-16New Memento features; nesting of listed blocks, labelling of blocksRobin Watts
2011-12-16More memsqueezing fixesRobin Watts
2011-12-15More Memsqueezing fixes.Robin Watts
2011-12-15Memento tweak.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Add MEMENTO_MAXMEMORY (and Memento_setMax).Robin Watts
2011-12-15Bring Memento up to date with changes in gs.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-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-12-08Throw exceptions for read errors.Tor Andersson
2011-12-08Fix exception handling in pdfdraw to avoid leaks.Robin Watts
2011-12-08Move from volatile to fz_var.Robin Watts