summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2011-02-03Initialize loadpage variable.Tor Andersson
2011-02-03Fix typo in WM_DELETE_WINDOW patch.Tor Andersson
2011-02-02Also set window title with XStoreName.Tor Andersson
2011-02-02Handle WM_DELETE client messages.Tor Andersson
2011-02-02Silence debugging info when setting up ximage code.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2011-01-06Search for text on all pages rather than only the current page.Sebastian Rasmussen
2011-01-06Make panning and repainting optional when showing a page in x11 viewer.Sebastian Rasmussen
2011-01-06Remove unnecessary whitespace.Sebastian Rasmussen
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2011-01-05Add rotate flag to pdfdraw.Robin Watts
2010-12-20Only use colorspace resource dictionary for inline images.Tor Andersson
2010-12-16Store full destination array instead of only the page reference in the link s...Tor Andersson
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-12-10Sort dictionary keys when printing grepable output in pdfshow.Tor Andersson
2010-12-05Include trailer in grepable output from pdfshow.Sebastian Rasmussen
2010-12-05Add "grepable" command to pdfshow to print all objects on one line each.Tor Andersson
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-12-04Add option to disable the use of a display list in pdfdraw.Tor Andersson
2010-11-29Remove unused variable.Sebastian Rasmussen
2010-11-28Support luminosity softmask background colors.Tor Andersson
2010-09-27Fix typo.Tor Andersson
2010-09-23Fix typo in pdfextract.Tor Andersson
2010-08-31Call agestore to evict old resources in the viewer.Tor Andersson
2010-08-12Remove pdf_image struct -- load images directly into fz_pixmaps instead.Tor Andersson
2010-08-07Fix another bug in pdfinfo.Sebastian Rasmussen
2010-08-11Fix typo.Tor Andersson
2010-08-07Fix typo in pdfclean that caused a segfault.Sebastian Rasmussen
2010-08-02Fix typo by calling newpixmapwithrect instead.Tor Andersson
2010-07-28Combine duplicate object removal and xref compacting into a single pass in pd...Sebastian Rasmussen
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-30Fix typo in pdfinfo that causes colorspace names to be truncated.Sebastian Rasmussen
2010-07-26Only drop objects that have been renumbered in pdfclean.Sebastian Rasmussen
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-19Update usage text in pdfclean.Tor Andersson
2010-07-19Update debian package and the man pages for the command line tools.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Minor edits.Tor Andersson
2010-07-17Fix bug in duplicate object removal causing segfault, and free resources in p...Sebastian Rasmussen
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-17Silence warnings.Tor Andersson
2010-07-16Add command to show the page tree in pdfshow.Tor Andersson
2010-07-16Add a flag to disable the accelerated plotting functions in pdfdraw.Tor Andersson
2010-07-16Fix typo in pdfinfo causing too long colorspace names.Sebastian Rasmussen
2010-07-16Add timing and checksum flags to the new pdfdraw tool.Tor Andersson
2010-07-16Refactor pdf store presence to be optional and use function pointers.Tor Andersson
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson