summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2011-12-09Fix missing " in win_main.cRobin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-12-08Use context in x11_main.Tor Andersson
2011-12-08Throw exceptions for read errors.Tor Andersson
2011-12-08Fix exception handling in pdfdraw to avoid leaks.Robin Watts
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Undo pre-multiplied alpha when saving PNG with alpha channels.Tor Andersson
2011-12-07Fix mismerge, causing error on closedown of mupdf.exe.Robin Watts
2011-12-06Move antialias levels into context.Robin Watts
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-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-17Fix bug 692627; pdfclean -ggg of encrypted files fails.Robin Watts
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-12Add pdfdraw option to print the table of contents / outline.Tor Andersson
2011-10-12Make entering search terms not interfere with page number drawing.Sebastian Rasmussen
2011-10-12Default to opening URIs with xdg-open instead of open in X11 viewer.Sebastian Rasmussen
2011-10-12Ask for screen resolution in X11 viewer.Sebastian Rasmussen
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts