Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-21 | Don't thread ctx through safe fz_obj functions. | Tor Andersson | |
2011-09-20 | Reshuffle exception context code to fit Tor's aesthetic sense. | Tor Andersson | |
2011-09-15 | Add context to mupdf. | Robin Watts | |
Huge pervasive change to lots of files, adding a context for exception handling and allocation. In time we'll move more statics into there. Also fix some for(i = 0; i < function(...); i++) calls. | |||
2011-09-14 | Initial import of exception handling code | Robin Watts | |
Import exception handling code from WSS, modified to fit into the fitz world. With this code we have 'real' fz_try/fz_catch/fz_rethrow functions, handling a fz_except type. We therefore rename the existing fz_throw/ fz_catch/fz_rethrow to be fz_error_make/fz_error_handle/fz_error_note. We don't actually use fz_try/fz_catch/fz_rethrow yet... | |||
2011-04-05 | Clean up xps and pdf page access functions. | Tor Andersson | |
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson | |
The run-together words are dead! Long live the underscores! The postscript inspired naming convention of using all run-together words has served us well, but it is now time for more readable code. In this commit I have also added the sed script, rename.sed, that I used to convert the source. Use it on your patches and application code. | |||
2011-03-06 | Inhibit warning message spam by introducing a repeat counter. | Tor Andersson | |
2010-12-30 | Adhere to nil idiom. | Sebastian Rasmussen | |
2010-12-10 | Sort dictionary keys when printing grepable output in pdfshow. | Tor Andersson | |
2010-12-05 | Include trailer in grepable output from pdfshow. | Sebastian Rasmussen | |
2010-12-05 | Add "grepable" command to pdfshow to print all objects on one line each. | Tor Andersson | |
2010-07-29 | Use chained reader like interface for filters instead of process interface. | Tor Andersson | |
2010-07-17 | Remove all trailing whitespace. | Tor Andersson | |
2010-07-16 | Add command to show the page tree in pdfshow. | Tor Andersson | |
2010-07-16 | Refactor pdf store presence to be optional and use function pointers. | Tor Andersson | |
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 ↵ | Tor Andersson | |
to be more illustrative. | |||
2010-06-29 | Reformat to remove all instances of double spaces (to easier spot ↵ | Tor Andersson | |
indentation errors in the future). | |||
2010-06-21 | Change pdfshow default to print streams decompressed. | Tor Andersson | |
2010-06-21 | Preload page tree into an array to avoid unnecessary linear searching when ↵ | Tor Andersson | |
looking for a given page. | |||
2010-06-15 | Explicitly return 0 from main() in the tools. | Tor Andersson | |
2010-04-15 | Change command line flag for the password to -p for all tools. | Tor Andersson | |
2009-11-29 | Fix up indentation. | Tor Andersson | |
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 ↵ | Tor Andersson | |
all fz_obj functions automatically and invisibly resolve indirect references before use. | |||
2009-06-29 | Attempt to continue is password is missing for pdf debug tools. | Sebastian Rasmussen | |
2009-05-23 | Removed dumping of images from pdfshow. | Sebastian Rasmussen | |
2009-05-23 | Fix typos in pdfshow usage text. | Sebastian Rasmussen | |
2009-05-10 | Properly drop xref when object has been shown. | Sebastian Rasmussen | |
2009-05-03 | Dump images as pnm if decoded and shown in binary. | Sebastian Rasmussen | |
2009-03-11 | Change fz_error* struct into an integer error type fz_error. | Tor Andersson | |
2009-03-11 | Fix typo in getopt string. | Tor Andersson | |
2009-03-11 | Add fz_catch function, and cause the throw/rethrow/catch functions to print ↵ | Tor Andersson | |
the errors immediately. | |||
2009-03-05 | Split pdftool into separate mini-tools again. | Tor Andersson | |