summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Drop pdf document if creation fails.Sebastian Rasmussen
2017-06-16Strip doc out of color space load methodMichael Vrhel
2017-06-16Handle error when reading OCGs.Sebastian Rasmussen
2017-06-16Do not throw exception when dropping pdf document.Sebastian Rasmussen
2017-06-16Plug leak of uri if creating link fails.Sebastian Rasmussen
2017-06-08Plug leak of PDF page object.Sebastian Rasmussen
2017-06-06Rename misnamed pdf object graft map keep interface.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-06-03Add pdf_keep_document.Robin Watts
2017-06-03Add documentation for pdf_processors.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-27Bug 697947: Handle Illegal hex codes in PDF names.Sebastian Rasmussen
2017-05-27Handle extremely long PDF names.Sebastian Rasmussen
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-05-19Fall back to encoding the glyph index as ASCII in Type3 fonts.Tor Andersson
2017-05-09Fix leak of dictionary in CMAP.Robin Watts
2017-04-28Add support for manipulating PDF annotation vertices.Sebastian Rasmussen
2017-04-27Break line at public identifiers, making them easily grepable.Sebastian Rasmussen
2017-04-27Avoid typecasting function pointers in subclasses.Tor Andersson
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Move fz_outline and pdf_xref debug printing to pdfshow.cTor Andersson
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Ensure we can compile as -pedantic -std=c99.Tor Andersson
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