summaryrefslogtreecommitdiff
path: root/apps/pdfapp.h
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-11-27Forms: avoid directly saving to the original filePaul Gardiner
2012-10-25Update pdfapp to keep a separate display list for annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-09-19Forms: handle print request, both from javascript and from named actionPaul Gardiner
2012-09-18Forms: add event handling api and specifically support for javascript alertPaul Gardiner
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-03Forms: add basic support for choice widgets to the Windows appPaul Gardiner
2012-08-02Forms: add support for save on exit to the windows appPaul Gardiner
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-15Add colorspace entry to pdfapp_s to set default colorspace.Robin Watts
2012-06-14First version of mujstest-v8.pdf and associated solution changes.Robin Watts
2012-06-13Merge branch 'master' into formsPaul Gardiner
2012-06-11Fix Bug 693099: Render failure due to corrupt jpeg data.Robin Watts
2012-05-08Forms: add text input dialog to win32 appPaul Gardiner
2012-05-08Forms: inhibit "wait" cursor when updating display just for a form changePaul Gardiner
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