summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-02-15Check determinant before inverting a matrix to avoid division by zero.Tor Andersson
2012-02-14Fix potential NULL deref in ensure_space.Robin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-13Remove STORE lock in favour of smarter use of ALLOC lock.Robin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff, part 2.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Fix broken fz_clone_context; stupid typo.Robin Watts
2012-02-07Implement fz_open_document by hard coding the list of file types.Tor Andersson
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Fix NULL dereference when freeing fz_link objects.Tor Andersson
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Remove extraneous blank lines.Tor Andersson
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-27Whitespace fixes.Tor Andersson
2012-01-25Fix bug in Fax decoder.Robin Watts
2012-01-21Fix deadlock in fz_drop_storable.Robin Watts
2012-01-20Bitmap 'patch' scaling - second attempt.Robin Watts
2012-01-20Ensure Memento checking is reflected in block numbersRobin Watts
2012-01-20Fix locking problems.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-13Clipping stack handling tweaks in dev_list.Robin Watts
2012-01-13Scavenging fixes; overflow and division by zero.Robin Watts
2012-01-13Ensure that client_data pointer for jpx decodes is ctx.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-12Fix memory leak in font->bbox_table.Tor Andersson
2012-01-11Flush warnings before printing an error message in fz_throw.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-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
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-11Remove fuzzing from fz_round_rect.Tor Andersson
2012-01-10Move fuzz from fz_execute_display_list into fz_bound_text.Robin Watts
2012-01-10Add fz_blend_pixel_function.Robin Watts