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
/
common
/
pdfapp.c
Age
Commit message (
Expand
)
Author
2009-07-05
Make internal functions static.
Sebastian Rasmussen
2009-07-02
Increment reference count of catalog and info objects when opening a pdf.
Tor Andersson
2009-07-01
Initialize zoom factor in winmain.
Tor Andersson
2009-06-30
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
Tor Andersson
2009-06-22
Validate command-line zoom factor.
Sebastian Rasmussen
2009-05-01
Not getting meta information is not fatal.
Sebastian Rasmussen
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-02-23
Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more fo...
Tor Andersson
2008-09-29
Fixed uninitialized compiler warnings.
Tor Andersson
2008-08-14
Changed error message.
Tor Andersson
2008-03-27
Fix error message handling in pdfapp.
Tor Andersson
2008-03-22
Revert to using boolean to indicate good/bad password.
Sebastian Rasmussen
2008-03-20
Fixed pedantic compiler warning.
Sebastian Rasmussen
2008-01-06
Improved readability.
Sebastian Rasmussen
2008-01-05
Changed panning for the different key-combinations.
Sebastian Rasmussen
2008-01-05
Code re-ordering.
Sebastian Rasmussen
2008-01-05
Switch to enum for panning.
Sebastian Rasmussen
2005-05-08
scroll wheel support
Glenn Kennard
2005-05-12
use bboxes in text extraction
Tor Andersson
2005-05-08
x11pdf zoom and page number command line options
Glenn Kennard
2005-05-08
reset cursor after rendering page
Glenn Kennard
2005-04-25
move pdfapp to a separate library
Ralph Giles