summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2018-11-14Remove TARGA output support.HEADmasterTor Andersson
2018-11-13Bug 697414: Allow more encodings in XML parser.Tor Andersson
2018-11-13Add fz_strncasecmp.Tor Andersson
2018-11-13Add more encoding tables.Tor Andersson
2018-11-13Use first character's bbox even if it is empty.Tor Andersson
2018-11-13Bug 697206: Tweak when to use the PDF font metrics in fz_advance_glyph.Tor Andersson
2018-11-13Bug 700143: Ignore duplicate text objects in text extraction.Tor Andersson
2018-11-12Bug 699992: Use feBlend filters in SVG output for PDF blendings.Robin Watts
2018-11-08Fix 699343: Skip spaces before data in DCTDecode filter.Tor Andersson
2018-11-08Fix 699352: Call begin_layer for all marked content in PDF.Tor Andersson
2018-11-07Fix typo.Tor Andersson
2018-11-07Fix 698971: Detect ICC colorspace mismatch in TIFF loader.Tor Andersson
2018-11-07Fix 700140: Ask LCMS transform to copy alpha channels.Tor Andersson
2018-11-07Make compression bomb detection optional.Tor Andersson
2018-11-07pnm: Take alpha into account when skipping over image data.Sebastian Rasmussen
2018-11-07Add explicit jmp_buf dereferencing to allow using fz_try from C++.Tor Andersson
2018-11-07Handle bogus font ascender and descender values.Tor Andersson
2018-11-07Fix 700030: Use actual font glyph widths when extracting text.Tor Andersson
2018-11-07Fix 700030: Tweak text extraction space adding heuristics.Tor Andersson
2018-11-07Fix 700043: Don't assume a font is t3 just because fz_outline_glyph fails.Tor Andersson
2018-11-01Bug 700040: tar: Handle posix, ustar and v7 tar formats.Sebastian Rasmussen
2018-10-26Guard all calls to the passthrough device in the test device.Sebastian Rasmussen
2018-10-26Avoid dropping stream/color converter twice upon exception.Sebastian Rasmussen
2018-10-26Rewrite try/always/catch macros to allow fz_context to be opaque.Tor Andersson
2018-10-26Use 14 bits of precision for image drawing, to allow for larger images.Tor Andersson
2018-10-25Make fixed point math precision in image drawing a #define.Tor Andersson
2018-10-25Handle premultiplied alpha in generic pixmap color conversion.Tor Andersson
2018-10-25Handle premultiplied alpha in pixmap color conversions (CMYK only).Tor Andersson
2018-10-25Fix asserts and checks in fast_xxx_to_yyy functions.Tor Andersson
2018-10-25Add and use fz_convert_pixmap_samples helper function.Tor Andersson
2018-10-25Drop SLOWCMYK path.Tor Andersson
2018-10-25Make alpha channel unmultiply and premultiply utility functions public.Tor Andersson
2018-10-25Guard loading embedded ICC profiles in images with FZ_ENABLE_ICC.Tor Andersson
2018-10-25Rename NO_ICC to FZ_ENABLE_ICC=0|1 to match other config.h options.Tor Andersson
2018-10-24Pass context to fz_paint_image to allow for printing warnings.Tor Andersson
2018-10-23Drop coords upon exception cloning path.Sebastian Rasmussen
2018-10-23Drop pixmap upon exception allocating draw device.Sebastian Rasmussen
2018-10-23Remove unnecessary exception handling.Sebastian Rasmussen
2018-10-23Drop hash table upon exception.Sebastian Rasmussen
2018-10-23Fix cleanup upon exception in the tiff filters.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-23Dynamically allocate colorspace name, to allow arbitrary lengths.Sebastian Rasmussen
2018-10-23Remove unused variables in output-pcl.cTor Andersson
2018-10-23Add fz_write_pixmap_as_data_uri helper function.Tor Andersson
2018-10-23Allow SVG output to keep ID numbers unique across pages.Tor Andersson
2018-10-23Don't rely on CSS classes in HTML5 text output.Tor Andersson
2018-10-18Bug 699971. Fix bad read of mask type from display list.Robin Watts
2018-10-18Bug 699967: Follow ons.Robin Watts
2018-10-18Bug 699967: Fix crash with wide format output to color PCL.Robin Watts
2018-10-15Update lcms2 to lcms2mt.Robin Watts