index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
pdfshow.c
Age
Commit message (
Expand
)
Author
2012-10-10
Add showing of encryption dictionary to pdfshow
Sebastian Rasmussen
2012-10-05
Rename mubusy to mutool.
Tor Andersson
2012-01-27
Rename pdfdraw to mupdfdraw etc.
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Remove confusing optional 'password' argument to pdf_open_xref.
Tor Andersson
2012-01-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Set default values for alloc context and max store size if none are given.
Sebastian Rasmussen
2012-01-10
Automatically load page tree when accessing a page/page count.
Sebastian Rasmussen
2012-01-06
pdfshow; cope better with broken objects
Robin Watts
2012-01-03
Add mubusy build
Robin Watts
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Remove deprecated error handling code.
Tor Andersson
2011-10-04
Reintroduce alloc context section.
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
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
2011-09-14
Initial import of exception handling code
Robin Watts
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
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 to...
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
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 lo...
Tor Andersson
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 a...
Tor Andersson
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
[next]