summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2011-04-14Expose informational encryption details.Tor Andersson
2011-04-10Register file type association on startup in windows.Tor Andersson
2011-04-10Make crypt struct opaque.Tor Andersson
2011-04-09Allow multibyte filenames in mupdf windows app for XPS documents.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-08Add special case non-aa scan converter with accompanying blit functions.Tor Andersson
2011-04-07Add AA_BITS define to control antialias level of line art.Robin Watts
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
2011-04-06First cut at halftone support. Mono only, 16x16 default halftone.Robin Watts
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04apps: Purge long obsolete Mozilla plugin.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04apps: Correctly invert hits that span lines.Tor Andersson
2011-04-04draw: Speed up display list execution by using a visibility test.Tor Andersson
2011-04-04Change how files are opened with fz_openfd/file/filew.Tor Andersson
2011-04-03xps: XPS uses 96 dpi as default where PDF uses 72.Tor Andersson
2011-04-03xps: Update win32 project files.Tor Andersson
2011-04-03xps: Rearrange files, part two.Tor Andersson
2011-04-03xps: Remove dependency on expat.Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-03-09Move manpages out from debian into apps/man, and install them when running ma...Tor Andersson
2011-03-09Remove duplicated line in usage message.Tor Andersson
2011-03-06Transform text hitboxes to get the correct text when copying the selection.Tor Andersson
2011-03-06Add error message buffer for GUI applications to display the latest error sta...Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-03-01Update icons.Tor Andersson
2011-02-03Initialize loadpage variable.Tor Andersson
2011-02-03Fix typo in WM_DELETE_WINDOW patch.Tor Andersson
2011-02-02Also set window title with XStoreName.Tor Andersson
2011-02-02Handle WM_DELETE client messages.Tor Andersson
2011-02-02Silence debugging info when setting up ximage code.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2011-01-06Search for text on all pages rather than only the current page.Sebastian Rasmussen
2011-01-06Make panning and repainting optional when showing a page in x11 viewer.Sebastian Rasmussen
2011-01-06Remove unnecessary whitespace.Sebastian Rasmussen
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2011-01-05Add rotate flag to pdfdraw.Robin Watts
2010-12-20Only use colorspace resource dictionary for inline images.Tor Andersson
2010-12-16Store full destination array instead of only the page reference in the link s...Tor Andersson
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-12-10Sort dictionary keys when printing grepable output in pdfshow.Tor Andersson
2010-12-05Include trailer in grepable output from pdfshow.Sebastian Rasmussen
2010-12-05Add "grepable" command to pdfshow to print all objects on one line each.Tor Andersson
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-12-04Add option to disable the use of a display list in pdfdraw.Tor Andersson
2010-11-29Remove unused variable.Sebastian Rasmussen
2010-11-28Support luminosity softmask background colors.Tor Andersson