summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2011-09-21Rename xps_context to xps_document.Tor Andersson
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Plug some memory leaks in pdfapp.Sebastian Rasmussen
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-19In X11 viewer, repaint entire page if no match found.Sebastian Rasmussen
2011-09-17Show page number in X11 viewer upon 'P' keypress.Sebastian Rasmussen
2011-09-17Implement backwards search in viewer.Sebastian Rasmussen
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-05Version 0.9Tor Andersson
2011-09-04Update manpages for tools.Sebastian Rasmussen
2011-09-04Reload file in X11 viewer upon SIGHUP.Sebastian Rasmussen
2011-09-04Coalesce consecutive X11 resize events into a single resize operation.Sebastian Rasmussen
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-09-04Do not redraw viewer window if the search string is not found.Sebastian Rasmussen
2011-09-04Fix panning bug in viewer related to backwards search.Sebastian Rasmussen
2011-09-04Send string not found message to viewer app, don't print on stdout.Sebastian Rasmussen
2011-09-04Do not search for empty strings in viewer.Sebastian Rasmussen
2011-09-04Go to first page when 'g' is pressed without number prefix in viewer.Sebastian Rasmussen
2011-09-04Remove unused redraw timeout from X11 viewer.Sebastian Rasmussen
2011-08-30Ignore X11 key mappings when searching.Bert
2011-08-30Do not change view when reloading file.Bert
2011-08-29Turn off shrinkwrap mode when maximizing the window.Tor Andersson
2011-08-17pdfdraw: Add command line option to gamma correct and invert images.Tor Andersson
2011-08-09Fix bug 692412: typo in buffer size.Tor Andersson
2011-05-26Flip pages when panning beyond threshhold.Cedric Sodhi
2011-04-29Don't use RegDeleteTree; it's only supported in Vista and up.Tor Andersson
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