summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-11-24Fix *STUPID* error in recent clipping changes.Robin Watts
2011-11-24Prepare for App Store release.Tor Andersson
2011-11-24Resize searchBar manually instead of relying on automatic resizing.Tor Andersson
2011-11-24Bug 692506: Improve repairing by accepting broken dictionaries.Robin Watts
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-22Fix bug where app->doctitle wasn't pointing to an alloced string.Tor Andersson
2011-11-17Bug 692424: make repair cope better with missing endobjRobin Watts
2011-11-17Bug 692478: Honour decode arrays for jpx imagesRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-17Fix bug 692627; pdfclean -ggg of encrypted files fails.Robin Watts
2011-11-17AES encryption tweak; strings can be 0 bytes longRobin Watts
2011-11-17Fix bug 692627: stack overflows in text handling.Robin Watts
2011-11-15Allow draw device to use a dynamic stack.Robin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-14Squash 3 'const' warnings.Robin Watts
2011-11-14mupdf clip path handling; revert commit 2f8acb0Robin Watts
2011-11-14Grid fitting tweaks.Robin Watts
2011-11-14Fix libmupdf.vcproj breakage.Robin Watts
2011-11-14Add 'simple scale' variant of scaling routines.Robin Watts
2011-11-14ARM opts in draw_scale.c; updated android build opts.Robin Watts
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
2011-11-02Fix double free bug when cleaning up the document controller.Tor Andersson
2011-11-01Dynamically change navigation bar titles based on context.Tor Andersson
2011-11-01Don't round the mediabox when loading the pdf_page object.Tor Andersson
2011-11-01Tweak scale factors, and fix one reference count error.Tor Andersson
2011-11-01Use timer to reload list of files when the library view is open.Tor Andersson
2011-11-01Remember and restore view to last page visited for each document.Tor Andersson
2011-11-01Rename About.pdf and add high-res icon.Tor Andersson
2011-11-01Use a smaller font for the table of contents.Tor Andersson
2011-11-01Remove flexible spaces that are not needed, and cause issues with iOS < 5.Tor Andersson
2011-11-01Fix scrolling/page flipping glitches by using real animations.Tor Andersson
2011-11-01Add howto sample document, page indicator and page scrubber.Tor Andersson
2011-11-01Add Icon to iOS viewer.Tor Andersson