summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-13Remove encryption support from pdfclean.Tor Andersson
2009-08-12Hex-encode non-printable and 8-bit characters in fmtname.Tor Andersson
2009-07-31Fix typo in ifdef:d code.Tor Andersson
2009-07-30Adjust center-of-pixel offset for image rendering.Tor Andersson
2009-07-30Clamp to edge when sampling outside the edge of an image. Solves many bugs wi...Tor Andersson
2009-07-28Set XClassHint in X11 viewer to allow window managers and other utilities lik...Tor Andersson
2009-07-27Workaround to disable XShmPutImage if we get an error from the MIT-SHM extens...Tor Andersson
2009-07-27Fix typo.Tor Andersson
2009-07-18Treat /ID key in trailer as optional even when encryption is used.Tor Andersson
2009-07-18Enable pdfapps to step arbitrary number of pages in either direction.Sebastian Rasmussen
2009-07-18Initialize uninitialized object file offset.Sebastian Rasmussen
2009-07-18Print warning for unsupported blend modes.Sebastian Rasmussen
2009-07-18Have pdfinfo print the filename being processed.Sebastian Rasmussen
2009-07-18Do not let pdfinfo fail on invalid objects/dicts.Sebastian Rasmussen
2009-07-18Do not validate object generation when parsing them.Sebastian Rasmussen
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-18Always call inflate() with Z_FINISH when we run out of input data.Tor Andersson
2009-07-18Do not attempt to set character size and transform when converting type3 glyp...Sebastian Rasmussen
2009-07-18Add new fallback if glyph cannot be located in AGL.Sebastian Rasmussen
2009-07-18Update AGL script to run again, adhere to whitespace convention, pick up patc...Sebastian Rasmussen
2009-07-17Fixed typo preventing proper loading of named encoding.Sebastian Rasmussen
2009-07-17Only check softmask colorspace if it has not previously been checked.Sebastian Rasmussen
2009-07-16Fixed another resource store evict bug.Sebastian Rasmussen
2009-07-16Make sure fz_objcmp returns valdi results when the difference between real nu...Tor Andersson
2009-07-16Add test for Freetype 2.1 for the FT_Get_Advance workaround.Tor Andersson
2009-07-12Silence warning when parsing identity transfer function.Sebastian Rasmussen
2009-07-12Fix typo in "Use nil instead of 0 for pointers" that caused CCITT encoded ima...Sebastian Rasmussen
2009-07-12When extracting the built-in encoding of embedded fonts, properly ignore miss...Sebastian Rasmussen
2009-07-12Fix typo in pdfinfo that made it crash on pdf containing patterns.Sebastian Rasmussen
2009-07-10Update number of pages after repairing xref.Sebastian Rasmussen
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-09Not resolving pages when inserting them in page tree removes a lot of code wi...Sebastian Rasmussen
2009-07-08Fix a few occurrances of undeclared functions and functions that could be sta...Sebastian Rasmussen
2009-07-08Use function to clean font file names during dumping.Sebastian Rasmussen
2009-07-08Let the command-line argument for mupdf be a percentage instead of a factor.Sebastian Rasmussen
2009-07-07Whitespace cleanup in functions indented with both tabs and spaces.Sebastian Rasmussen
2009-07-07Catch more errors from freetype and give warnings or errors.Sebastian Rasmussen
2009-07-07Use symbolic name instead of integer constant when seeking in JPX encoded str...Sebastian Rasmussen
2009-07-07Fixed bug where form xobjects resource dict was missing and page resource dic...Sebastian Rasmussen
2009-07-06Do not accidentally resolve indirect references in pdfclean.Sebastian Rasmussen
2009-07-06Fix warning.Sebastian Rasmussen
2009-07-06Use nil instead of 0 for pointers.Sebastian Rasmussen
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-05When reading a complete stream, fill the buffer as much as possible instead o...Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Fix bug in comparison when sorting keys in dictionaries.Sebastian Rasmussen
2009-07-05Fix bug in pdfinfo where shadings were gathered as if they were patterns.Sebastian Rasmussen
2009-07-05Fix bugs in pdfinfo where not all objects were properly tracked.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-05Check pointer before dropping page's display tree.Sebastian Rasmussen