summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2016-11-14Workaround 0 line-width strokes in svg output.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-11API improvements.Robin Watts
2016-11-10Add minimum line width configuration option.Robin Watts
2016-11-08Clean up braces and indentation in fz_paint_affine_near/lerp.Tor Andersson
2016-11-07Move fz_new_draw_device_with_options within file.Robin Watts
2016-11-07Bug 697241: Fix blending through clips.Robin Watts
2016-11-07Fix DUMP_GROUP_BLENDS debugging code.Robin Watts
2016-11-05Fix Memento bug.Robin Watts
2016-11-04Avoid warning in memento builds.Robin Watts
2016-11-04Avoid warnings in 64bit windows builds of luratech bindings.Robin Watts
2016-11-04Squash 64bit warning in Commercial JBIG2 bindings.Robin Watts
2016-11-03Memento: Silence MSVC warningsRobin Watts
2016-11-03Fix Luratech builds on MSVC.Robin Watts
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-11-02Don't check for NULL before calls to fz_free.Sebastian Rasmussen
2016-11-02Do not drop compressed buffer twice in case of error.Sebastian Rasmussen
2016-11-02Explain conversion to RGB in jpx/jxr image loading.Sebastian Rasmussen
2016-11-01Don't dereference NULL subarea when rasterizing display list images.Tor Andersson
2016-11-01tiff: Plug leak where superflous pixmaps was created.Sebastian Rasmussen
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-26Fix 697215: Script specific punctuation blocks.Tor Andersson
2016-10-26Change space detection heuristic.Tor Andersson
2016-10-26Update ios/android to use new way of passion stext options.Sebastian Rasmussen
2016-10-26tiff: Drop pixmap when exception is thrown.Sebastian Rasmussen
2016-10-26tiff: Always set colorspace when reading image info.Sebastian Rasmussen
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-10-26Don't use local function, use fz_option_eq().Sebastian Rasmussen
2016-10-24Don't return overlapping search results.Tor Andersson
2016-10-24Use correct coordinates for synthesized space characters in stext device.Tor Andersson
2016-10-24Fix 697236: Don't update pen position inside clusters in stext device.Tor Andersson
2016-10-24Bug 697235: Change default values for stext options.Sebastian Rasmussen
2016-10-24When not preserving stext whitespace, only emit space character.Sebastian Rasmussen
2016-10-24When not preserving stext ligatures, remember actual character added.Sebastian Rasmussen
2016-10-24Fix cluster timeouts with test file.Robin Watts
2016-10-24Bug 697234: Fix slow rendering.Robin Watts
2016-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen
2016-10-19Make document handler declarations internal.Sebastian Rasmussen
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-18All external drop functions handles NULL.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-18Drop scaled pixmap later in draw_fill_image_mask().Sebastian Rasmussen
2016-10-18Remove unused luminosity.Sebastian Rasmussen
2016-10-18tiff: Support stripped YCbCr images.Sebastian Rasmussen
2016-10-18tiff: Cosmetic cleanup of code.Sebastian Rasmussen
2016-10-16tiff: Plug pixmap leak should conversion fail.Sebastian Rasmussen
2016-10-16gif: Do not paste frame data if frame and image do not overlap.Sebastian Rasmussen
2016-10-16gif: Handle frames bigger than image correctly.Sebastian Rasmussen
2016-10-16gif: Constrain frames to image boundaries.Sebastian Rasmussen
2016-10-14Drop all contexts the same way.Sebastian Rasmussen