summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2017-04-27Include required system headers.Tor Andersson
2017-04-27Remove fz_function abstract structure.Tor Andersson
2017-04-27Remove unused fz_function debug printing.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
2017-04-27Use namespace for AES crypto code.Tor Andersson
2017-04-21js: Extend PDF app object with a few properties.Sebastian Rasmussen
2017-04-20The default color of ink annotation is transparent.Sebastian Rasmussen
2017-04-20Add annotation interfaces for open state/icon name/line endings.Sebastian Rasmussen
2017-04-20Improve PDF annotation error handling.Sebastian Rasmussen
2017-04-20js: Push annotation error handling down to library.Sebastian Rasmussen
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-04-18Consistently use pdf_name_eq() where possible.Sebastian Rasmussen
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-04-13Fix 697725: silly typo when parsing GoToR destination.Tor Andersson
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-03-28pdf: Swallow unrecoverable errors and ignore rest of page.Tor Andersson
2017-03-28pdf: Use FZ_ERROR_SYNTAX code for syntax errors.Tor Andersson
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
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-24Ensure fz_store_types are all static const.Robin Watts
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-23Add fz_new_writer function.Robin Watts
2017-03-22Update fz_new_page.Robin Watts
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-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
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-01Optimize pdf-device text output.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-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-02-09Bug 697500: Fix NULL ptr access.Robin Watts
2017-02-06Drop selected ui when dropping OCG for pdf documents.Sebastian Rasmussen
2017-01-17Fix typos.Sebastian Rasmussen
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
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2017-01-09Add missing pdf_close_processor calls.Tor Andersson
2017-01-09Remove some dead code.Tor Andersson
2017-01-02Fix leak of image mask.Sebastian Rasmussen
2016-12-27js: Fix allocator callbacks so they don't throw fitz exceptions.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-12-23Don't add bogus entries when pdf_update_object is called with NULL.Tor Andersson