summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-19Fix 698540: Check name, comment and meta size field signs.Tor Andersson
2017-09-19Fix 698539: Don't use xps font if it could not be loaded.Tor Andersson
2017-09-13Consistently drop filter chain upon error.Sebastian Rasmussen
2017-09-13Remove old workaround.Sebastian Rasmussen
2017-09-13Do not lie.Sebastian Rasmussen
2017-09-12Update draw-blend.c to support spot blending.Michael Vrhel
2017-09-12Fix whitespace in draw-blend.cRobin Watts
2017-09-12Fix Gradients in the presence of spots.Robin Watts
2017-09-12Add -O flag to mudraw to control spots.Robin Watts
2017-09-12Fix separation pixmap conversion functions for DeviceN.Robin Watts
2017-09-12Remove redundant #define that is only used at the same place it's set.Tor Andersson
2017-09-12Move fz_strcasecmp to the header it belongs to.Tor Andersson
2017-09-12Fix merge error in murun.cTor Andersson
2017-09-12Update CMap location URLs.Tor Andersson
2017-09-12Add 'make watch' target.Tor Andersson
2017-09-12Clean up cached color converters in case of error.Sebastian Rasmussen
2017-09-12Fix leaks upon error while copying array/dict.Sebastian Rasmussen
2017-09-08Ensure colorspace colorants are named for ICC spaces too.Robin Watts
2017-09-08Start to rework plotters.Robin Watts
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-09-08Squash 64bit build warning.Robin Watts
2017-09-08Pull in latest lcms2 fixes (brings us up to lcms2.9 equivalence)Robin Watts
2017-09-08Remove unnecessary conditional.Robin Watts
2017-09-08Fix return of void function in jbig2 code.Robin Watts
2017-09-08Remove unnecessary fz_try()/fz_catch().Sebastian Rasmussen
2017-09-07Use dict_put_drop/array_push_drop wherever possible.Sebastian Rasmussen
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-09-07Declare variable fz_var().Sebastian Rasmussen
2017-09-05Make luratech decoder glue compile after interface changes.Sebastian Rasmussen
2017-08-31Always add newline before 'endstream' keyword for PDF/A compliance.Philipp Knechtges
2017-08-31Adjust PDF header for PDF/A compliance.Philipp Knechtges
2017-08-31Do not deflate metadata (necessary for PDF/A compliance).Philipp Knechtges
2017-08-28Remove code that no longer compiles.Sebastian Rasmussen
2017-08-21Fix HTML entities in docs.Tor Andersson
2017-08-21Fix 698374: Compute line and block bounding boxes when device closes.Tor Andersson
2017-08-21Make fz_stext_block and fz_stext_line double linked lists.Tor Andersson
2017-08-21Remove fz_char_and_box struct.Tor Andersson
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Fix printing of file level headers and trailers in mudraw.Tor Andersson
2017-08-17Add PS document writer.Tor Andersson
2017-08-17Fix Android java build: harfbuzz memory callbacks.Tor Andersson
2017-08-17Remove redundant NULL check.Tor Andersson
2017-08-17Fix 698357: Strip alpha and spot channels when saving PDF images.Tor Andersson
2017-08-17Only load the alpha channel in PNG images when it is present.Tor Andersson
2017-08-17Add PCL document writer.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-08-17Detect bold/italic by also checking the font name.Tor Andersson
2017-08-17Use font name in HTML output.Tor Andersson