Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-25 | Android: while adjusting reflow zoom, refresh only the visible page | Paul Gardiner | |
Also fix a race condition where an attempt to set the zoom might precede the loading of html into the WebView | |||
2013-09-25 | iOS: while adjusting reflow zoom, refresh only the visible page | Paul Gardiner | |
At end of gesture all pages are refreshed so that newly-becoming-visible pages appear at the correct zoom. | |||
2013-09-24 | iOS: add reflow mode | Paul Gardiner | |
2013-09-24 | iOS: use ObjC-level ref counting to control lifetime of fz_document | Paul Gardiner | |
With the latest version if iOS, timing changes were causing crashes during close down of a MuDocumentController. This change isolates us from those changes. | |||
2013-09-24 | Android: fix missing fz_vars | Paul Gardiner | |
2013-09-17 | iOS: split the classes into separate files | Paul Gardiner | |
2013-09-17 | iOS: use the background thread for CGDataProviderCreateWithData's callback | Paul Gardiner | |
2013-09-16 | iOS: avoid XCode's passed environment breaking the "generated" build | Paul Gardiner | |
2013-09-16 | Android: remove use of Bitmap holder and avoid memory churn | Paul Gardiner | |
Now use one-time allocation of page-sized bitmaps | |||
2013-09-13 | Fix various compile warnings spotted by the cluster. | Robin Watts | |
2013-09-08 | ios: Clean up project file. | Tor Andersson | |
Strip stupid project build settings. Add proper "make generate" target that uses the 'macosx' sdkroot. Rewrite cross compile build script to be more future proof. | |||
2013-09-03 | Add FZ_VERSION define. Check header and library version compatibility. | Tor Andersson | |
2013-08-30 | Use RLE coding scheme for glyph bitmaps. | Robin Watts | |
Rather than generating fz_pixmaps for glyphs, we generate fz_glyphs. fz_glyphs can either contain a pixmap, or an RLEd representation (if it's a mask, and it's smaller). Should take less memory in the cache, and should be faster to plot. | |||
2013-08-27 | Android: support signing | Paul Gardiner | |
2013-08-27 | Android: add signature checking | Paul Gardiner | |
2013-08-27 | Support openssl build in android | Paul Gardiner | |
2013-08-24 | Rename varible in pdfapp to relate it to searching. | Sebastian Rasmussen | |
2013-08-24 | Display warnings in statusbar in x11 viewer. | Sebastian Rasmussen | |
2013-08-24 | X11 viewer code rearranged for aesthetic reasons. | Sebastian Rasmussen | |
Set display timeout where the page number is shown, not in x11 main. | |||
2013-08-24 | Add support for showing messages in x11 viewer statusbar. | Sebastian Rasmussen | |
2013-08-24 | Generalize search blitting in x11 to include page number. | Sebastian Rasmussen | |
2013-08-24 | Cancel 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-21 | Bug 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-21 | Enable 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-15 | Merge branch 'release' into 'master'. | Tor Andersson | |
2013-08-14 | Bug 694516: Fix Android operation with passworded files. | Robin Watts | |
Don't countPages until after we have a password. | |||
2013-08-13 | Remove unnecessary parameter | Paul Gardiner | |
2013-07-30 | Fix signature-support build | Paul Gardiner | |
2013-07-26 | Bump version number to 1.3. | Tor Andersson | |
2013-07-26 | Add file selection dialog for debian menu entry. | Sebastian Rasmussen | |
2013-07-26 | Add missing mimetypes to debian package information. | Sebastian Rasmussen | |
2013-07-26 | Update debian files after file reorganization. | Sebastian Rasmussen | |
2013-07-22 | Add in missing files into winrt project from ↵ | Michael Vrhel | |
15b9cdd84caf784abeb911ca7aaf1d317d201e88 | |||
2013-07-22 | Added newlines in error messages for X11 platform. | Marcos H. Woehrmann | |
2013-07-22 | Collect together all code to do with appearance-stream creation | Paul Gardiner | |
2013-07-19 | Add mupdf-curl app | Robin 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-19 | Initial work on progressive loading | Robin 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-04 | A minor path fix in winrt solution. | Michael Vrhel | |
2013-07-04 | Update of winrt solution files for the reorganization that was recently ↵ | Michael Vrhel | |
undertaken | |||
2013-07-04 | Fix up of a few issues in the project settings for winrt | Michael Vrhel | |
2013-07-04 | Update pdf_write_document to support incremental update | Paul Gardiner | |
2013-06-28 | Fix merge mistake. | Tor Andersson | |
2013-06-25 | Update ios project for reshuffle. | Tor Andersson | |
2013-06-24 | Free fz_context at end of win32 app | Paul Gardiner | |
2013-06-21 | Fix 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-20 | Update source, makefiles and win32 projects. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |