summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2017-04-05jpx: Make Luratech decoder glue layer compile.Sebastian Rasmussen
2017-03-31Remove Reap lock.Robin Watts
2017-03-31Fix leaks of reaped object keys.Robin Watts
2017-03-31Fix mutex asserts seen during reaping.Robin Watts
2017-03-29Happy New Year!Sebastian Rasmussen
2017-03-28Pass the 'serif' flag to fz_lookup_noto_font.Tor Andersson
2017-03-28Rejig fz_new_annot to fz_new_derived_annot.Robin Watts
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-28Rename fz_new_archive to fz_new_derived_archiveRobin Watts
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-25Add fz_storable_needs_reaping.Robin Watts
2017-03-24Fix needs_reap entry in key storable.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-24Add fz_new_XXX_document_writer calls for pixmaps.Robin Watts
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-23Add fz_new_writer function.Robin Watts
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-23Fix bug with printing integer zero in printf.Tor Andersson
2017-03-22Update fz_new_page.Robin Watts
2017-03-22Extend our printf formatting to take width and precision.Tor Andersson
2017-03-22Simplify string formatter API.Tor Andersson
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2017-03-20Remove fz_drop_image_base.Robin Watts
2017-03-20Update API header documentationRobin Watts
2017-03-15svgwrite: Use width of glyph to position characters in cluster maps.Tor Andersson
2017-03-15svgwrite: Use #RRGGBB color syntax.Tor Andersson
2017-03-15svgwrite: Fix pen advance for ligatures.Tor Andersson
2017-03-15Optimize svg text output.Tor Andersson
2017-03-14Update PWG writer to be a band_writer.Robin Watts
2017-03-14Recast TGA output as a band writer.Robin Watts
2017-03-11Fix PS image output.Robin Watts
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-03-11Improve API documentation for fz_output.Robin Watts
2017-03-10Fix potential double frees in error cases.Robin Watts
2017-03-02Improve SVG text output.Tor Andersson
2017-03-01Bug 697395: Fix underflow in special case scaler.Robin Watts
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-20Fix svg text output when text span is all whitespace or empty.Tor Andersson
2017-02-20Add fz_font_is_bold and italic functions. Use them for svg output.Tor Andersson
2017-02-20Emit more newlines in svg output.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2017-02-17Bug 697592: Fix double application of transform.Robin Watts
2017-02-14Make svg text output format a runtime option.Tor Andersson
2017-02-09bug 697515: Fix out of bounds read in fz_subsample_pixmapRobin Watts
2017-02-08Add SVG_TEXT_AS_TEXT define.Robin Watts
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-02-06Fix Win32 builds.Robin Watts