summaryrefslogtreecommitdiff
path: root/apps/common
AgeCommit message (Collapse)Author
2010-03-02Flatten apps/ directories.Tor Andersson
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-12-05Remove unnecessary resolve of root and info objects in pdftools.Sebastian Rasmussen
2009-12-03Fix possible buffer overflows in the viewer application.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ↵Tor Andersson
get rid of large chunks of untested error handling code. This patch cleans up the handling of fz_obj.
2009-08-24Do not have pdfinfo or pdfshow die on corrupt page trees.Sebastian Rasmussen
2009-08-23Add type to links so applications can determine how to handle them.Sebastian Rasmussen
2009-08-19Implement support for AES encryption.Tor Andersson
2009-08-15Do not preload named destinations, instead do lookup when necessary.Sebastian Rasmussen
2009-07-18Enable pdfapps to step arbitrary number of pages in either direction.Sebastian Rasmussen
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-09Not resolving pages when inserting them in page tree removes a lot of code ↵Sebastian Rasmussen
with no ill effects.
2009-07-08Fix a few occurrances of undeclared functions and functions that could be ↵Sebastian Rasmussen
static.
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.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