summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuDocumentController.m
AgeCommit message (Expand)Author
2016-10-28Clean up link destination handling.Tor Andersson
2016-09-23Clean up annotation enum names.Tor Andersson
2016-06-09iOS: Run Xcode's "Convert to Modern ObjC" for "ObjC literals"Joseph Heenan
2016-06-09iOS: Use modern instancetype instead of id for init return typeJoseph Heenan
2016-06-09iOS: Fix a bad call to super in MuDocumentController.mJoseph Heenan
2016-06-09iOS: Replace char * with NSString in ObjC APIsJoseph Heenan
2016-04-21ios: Fix memory leak of outline controller.Tor Andersson
2016-04-20Fix bug 696718 by deferring creation of the outline until it's about to be sh...fredrossperry
2016-04-12Fixes for building on XCode 7.3, and to use copies of images from the Android...fredrossperry
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-04-15Fix crash in iOS app when share button is usedPaul Gardiner
2015-02-25iOS: Fix some warnings in the 64bit buildJoseph Heenan
2015-02-25iOS: conform to recent mupdf API changes.fredrossperry
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-10-05iOS: tweak types to avoid warnings in 64 bit buildsJoseph Heenan
2014-10-04iOS: Add missing [super viewWillAppear/Disappear] callsJoseph Heenan
2014-10-04iOS: Move instance variables from .h to .mJoseph Heenan
2014-07-17Fix odd animation when opening a document on iOS.Matt Holgate
2014-07-16Fix page changing when rotating the device.Matt Holgate
2014-07-07Fix disabled state of bar buttons on iPhone/iPod Touch.Matt Holgate
2014-07-03Disable document interaction features when reflow enabled.Matt Holgate
2014-06-26Fix various Xcode analyzer warnings.Matt Holgate
2014-04-24iOS: remove the annotations button for non-interactive document typesPaul Gardiner
2014-04-24iOS: add support for sharing documents with other appsPaul Gardiner
2014-04-22Fix iOS formatting.Tor Andersson
2014-04-18iOS: use bitmap based printingPaul Gardiner
2014-04-18iOS: add AirPrint supportPaul Gardiner
2014-04-02iOS: ensure that the slider has the correct size if hidden during device rota...Paul Gardiner
2014-01-13iOS: attach the slider to the toolbar differently for iOS 7Paul Gardiner
2014-01-10iOS: correctly handle document changes that may affect several pagesPaul Gardiner
2014-01-10iOS: on iPhone use custom buttons to accommodate shortage of spacePaul Gardiner
2014-01-09Remove comment header blurb from ios files.Tor Andersson
2014-01-09iOS: save changes on returning to the libraryPaul Gardiner
2014-01-07iOS: remove search-bar-transparency hackPaul Gardiner
2014-01-07iOS: don’t allow hiding of the navigation bar when it is other than at the ...Paul Gardiner
2013-11-27iOS: some fixes for iOS 7Paul Gardiner
2013-11-22iOS; remove use of deprecated functions and fix other warningsPaul Gardiner
2013-11-22iOS: support annotation deletionPaul Gardiner
2013-11-20iOS: support creation of Ink annotationsPaul Gardiner
2013-11-19iOS: add support for creating markup annotationsPaul Gardiner
2013-11-07iOS: fix non-appearance of buttons for files with no outlinePaul Gardiner
2013-10-16iOS: add support for selecting form choice fieldsPaul Gardiner
2013-10-16iOS: support filling in of text form fieldsPaul Gardiner
2013-10-09iOS: implement internal-link followingPaul Gardiner
2013-09-25iOS: while adjusting reflow zoom, refresh only the visible pagePaul Gardiner
2013-09-24iOS: add reflow modePaul Gardiner
2013-09-24iOS: use ObjC-level ref counting to control lifetime of fz_documentPaul Gardiner
2013-09-17iOS: split the classes into separate filesPaul Gardiner