summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
AgeCommit message (Expand)Author
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-03-19Add simple 'inverted color' mode for mupdf viewer.Robin Watts
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-07Splitting tweaks.Tor Andersson
2012-02-03Use the new document interface in viewer.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-18Add fullscreen mode to mupdf viewer.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-08Remove deprecated error handling code.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-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-17Implement backwards search in viewer.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-08-30Do not change view when reloading file.Bert
2011-05-26Flip pages when panning beyond threshhold.Cedric Sodhi
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-01-06Remove unnecessary whitespace.Sebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2010-06-29Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...Robin Watts
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-06-16Allow bookmark commands in the viewer to take a number argument so you can st...Sebastian Rasmussen
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-03-26Re-enable copy/paste in the viewer application.Tor Andersson
2010-01-07Reenable x11pdf viewer.Tor Andersson
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson