summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2013-08-21Enable horizontal mouse scrolling in X11.Robin Watts
Based on a patch from Sebastian Neuser - many thanks. Use mouse buttons 6 and 7 to do the same as 4 and 5, but with Y rather than X being the default.
2013-08-15Merge branch 'release' into 'master'.Tor Andersson
2013-08-14Bug 694516: Fix Android operation with passworded files.Robin Watts
Don't countPages until after we have a password.
2013-08-13Remove unnecessary parameterPaul Gardiner
2013-07-30Fix signature-support buildPaul Gardiner
2013-07-26Bump version number to 1.3.Tor Andersson
2013-07-26Add file selection dialog for debian menu entry.Sebastian Rasmussen
2013-07-26Add missing mimetypes to debian package information.Sebastian Rasmussen
2013-07-26Update debian files after file reorganization.Sebastian Rasmussen
2013-07-22Add in missing files into winrt project from ↵Michael Vrhel
15b9cdd84caf784abeb911ca7aaf1d317d201e88
2013-07-22Added newlines in error messages for X11 platform.Marcos H. Woehrmann
2013-07-22Collect together all code to do with appearance-stream creationPaul Gardiner
2013-07-19Add mupdf-curl appRobin Watts
Windows and X11. Allows files to be fetched and displayed as they are downloaded both with and without linearization, using hints if available.
2013-07-19Initial work on progressive loadingRobin Watts
We are testing this using a new -p flag to mupdf that sets a bitrate at which data will appear to arrive progressively as time goes on. For example: mupdf -p 102400 pdf_reference17.pdf Details of the scheme used here are presented in docs/progressive.txt
2013-07-04A minor path fix in winrt solution.Michael Vrhel
2013-07-04Update of winrt solution files for the reorganization that was recently ↵Michael Vrhel
undertaken
2013-07-04Fix up of a few issues in the project settings for winrtMichael Vrhel
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-06-28Fix merge mistake.Tor Andersson
2013-06-25Update ios project for reshuffle.Tor Andersson
2013-06-24Free fz_context at end of win32 appPaul Gardiner
2013-06-21Fix Android builds.Robin Watts
Had to rejig the thumb entry/exit veneers to allow for NDK_PROFILER operation, but this seems to have negated the need for Core2.mk, so removed that here.
2013-06-20Update source, makefiles and win32 projects.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson