summaryrefslogtreecommitdiff
path: root/platform/ios/Classes
AgeCommit message (Expand)Author
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-07-14Simple update due to API changeMichael Vrhel
2016-07-14Update iOS code to call fz_close_device.Robin Watts
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-11Fixes to iOS application for recent API changesMichael Vrhel
2016-06-09iOS: Run Xcode's "Convert to Modern ObjC" for "ObjC literals"Joseph Heenan
2016-06-09iOS: Replace property like accessors with propertiesJoseph 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-06-09iOS: Remove some printfsJoseph Heenan
2016-05-25iOS: Update after pixmap alpha made optionalJoseph 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
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-18iOS: Fix two warnings in MuPrintPageRenderer with latest XcodeJoseph Heenan
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15muPDF iOS app: Support for the latest (3.4.1) Crashlytics.fredrossperry
2015-12-11Rename structured text structs and functions to 'stext'.Tor Andersson
2015-10-14Add proper support for when a combobox widget has options that are 2-element ...Michael Vrhel
2015-04-15ios: add epub to the list of handled file formatsTor Andersson
2015-04-15Fix crash in iOS app when share button is usedPaul Gardiner
2015-04-07Fix whitespace.Tor Andersson
2015-02-25iOS: Minor cleanups to match current best practiceJoseph Heenan
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
2015-02-17Reference count fz_document.Tor Andersson
2014-10-05iOS: tweak types to avoid warnings in 64 bit buildsJoseph Heenan
2014-10-04iOS: minor cleans upsJoseph Heenan
2014-10-04iOS: Fix an analyser warningJoseph Heenan
2014-10-04iOS: Remove empty didReceiveMemoryWarning implementationJoseph Heenan
2014-10-04iOS: Fix a warning in xcode 6Joseph 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-16Remove iOS debug output.Matt Holgate
2014-07-10Crashlytics support for official builds.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-07-03Fix memory leak in MuDocRef.m.Matt Holgate
2014-07-03Don't crash if a document fails to open on iOS.Matt Holgate
2014-06-27iOS - Fix #695217 - don't allow annotation of encrypted PDFsMatt Holgate
2014-06-26Add missing fz_var() and fix potential memory leak.Matt Holgate
2014-06-26Fix deleting wrong file or crashing app if first file deleted.Matt Holgate
2014-06-26Add missing 'period' to files launched via 'Open In' before file extension.Matt Holgate
2014-06-26Fix various Xcode analyzer warnings.Matt Holgate