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