Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-02 | Fix double free bug when cleaning up the document controller. | Tor Andersson | |
2011-11-01 | Dynamically change navigation bar titles based on context. | Tor Andersson | |
2011-11-01 | Tweak scale factors, and fix one reference count error. | Tor Andersson | |
Consider rotated pages when calculating the fit page to screen scaling factors. Also adjust the scale factors to always map the mediabox to an integral number of pixels. | |||
2011-11-01 | Use timer to reload list of files when the library view is open. | Tor Andersson | |
We can't use applicationDidBecomeActive in iOS 5 to trigger a reload, since the file sync can happen in the background. | |||
2011-11-01 | Remember and restore view to last page visited for each document. | Tor Andersson | |
Also remember which document was open last time the application was closed. | |||
2011-11-01 | Rename About.pdf and add high-res icon. | Tor Andersson | |
2011-11-01 | Use a smaller font for the table of contents. | Tor Andersson | |
2011-11-01 | Remove flexible spaces that are not needed, and cause issues with iOS < 5. | Tor Andersson | |
2011-11-01 | Fix scrolling/page flipping glitches by using real animations. | Tor Andersson | |
The UIScrollView animated scrolling doesn't interact with the regular animation framework, nor does it work well with gesture recognizers. When tapping quickly to flip pages, the repeated taps overwrite the animations already started. Fix this by queuing real animations instead. | |||
2011-11-01 | Add howto sample document, page indicator and page scrubber. | Tor Andersson | |
2011-11-01 | Add Icon to iOS viewer. | Tor Andersson | |
2011-11-01 | Add UIFileSharingEnabled key to Info.plist | Tor Andersson | |
2011-11-01 | Show "loading" message while rendering in background. | Tor Andersson | |
2011-11-01 | Reuse page views by resizing them when rotating. Fixes many bugs. | Tor Andersson | |
2011-11-01 | Render pages in a background thread. | Tor Andersson | |
2011-11-01 | Add Table of Contents / Outline view. | Tor Andersson | |
2011-11-01 | Update project to Xcode 4. | Tor Andersson | |
2011-11-01 | Add toolbar and fix autorotate animation. | Tor Andersson | |
2011-11-01 | Refactor MuDocumentController. | Tor Andersson | |
2011-11-01 | Improve scrolling behaviour. | Tor Andersson | |
Tap in middle to show/hide navigation bar. Tap on sides to flip pages. Render pages centered fit-to-screen. | |||
2011-11-01 | Tweak build scripts for iOS viewer. | Tor Andersson | |
2011-11-01 | Paged scroll view with automatic loading and unloading of pages. | Tor Andersson | |
2011-11-01 | Add skeleton iOS viewer project. | Tor Andersson | |
Support cross compiling for iPhone and iPad targets using the makefile. |