summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-02-15Stop searching in viewer when clicking page links.Sebastian Rasmussen
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Update windows viewer to latest changes.Tor Andersson
2012-02-07Rename a few functions.Tor Andersson
2012-02-06Fix 692841: Look at ConfigureNotify events while waiting for MapNotify.Tor Andersson
2012-02-03Free current document page when closing pdf application.Sebastian Rasmussen
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2012-02-03Reference count fz_link objects.Tor Andersson
2012-02-03Use the new document interface in viewer.Tor Andersson
2012-02-03Add document interface.Tor Andersson
2012-02-03Allow ZIP as extension for CBZ files.Tor Andersson
2012-02-02Support remote links in XPS documents.Robin Watts
2012-02-02Work on supporting links in xps documents.Robin Watts
2012-01-31Make pdfclean more resilient to errors while parsing.Robin Watts
2012-01-30Do not embed a context in the fz_outline structure.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-27Android/Windows build fixesRobin Watts
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-18Add fullscreen mode to mupdf viewer.Tor Andersson
2012-01-12Update copyright notices for 2012.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Add xps_run_page function.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2012-01-11Do not unnecessarily use O_BINARY in X11 viewer.Sebastian Rasmussen
2012-01-10Automatically load page tree when accessing a page/page count.Sebastian Rasmussen
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-09Add fz_try/fz_catch to xpsdrawRobin Watts
2012-01-06pdfshow; cope better with broken objectsRobin Watts
2012-01-06pdfclean; trailer dictionary expansion fixRobin Watts
2012-01-04Bug 692739: Add ability to abort time consuming actionsRobin Watts
2012-01-03Add mubusy buildRobin Watts
2011-12-30Load outlines in viewer after pages to allow links to work.Robin Watts
2011-12-28Outline/link destination tweaks.Robin Watts
2011-12-23Generalise pdf_links to be fz_links.Robin Watts
2011-12-17Memory squeezing fixRobin Watts
2011-12-16Another memsqueezing fix.Robin Watts
2011-12-16More memsqueezing fixesRobin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-12Add -i and -f flags to pdfclean.Robin Watts