Age | Commit message (Expand) | Author |
2009-07-01 | Update mozilla plugin to new fz_obj architecture. | Tor Andersson |
2009-07-01 | Update mozilla plugin error handling. | Tor Andersson |
2009-06-30 | Add support to print information about encrypted pdfs. | Sebastian Rasmussen |
2009-06-30 | Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a... | Tor Andersson |
2009-06-29 | Attempt to continue is password is missing for pdf debug tools. | Sebastian Rasmussen |
2009-06-29 | Correct pdfinfo usage text. | Sebastian Rasmussen |
2009-06-22 | Validate command-line zoom factor. | Sebastian Rasmussen |
2009-06-22 | Properly initialize variables in pdfextract. | Sebastian Rasmussen |
2009-06-11 | Re-enable text extraction functions. | Tor Andersson |
2009-05-12 | Update winmain.c for fz_error changing to a simple int. | Ralph Giles |
2009-05-23 | Removed dumping of images from pdfshow. | Sebastian Rasmussen |
2009-05-23 | Added separate image/font extraction tool. | 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-05-02 | Fix typo in pdfinfo. | Sebastian Rasmussen |
2009-05-01 | Not getting meta information is not fatal. | Sebastian Rasmussen |
2009-05-01 | Make use of aging and eviction of items in store to enable caching of items b... | Sebastian Rasmussen |
2009-03-08 | Fix whitespace issues. | Sebastian Rasmussen |
2009-04-03 | Replaced alloc/free with fitz specific implementation. | Sebastian Rasmussen |
2009-03-16 | Fix some Coverity issues. | 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 | Fix typo in getopt string. | Tor Andersson |
2009-03-11 | Add fz_catch function, and cause the throw/rethrow/catch functions to print t... | Tor Andersson |
2009-03-06 | Add missing pdfdraw tool. | Tor Andersson |
2009-03-05 | Split pdftool into separate mini-tools again. | Tor Andersson |
2009-03-02 | Handle single image filters when printing information. | Sebastian Rasmussen |
2009-03-02 | Do resolve on the correct object when printing information. | Sebastian Rasmussen |
2009-03-02 | Make mask with colorspace just be a warning when printing information. | Sebastian Rasmussen |
2009-02-28 | Fix typo. | Sebastian Rasmussen |
2009-02-28 | Properly handle alternate colorspaces. | Sebastian Rasmussen |
2009-02-28 | Use pdf font name if no base font name is available. | Sebastian Rasmussen |
2009-02-28 | Handle files without pages. | Sebastian Rasmussen |
2009-02-28 | No resolving of objects that do not exist. | Sebastian Rasmussen |
2009-02-28 | Merge and move header files into the source directories. | Tor Andersson |
2009-02-28 | Moved Fitz files into one directory. | Tor Andersson |
2009-02-27 | Use compiled in CMaps instead of looking for them in $CMAPDIR. | Tor Andersson |
2009-02-27 | Added support for printing specific pages' resource info. | Sebastian Rasmussen |
2009-02-23 | Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more fo... | Tor Andersson |
2009-02-23 | Improved error handling and colorspace printing. | Tor Andersson |
2009-02-17 | Propagate restrict type specifiers to other ximage_convert functions. | Ralph Giles |
2009-02-17 | Fix a comment typo. | Ralph Giles |
2009-02-17 | Remove a spurious restrict in cast. | Ralph Giles |
2008-12-06 | Add new mupdftool info command. | Sebastian Rasmussen |
2008-11-25 | Recognize .PDF as an extension in mupdftool draw. | Ralph Giles |
2008-11-12 | Properly drop references to resources after preloading them in the store. | Tor Andersson |
2008-11-05 | Show stack trace in windows error dialog. | Tor Andersson |
2008-11-03 | Fix LTEXT syntax in winres.rc. | Tor Andersson |
2008-10-26 | Move page range check out of loop and print range of pages drawn. | Sebastian Rasmussen |