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-06-09 | iOS: Use modern instancetype instead of id for init return type | Joseph Heenan | |
2016-06-09 | iOS: Replace char * with NSString in ObjC APIs | Joseph Heenan | |
What is effectively our external API on iOS would be expected to use NSString rather than char *. | |||
2014-04-24 | iOS: remove the annotations button for non-interactive document types | Paul Gardiner | |
2014-01-09 | Remove comment header blurb from ios files. | Tor Andersson | |
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. |