summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-03Add warning message when we trigger a repair pass.Tor Andersson
2017-03-03Fix 697554: Use the first 'cmap' table that matches.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2017-03-02Improve SVG text output.Tor Andersson
2017-03-01epub: Adjust y coordinate for page_top in draw calls, not by top matrix.Tor Andersson
2017-03-01Optimize pdf-device text output.Tor Andersson
2017-03-01Don't truncate page height when loading links.Tor Andersson
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-03-01Bug 697620: Avoid clash with "isprint".Robin Watts
2017-03-01Bug 697395: Fix underflow in special case scaler.Robin Watts
2017-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-02-21Fix typo in ffi_PDFAnnotation_setColor.Tor Andersson
2017-02-21The 'count' array in pdf_annot_set_ink_list takes number of points.Tor Andersson
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 697500: Fix NULL ptr access.Robin Watts
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-06Make sure to fill in 'doc' field of HTML links.Tor Andersson
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-02-06Be stricter when parsing OCG selections in mudraw.Sebastian Rasmussen
2017-02-06Drop selected ui when dropping OCG for pdf documents.Sebastian Rasmussen
2017-02-06Fix Win32 builds.Robin Watts
2017-02-04Bug 697514: Write SVG output to stdout if no output specified.Sebastian Rasmussen
2017-01-31svg: Add arc support.Tor Andersson
2017-01-31muraster: When outputting to /dev/null, still free bitmaps.Robin Watts
2017-01-23Fix fallback system callback for serif fonts.Tor Andersson
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
2017-01-20Add system fallback font callback.Tor Andersson
2017-01-20Add separate TOFU_NOTO define to skip Noto fonts (but not Charis SIL).Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2017-01-17Don't throw from libjpeg callbacks!Tor Andersson
2017-01-17pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.Tor Andersson
2017-01-17pdf: Convert non-printable keywords into PDF_TOK_ERROR.Tor Andersson
2017-01-17pdf: Ignore a certain number of syntax errors before bailing.Tor Andersson
2017-01-17pdf: Minor interpreter cleanups.Tor Andersson