summaryrefslogtreecommitdiff
path: root/apps/pdfapp.c
AgeCommit message (Expand)Author
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-22Fix bug where app->doctitle wasn't pointing to an alloced string.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-10-12Make sure PDF title is always an allocated string.Sebastian Rasmussen
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Plug some memory leaks in pdfapp.Sebastian Rasmussen
2011-09-19In X11 viewer, repaint entire page if no match found.Sebastian Rasmussen
2011-09-17Implement backwards search in viewer.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-05Version 0.9Tor Andersson
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-09-04Do not redraw viewer window if the search string is not found.Sebastian Rasmussen
2011-09-04Fix panning bug in viewer related to backwards search.Sebastian Rasmussen
2011-09-04Send string not found message to viewer app, don't print on stdout.Sebastian Rasmussen
2011-09-04Do not search for empty strings in viewer.Sebastian Rasmussen
2011-09-04Go to first page when 'g' is pressed without number prefix in viewer.Sebastian Rasmussen
2011-08-30Do not change view when reloading file.Bert
2011-05-26Flip pages when panning beyond threshhold.Cedric Sodhi
2011-04-09Allow multibyte filenames in mupdf windows app for XPS documents.Tor Andersson
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04apps: Correctly invert hits that span lines.Tor Andersson
2011-04-04draw: Speed up display list execution by using a visibility test.Tor Andersson
2011-04-04Change how files are opened with fz_openfd/file/filew.Tor Andersson
2011-04-03xps: XPS uses 96 dpi as default where PDF uses 72.Tor Andersson
2011-04-03xps: Remove dependency on expat.Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-03-06Transform text hitboxes to get the correct text when copying the selection.Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-02-03Initialize loadpage variable.Tor Andersson
2011-01-06Search for text on all pages rather than only the current page.Sebastian Rasmussen
2011-01-06Make panning and repainting optional when showing a page in x11 viewer.Sebastian Rasmussen
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-16Store full destination array instead of only the page reference in the link s...Tor Andersson
2010-11-28Support luminosity softmask background colors.Tor Andersson
2010-08-31Call agestore to evict old resources in the viewer.Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Return explicit error code from pdf_openxref.Tor Andersson
2010-07-15Check that xref is not null before dereferencing and closing it in the viewer...Tor Andersson
2010-07-13Fix clang warnings.Tor Andersson