index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
ios
/
Classes
/
MuDocumentController.m
Age
Commit message (
Expand
)
Author
2016-04-21
ios: Fix memory leak of outline controller.
Tor Andersson
2016-04-20
Fix bug 696718 by deferring creation of the outline until it's about to be sh...
fredrossperry
2016-04-12
Fixes for building on XCode 7.3, and to use copies of images from the Android...
fredrossperry
2016-03-31
Initialize disabled document writing flags to zero
Sebastian Rasmussen
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-04-15
Fix crash in iOS app when share button is used
Paul Gardiner
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
2014-10-05
iOS: tweak types to avoid warnings in 64 bit builds
Joseph Heenan
2014-10-04
iOS: Add missing [super viewWillAppear/Disappear] calls
Joseph Heenan
2014-10-04
iOS: Move instance variables from .h to .m
Joseph Heenan
2014-07-17
Fix odd animation when opening a document on iOS.
Matt Holgate
2014-07-16
Fix page changing when rotating the device.
Matt Holgate
2014-07-07
Fix disabled state of bar buttons on iPhone/iPod Touch.
Matt Holgate
2014-07-03
Disable document interaction features when reflow enabled.
Matt Holgate
2014-06-26
Fix various Xcode analyzer warnings.
Matt Holgate
2014-04-24
iOS: remove the annotations button for non-interactive document types
Paul Gardiner
2014-04-24
iOS: add support for sharing documents with other apps
Paul Gardiner
2014-04-22
Fix iOS formatting.
Tor Andersson
2014-04-18
iOS: use bitmap based printing
Paul Gardiner
2014-04-18
iOS: add AirPrint support
Paul Gardiner
2014-04-02
iOS: ensure that the slider has the correct size if hidden during device rota...
Paul Gardiner
2014-01-13
iOS: attach the slider to the toolbar differently for iOS 7
Paul Gardiner
2014-01-10
iOS: correctly handle document changes that may affect several pages
Paul Gardiner
2014-01-10
iOS: on iPhone use custom buttons to accommodate shortage of space
Paul Gardiner
2014-01-09
Remove comment header blurb from ios files.
Tor Andersson
2014-01-09
iOS: save changes on returning to the library
Paul Gardiner
2014-01-07
iOS: remove search-bar-transparency hack
Paul Gardiner
2014-01-07
iOS: don’t allow hiding of the navigation bar when it is other than at the ...
Paul Gardiner
2013-11-27
iOS: some fixes for iOS 7
Paul Gardiner
2013-11-22
iOS; remove use of deprecated functions and fix other warnings
Paul Gardiner
2013-11-22
iOS: support annotation deletion
Paul Gardiner
2013-11-20
iOS: support creation of Ink annotations
Paul Gardiner
2013-11-19
iOS: add support for creating markup annotations
Paul Gardiner
2013-11-07
iOS: fix non-appearance of buttons for files with no outline
Paul Gardiner
2013-10-16
iOS: add support for selecting form choice fields
Paul Gardiner
2013-10-16
iOS: support filling in of text form fields
Paul Gardiner
2013-10-09
iOS: implement internal-link following
Paul Gardiner
2013-09-25
iOS: while adjusting reflow zoom, refresh only the visible page
Paul Gardiner
2013-09-24
iOS: add reflow mode
Paul Gardiner
2013-09-24
iOS: use ObjC-level ref counting to control lifetime of fz_document
Paul Gardiner
2013-09-17
iOS: split the classes into separate files
Paul Gardiner