summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-03Add mubusy buildRobin Watts
2012-01-03Rework draw device stack handling.Robin Watts
2012-01-02Fix bug 692593 - solve crash due to inappropriately sized shape plane.Robin Watts
2012-01-02Bound shades by the supplied bbox.Robin Watts
2011-12-30Load outlines in viewer after pages to allow links to work.Robin Watts
2011-12-30Enable knockout and non-isolated group support.Robin Watts
2011-12-30Avoid SEGV when reading PNG from XPSRobin Watts
2011-12-30Correct off by 1 error in outline handling.Robin Watts
2011-12-30Outline fixesRobin Watts
2011-12-30Fix typo in draw/draw_affine.c causing offsetting of shape planeRobin Watts
2011-12-30Blending improvementsRobin Watts
2011-12-28Silence warning in pdf_cmap_parse.cRobin Watts