Age | Commit message (Expand) | Author |
2011-03-06 | Inhibit warning message spam by introducing a repeat counter. | Tor Andersson |
2011-01-27 | Add fz_calloc function to check for integer overflow when allocating arrays, ... | Tor Andersson |
2010-12-30 | Adhere to nil idiom. | Sebastian Rasmussen |
2010-12-13 | Allow reverse page ranges for pdf tools. | Sebastian Rasmussen |
2010-12-04 | Support repairing PDF documents with compressed object streams. | Tor Andersson |
2010-12-04 | Add option to ascii hex encode binary streams in pdfclean. | Tor Andersson |
2010-09-27 | Fix typo. | Tor Andersson |
2010-08-07 | Fix typo in pdfclean that caused a segfault. | Sebastian Rasmussen |
2010-07-28 | Combine duplicate object removal and xref compacting into a single pass in pd... | Sebastian Rasmussen |
2010-07-29 | Use chained reader like interface for filters instead of process interface. | Tor Andersson |
2010-07-26 | Only drop objects that have been renumbered in pdfclean. | Sebastian Rasmussen |
2010-07-20 | Replace explicit comparisons with MIN/MAX/ABS macros. | Sebastian Rasmussen |
2010-07-19 | Update usage text in pdfclean. | Tor Andersson |
2010-07-19 | Update debian package and the man pages for the command line tools. | Tor Andersson |
2010-07-17 | Minor edits. | Tor Andersson |
2010-07-17 | Fix bug in duplicate object removal causing segfault, and free resources in p... | Sebastian Rasmussen |
2010-07-16 | Clarify function names for opening a PDF file. | Tor Andersson |
2010-07-15 | Refactored xref opening functions, command line tools, and rewrote pdfdraw to... | Tor Andersson |
2010-07-15 | Add support for removing duplicate objects in pdfclean. | Sebastian Rasmussen |
2010-07-15 | Correct function prototype and usage message. | Sebastian Rasmussen |
2010-07-14 | More stylistic cleanups in pdfclean. | Tor Andersson |
2010-07-14 | Do some stylistic cleanups in pdfclean. | Tor Andersson |
2010-07-14 | Refactor pdfclean main() into a set of smaller functions. | Sebastian Rasmussen |
2010-07-14 | Add support for renumbering objects in pdfclean so that xref can be compacted. | Sebastian Rasmussen |
2010-07-14 | Page tree must be loaded in pdfclean in order to be able to cherry pick pages. | Sebastian Rasmussen |
2010-07-07 | Remove local argument that shadowed and duplicated a global. | Tor Andersson |
2010-06-29 | Reformat to remove all instances of double spaces (to easier spot indentation... | Tor Andersson |
2010-06-21 | Preload page tree into an array to avoid unnecessary linear searching when lo... | Tor Andersson |
2010-06-15 | Explicitly return 0 from main() in the tools. | Tor Andersson |
2010-05-31 | Revert removal of object resolving as it is needed in pdclean. | Sebastian Rasmussen |
2010-05-23 | Globally rename oid to num to fit with fz_tonum(). | Sebastian Rasmussen |
2010-05-22 | Remove unnecessary explicit resolving of indirect objects. | Sebastian Rasmussen |
2010-04-24 | Add support to retain only the specified pages when using pdfclean. | Sebastian Rasmussen |
2009-11-29 | Fix up indentation. | Tor Andersson |
2009-11-20 | As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ... | Tor Andersson |
2009-08-19 | Implement support for AES encryption. | Tor Andersson |
2009-08-13 | Remove encryption support from pdfclean. | Tor Andersson |
2009-07-06 | Do not accidentally resolve indirect references in pdfclean. | Sebastian Rasmussen |
2009-07-05 | Make internal functions static. | Sebastian Rasmussen |
2009-07-05 | Refactor xref opening and closing to a common file for all pdf tools. | Sebastian Rasmussen |
2009-07-03 | Use fz_getopt & co. | Tor Andersson |
2009-07-02 | Increment reference count of catalog and info objects when opening a pdf. | Tor Andersson |
2009-06-30 | Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a... | Tor Andersson |
2009-03-11 | Remove fz_outofmem constant. | Tor Andersson |
2009-03-11 | Change fz_error* struct into an integer error type fz_error. | Tor Andersson |
2009-03-11 | Add fz_catch function, and cause the throw/rethrow/catch functions to print t... | Tor Andersson |
2009-03-05 | Split pdftool into separate mini-tools again. | Tor Andersson |
2005-08-09 | new unified pdf tool | Tor Andersson |
2005-03-30 | polish simple pdf apps | Tor Andersson |
2005-01-11 | rename apps directory and reorganize macpdf.app | Tor Andersson |