summaryrefslogtreecommitdiff
path: root/ios
AgeCommit message (Expand)Author
2013-02-13Bump version number strings and dates for 1.2 release.Tor Andersson
2013-02-13Apple broke external scripts yet again.Tor Andersson
2013-02-13Update iOS app for rect/matrix pass by reference.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2012-12-08ios: Add button to highlight links.Tor Andersson
2012-12-08ios: Use fz_document interface directly.Tor Andersson
2012-12-08ios: Use setRootViewController instead of addSubview.Tor Andersson
2012-08-16ios: Use fz_max and fz_min inline functions instead of MAX/MIN macros.Tor Andersson
2012-08-08ios: Bump version number.Tor Andersson
2012-08-08ios: use viewWillLayoutSubviews instead of layout out only after rotation.Tor Andersson
2012-08-08Add delete button to iOS library view.Tor Andersson
2012-08-06Always rebuild static libraries in unix, instead of updating themSebastian Rasmussen
2012-04-27Register iOS app as handler for PDF, XPS and CBZ files.Tor Andersson
2012-03-28Update application icons.Tor Andersson
2012-03-21Update iOS app.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-02-09Update iOS code to latest changes.Tor Andersson
2012-02-09Update ios and Android projects with locking changes.Robin Watts
2012-02-07Rename a few functions.Tor Andersson
2012-02-03Allow ZIP as extension for CBZ files.Tor Andersson
2012-02-01Fix missing argument in iOS app.Tor Andersson
2012-01-30Add CBZ (comic book zip-file) parser.Tor Andersson
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-12Use the same coordinate system for pdf and xps pages in the interface.Tor Andersson
2012-01-11Add xps_run_page function.Tor Andersson
2012-01-11Hide glyph cache in context.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2012-01-05Update iOS app to context branch.Tor Andersson
2011-11-24Prepare for App Store release.Tor Andersson
2011-11-24Resize searchBar manually instead of relying on automatic resizing.Tor Andersson
2011-11-22Add password dialog to iOS app.Tor Andersson
2011-11-22Fix memory leaks in iOS app.Tor Andersson
2011-11-22Tweak search UI and use iOS 5 features for better toolbar buttons.Tor Andersson
2011-11-22Update About document and fix some search UI bugs in iOS app.Tor Andersson
2011-11-22Display search results and search in background thread.Tor Andersson
2011-11-22Add search buttons and search bar to iOS app.Tor Andersson
2011-11-22Add searching to the high level document API in the iOS app.Tor Andersson
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-11-09Add simple document interface and XPS support to iOS app.Tor Andersson
2011-11-08Support iPhone 4 retina display.Tor Andersson
2011-11-08Small tweaks to iOS app.Tor Andersson
2011-11-08Force MuPageView dealloc to always occur in main thread.Tor Andersson
2011-11-07Calculate bbox for page and tiles correctly when zooming.Tor Andersson
2011-11-04Put Run Script build phase in a separate target so that Xcode can keep track ...Tor Andersson
2011-11-03Overlay a high resolution tile when viewing a zoomed in page.Tor Andersson
2011-11-03Fix race conditions when rotating the view.Tor Andersson
2011-11-03Use nested UIScrollViews to support zooming as well as page flipping.Tor Andersson
2011-11-02Change Xcode project file search paths.Tor Andersson