Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-16 | iOS: add support for selecting form choice fields | Paul Gardiner | |
2013-10-16 | iOS: use partial updates to display annotation changes | Paul Gardiner | |
2013-10-16 | iOS: keep reference to the fz_pixmaps. | Paul Gardiner | |
2013-10-16 | iOS: support filling in of text form fields | Paul Gardiner | |
2013-10-09 | iOS: ensure link highlights scale correctly on zoom and stay visible | Paul Gardiner | |
2013-10-09 | iOS: implement internal-link following | Paul Gardiner | |
Also: add hooks for the other link types remove unnecessary protocol from MuPageViewReflow turn off optimizations for the debug build | |||
2013-10-02 | iOS: unify the drawing of the main image and the tile | Paul Gardiner | |
2013-10-02 | iOS: rework some positioning calclations | Paul Gardiner | |
The new code yields the same result as that that it replaces, but might be easier to understand. | |||
2013-10-02 | iOS: Introduce use of display lists | Paul Gardiner | |
Also add exception handling around library calls | |||
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-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-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-06-25 | Update ios project for reshuffle. | Tor Andersson | |
2013-06-20 | Rearrange source files. | Tor Andersson | |