summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewNormal.m
AgeCommit message (Expand)Author
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
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-07Fix whitespace.Tor Andersson
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-04iOS: Fix a warning in xcode 6Joseph Heenan
2014-10-04iOS: Move instance variables from .h to .mJoseph Heenan
2014-06-26Add missing fz_var() and fix potential memory leak.Matt Holgate
2014-06-26Fix various Xcode analyzer warnings.Matt Holgate
2014-04-22Fix iOS formatting.Tor Andersson
2014-04-18iOS: use bitmap based printingPaul Gardiner
2014-01-10iOS: correctly handle document changes that may affect several pagesPaul Gardiner
2014-01-10iOS: better structure the page update codePaul Gardiner
2014-01-09Remove comment header blurb from ios files.Tor Andersson
2014-01-07iOS: protect against crashing when handling accented chars in choice fieldsPaul Gardiner
2013-11-22iOS: fix white-space inconsistencyPaul Gardiner
2013-11-22iOS; remove use of deprecated functions and fix other warningsPaul Gardiner
2013-11-22iOS: support annotation deletionPaul Gardiner
2013-11-22iOS: hold widget rectangles using document coordinatesPaul Gardiner
2013-11-20iOS: support creation of Ink annotationsPaul Gardiner
2013-11-19iOS: add support for creating markup annotationsPaul Gardiner
2013-10-16iOS: add support for selecting form choice fieldsPaul Gardiner
2013-10-16iOS: use partial updates to display annotation changesPaul Gardiner
2013-10-16iOS: keep reference to the fz_pixmaps.Paul Gardiner
2013-10-16iOS: support filling in of text form fieldsPaul Gardiner
2013-10-09iOS: ensure link highlights scale correctly on zoom and stay visiblePaul Gardiner
2013-10-09iOS: implement internal-link followingPaul Gardiner
2013-10-02iOS: unify the drawing of the main image and the tilePaul Gardiner
2013-10-02iOS: rework some positioning calclationsPaul Gardiner
2013-10-02iOS: Introduce use of display listsPaul Gardiner
2013-09-24iOS: add reflow modePaul Gardiner