summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-18Better handling of 'uncacheable' Type3 glyphs. Bug 692745.Robin Watts
2012-01-18Add fullscreen mode to mupdf viewer.Tor Andersson
2012-01-14Smarter path construction (avoid needless segments).Robin Watts
2012-01-13Rework pdf_resolve_indirect to make it idempotent.Robin Watts
2012-01-13Avoid infinite loops with XObjects.Robin Watts
2012-01-13Allow the interpreter gstate stack to grow.Robin Watts
2012-01-13Avoid premature flushing of warnings.Robin Watts
2012-01-13Clipping stack handling tweaks in dev_list.Robin Watts
2012-01-13Simple annotation fixes to avoid infinite recursions.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-12Avoid possible array overrun (and SEGV).Robin Watts
2012-01-12Calculate individual glyph bboxes for Type 3 fonts too.Tor Andersson
2012-01-12Use the FontMatrix entry to scale the FontBBox in Type3 fonts.Tor Andersson
2012-01-12Fix typo in pdf_repair.cTor Andersson
2012-01-12Update copyright notices for 2012.Tor Andersson
2012-01-12Check the abort cookie in XPS.Tor Andersson
2012-01-12Fix memory leak in font->bbox_table.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-12Fix android for previous glyph cache changes.Tor Andersson
2012-01-11Add xps_run_page function.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-11Do not unnecessarily use O_BINARY in X11 viewer.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-10Make debian package files work.Sebastian Rasmussen
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
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-09Fix Bug 692356 (comment #2)Robin Watts
2012-01-09Add fz_try/fz_catch to xpsdrawRobin Watts
2012-01-09Fix bug where pdf function was used after being dropped.Sebastian Rasmussen
2012-01-07Empty object store when freeing xref.Sebastian Rasmussen
2012-01-07Fix compilation warningsSebastian Rasmussen
2012-01-06Android tweaks.Robin Watts
2012-01-06XPS tweaks/fixes.Robin Watts
2012-01-06PDF fixes/tweaks.Robin Watts
2012-01-06Various fixes to avoid arithmetic problems.Robin Watts
2012-01-06pdf_repair tweaks; fail in fewer cases.Robin Watts
2012-01-06Catch errors with impossibly wide images.Robin Watts