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
/
MuPageViewNormal.m
Age
Commit message (
Expand
)
Author
2016-11-02
iOS app: adapt to the latest API changes, and fix display issue introduced in...
fred ross-perry
2016-10-26
Update ios/android to use new way of passion stext options.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-07
Add annotation editing functions and clean interface of existing ones.
Tor Andersson
2016-10-07
Remove separate tmp/deleted/changed annotation lists.
Tor Andersson
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-09-08
Add options to control heuristics in structured text.
Sebastian Rasmussen
2016-07-14
Simple update due to API change
Michael Vrhel
2016-07-14
Update iOS code to call fz_close_device.
Robin Watts
2016-07-13
Bug 696699: Fix Text extraction mediabox information.
Robin Watts
2016-07-11
Fixes to iOS application for recent API changes
Michael Vrhel
2016-06-09
iOS: Run Xcode's "Convert to Modern ObjC" for "ObjC literals"
Joseph Heenan
2016-06-09
iOS: Use modern instancetype instead of id for init return type
Joseph Heenan
2016-05-25
iOS: Update after pixmap alpha made optional
Joseph Heenan
2016-04-12
Fixes for building on XCode 7.3, and to use copies of images from the Android...
fredrossperry
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-12-11
Rename structured text structs and functions to 'stext'.
Tor Andersson
2015-10-14
Add proper support for when a combobox widget has options that are 2-element ...
Michael Vrhel
2015-04-07
Fix whitespace.
Tor Andersson
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-04
iOS: Fix a warning in xcode 6
Joseph Heenan
2014-10-04
iOS: Move instance variables from .h to .m
Joseph Heenan
2014-06-26
Add missing fz_var() and fix potential memory leak.
Matt Holgate
2014-06-26
Fix various Xcode analyzer warnings.
Matt Holgate
2014-04-22
Fix iOS formatting.
Tor Andersson
2014-04-18
iOS: use bitmap based printing
Paul Gardiner
2014-01-10
iOS: correctly handle document changes that may affect several pages
Paul Gardiner
2014-01-10
iOS: better structure the page update code
Paul Gardiner
2014-01-09
Remove comment header blurb from ios files.
Tor Andersson
2014-01-07
iOS: protect against crashing when handling accented chars in choice fields
Paul Gardiner
2013-11-22
iOS: fix white-space inconsistency
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-22
iOS: hold widget rectangles using document coordinates
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-10-16
iOS: add support for selecting form choice fields
Paul Gardiner
2013-10-16
iOS: use partial updates to display annotation changes
Paul Gardiner
2013-10-16
iOS: keep reference to the fz_pixmaps.
Paul Gardiner
2013-10-16
iOS: support filling in of text form fields
Paul Gardiner
2013-10-09
iOS: ensure link highlights scale correctly on zoom and stay visible
Paul Gardiner
2013-10-09
iOS: implement internal-link following
Paul Gardiner
2013-10-02
iOS: unify the drawing of the main image and the tile
Paul Gardiner
2013-10-02
iOS: rework some positioning calclations
Paul Gardiner
2013-10-02
iOS: Introduce use of display lists
Paul Gardiner
2013-09-24
iOS: add reflow mode
Paul Gardiner