summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-06Clamp pixel values after applying Decode array to images.Robin Watts
2012-01-06Ignore decode arrays for indexed jpx images.Robin Watts
2012-01-06Fix xps tiff context problem.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-06draw_device; device state stack handling fixes.Robin Watts
2012-01-06pdfshow; cope better with broken objectsRobin Watts
2012-01-06pdfclean; trailer dictionary expansion fixRobin Watts
2012-01-05Update iOS app to context branch.Tor Andersson
2012-01-05Remove stray semicolons and fix typo in xps zip code.Tor Andersson
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts