summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2013-08-27Android: support signingPaul Gardiner
2013-08-27Android: add signature checkingPaul Gardiner
2013-08-27Support openssl build in androidPaul Gardiner
2013-08-24Rename varible in pdfapp to relate it to searching.Sebastian Rasmussen
2013-08-24Display warnings in statusbar in x11 viewer.Sebastian Rasmussen
2013-08-24X11 viewer code rearranged for aesthetic reasons.Sebastian Rasmussen
Set display timeout where the page number is shown, not in x11 main.
2013-08-24Add support for showing messages in x11 viewer statusbar.Sebastian Rasmussen
2013-08-24Generalize search blitting in x11 to include page number.Sebastian Rasmussen
2013-08-24Cancel page timeout when searching in x11 viewer.Sebastian Rasmussen
The scenario is that the user first displayed the page number (visible for two seconds) and then searched while the page number was still visible. The page number was automatically cleared when entering search text, but the timeout for clearing the page number was never cancelled. This caused an unnecessary redraw of the window while the search text was still being edited.
2013-08-21Bug 694522: Cope with selection of text on a JPEG image.Robin Watts
If there is no text to select we return an array with a NULL in it and this causes the code to crash. Simple workaround.
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