Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Remove platform/ios directory. | Tor Andersson | |
The iOS viewer has been moved to its own git repository. | |||
2016-12-14 | Bug 697392: Close device before dropping it. | Sebastian Rasmussen | |
2016-07-11 | Fixes to iOS application for recent API changes | Michael Vrhel | |
2016-06-09 | iOS: Use modern instancetype instead of id for init return type | Joseph Heenan | |
2016-05-25 | iOS: Update after pixmap alpha made optional | Joseph Heenan | |
2015-12-18 | iOS: Fix two warnings in MuPrintPageRenderer with latest Xcode | Joseph Heenan | |
MuPrintPageRenderer.h:2:9: error: 'MuDocRef.h' file not found with <angled> include; use "quotes" instead MuPrintPageRenderer.m:35:16: warning: if statement has empty body [-Wempty-body] MuPrintPageRenderer.m:35:16: note: put the semicolon on a separate line to silence this warning | |||
2015-02-25 | iOS: Fix some warnings in the 64bit build | Joseph Heenan | |
2015-02-25 | iOS: conform to recent mupdf API changes. | fredrossperry | |
2015-02-17 | Rename fz_close_* and fz_free_* to fz_drop_*. | Tor Andersson | |
Rename fz_close to fz_drop_stream. Rename fz_close_archive to fz_drop_archive. Rename fz_close_output to fz_drop_output. Rename fz_free_* to fz_drop_*. Rename pdf_free_* to pdf_drop_*. Rename xps_free_* to xps_drop_*. | |||
2014-10-04 | iOS: minor cleans ups | Joseph Heenan | |
unused variables / functions / potential uninitialised variable usage | |||
2014-10-04 | iOS: Move instance variables from .h to .m | Joseph Heenan | |
These are private details that, since changes in Xcode, no longer need to be exposed in the headers. | |||
2014-06-26 | Fix various Xcode analyzer warnings. | Matt Holgate | |
Most were pretty harmless, and were addressed by renaming functions to match the Core Foundation naming conventions, but there was one actual memory leak, and some potential uses of uninitialised data. | |||
2014-04-24 | iOS: perform rendering for AirPrint in strips | Paul Gardiner | |
2014-04-24 | iOS: fix AirPrint quality to 300 dpi | Paul Gardiner | |
2014-04-24 | iOS: refactor AirPrint code ready for printing at higher res and in strips | Paul Gardiner | |
2014-04-22 | Fix iOS formatting. | Tor Andersson | |
2014-04-18 | iOS: use bitmap based printing | Paul Gardiner | |
allows printing of file types other than PDF |