summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuDocumentController.h
AgeCommit message (Collapse)Author
2013-10-16iOS: support filling in of text form fieldsPaul Gardiner
2013-09-24iOS: add reflow modePaul Gardiner
2013-09-24iOS: use ObjC-level ref counting to control lifetime of fz_documentPaul 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-17iOS: split the classes into separate filesPaul Gardiner