summaryrefslogtreecommitdiff
path: root/apps/common/pdfapp.c
AgeCommit message (Collapse)Author
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-07-01Initialize zoom factor in winmain.Tor Andersson
2009-06-30Move 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-22Validate command-line zoom factor.Sebastian Rasmussen
2009-05-01Not getting meta information is not fatal.Sebastian Rasmussen
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print ↵Tor Andersson
the errors immediately.
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more ↵Tor Andersson
font logic on the PDF side and freetype rendering on the fitz side.
2008-09-29Fixed uninitialized compiler warnings.Tor Andersson
2008-08-14Changed error message.Tor Andersson
2008-03-27Fix error message handling in pdfapp.Tor Andersson
2008-03-22Revert to using boolean to indicate good/bad password.Sebastian Rasmussen
2008-03-20Fixed pedantic compiler warning.Sebastian Rasmussen
2008-01-06Improved readability.Sebastian Rasmussen
2008-01-05Changed panning for the different key-combinations.Sebastian Rasmussen
2008-01-05Code re-ordering.Sebastian Rasmussen
2008-01-05Switch to enum for panning.Sebastian Rasmussen
2005-05-08scroll wheel supportGlenn Kennard
Scroll up/down -> pan up/down Shift + scroll -> pan left/right Control + scroll -> zoom in/out
2005-05-12use bboxes in text extractionTor Andersson
2005-05-08x11pdf zoom and page number command line optionsGlenn Kennard
2005-05-08reset cursor after rendering pageGlenn Kennard
2005-04-25move pdfapp to a separate libraryRalph Giles