Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | fredrossperry | |
Android viewer project. | |||
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 | |
Less risk of confusion with the text type used in the device interface. | |||
2015-10-14 | Add proper support for when a combobox widget has options that are 2-element ↵ | Michael Vrhel | |
arrays The list box and combo box can have values that are 2-element arrays. The first element is the "export" value and the second element is the value that should be shown in the list box UI. This fix ensures that we get the proper value to show in the UI. Also, it adds the option to get the export values. These are needed if you wish to update the field dictionary's V (value) entry, which is the currently selected values(s). This fix works well with gsview. The other viewers will now display the proper content in their UI, (unlike before this fix) but may need a bit more work to ensure that the proper V (value) is updated with changes in the selections. In addition, we add selection rectangles to the selected list box items. | |||
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 | |
Rename fz_close to fz_drop_stream. Rename fz_close_archive to fz_drop_archive. Rename fz_close_output to fz_drop_output. Rename fz_free_* to fz_drop_*. Rename pdf_free_* to pdf_drop_*. Rename xps_free_* to xps_drop_*. | |||
2014-10-04 | iOS: Fix a warning in xcode 6 | Joseph Heenan | |
scrollViewDidEndZooming takes a CGFloat. | |||
2014-10-04 | iOS: Move instance variables from .h to .m | Joseph Heenan | |
These are private details that, since changes in Xcode, no longer need to be exposed in the headers. | |||
2014-06-26 | Add missing fz_var() and fix potential memory leak. | Matt Holgate | |
2014-06-26 | Fix various Xcode analyzer warnings. | Matt Holgate | |
Most were pretty harmless, and were addressed by renaming functions to match the Core Foundation naming conventions, but there was one actual memory leak, and some potential uses of uninitialised data. | |||
2014-04-22 | Fix iOS formatting. | Tor Andersson | |
2014-04-18 | iOS: use bitmap based printing | Paul Gardiner | |
allows printing of file types other than PDF | |||
2014-01-10 | iOS: correctly handle document changes that may affect several pages | Paul Gardiner | |
Interaction with forms may change several pages, so all pages currently represented by view need updating. | |||
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 | |
Use conversion assuming ascii as a fallback to assuming utf8. The library should be converting to utf8 but doesn’t currently. | |||
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 | |
Also: add hooks for the other link types remove unnecessary protocol from MuPageViewReflow turn off optimizations for the debug build | |||
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 | |
The new code yields the same result as that that it replaces, but might be easier to understand. | |||
2013-10-02 | iOS: Introduce use of display lists | Paul Gardiner | |
Also add exception handling around library calls | |||
2013-09-24 | iOS: add reflow mode | Paul Gardiner | |