Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | Update iOS app. | Tor Andersson | |
2012-02-09 | Update iOS code to latest changes. | Tor Andersson | |
2012-02-03 | Allow ZIP as extension for CBZ files. | Tor Andersson | |
2012-01-30 | Add CBZ (comic book zip-file) parser. | Tor Andersson | |
2012-01-27 | Rename pdf_xref type to pdf_document. | Tor Andersson | |
2012-01-19 | Remove confusing optional 'password' argument to pdf_open_xref. | Tor Andersson | |
Require that clients call pdf_needs_password/pdf_authenticate_password instead. For dumb clients, we still allow for decrypting a file with a blank password without calling those functions. | |||
2012-01-12 | Use the same coordinate system for pdf and xps pages in the interface. | Tor Andersson | |
Move coordinate space tweaks into pdf_ and xps_run_page, and provide neutral pdf_ and xps_bound_page functions to return the page size as a zero-origined bounding box. | |||
2012-01-11 | Add xps_run_page function. | Tor Andersson | |
2012-01-11 | Stylistic comment and whitespace fixes. | Tor Andersson | |
2012-01-05 | Update iOS app to context branch. | Tor Andersson | |
2011-11-22 | Add password dialog to iOS app. | Tor Andersson | |
2011-11-22 | Update About document and fix some search UI bugs in iOS app. | Tor Andersson | |
2011-11-22 | Display search results and search in background thread. | Tor Andersson | |
2011-11-22 | Add search buttons and search bar to iOS app. | Tor Andersson | |
2011-11-22 | Add searching to the high level document API in the iOS app. | Tor Andersson | |
2011-11-10 | Add XPS outline parsing and move outline data struct to fz_outline. | Tor Andersson | |
2011-11-09 | Add simple document interface and XPS support to iOS app. | Tor Andersson | |