Skip to content

Tags: jevense/mupdf

Tags

1.7

Toggle 1.7's commit message
Avoid forward definition of enums.

ISO C++ dislikes forward definition of enums apparently.
How crap is that?

1.7-rc1

Toggle 1.7-rc1's commit message
Fix mupdf viewer on windows; mousewheel events would stop keys respon…

…ding

Mousewheel events would 'capture' the mouse, and consequently all
keyboard events would be ignored until the next mouse button up.

Simple fix.

1.6-appstore

Toggle 1.6-appstore's commit message
iOS: Remove CFBundleIcon* keys from the Info.plist

These are now generated by Xcode at build time from the asset catalogue,
and the CFBundleIconFiles we had here was upsetting the app store validator.

1.6-ios-rc2

Toggle 1.6-ios-rc2's commit message
iOS: Run at native res on iphone6/6+

All that is necessary is to add a launch xib.

1.6-ios-rc1

Toggle 1.6-ios-rc1's commit message
iOS: Run at native res on iphone6/6+

All that is necessary is to add a launch xib.

1.6

Toggle 1.6's commit message
Update change list for 1.6 release.

android-release-60

Toggle android-release-60's commit message
Update change list for 1.6 release.

1.5-ios-rc8

Toggle 1.5-ios-rc8's commit message
Fix odd animation when opening a document on iOS.

The background colour of the MuDocumentController's root view wasn't set,
so the MuLibraryController was showing through until it had been removed
from the screen.

Fix by setting the background colour to gray - the same colour as the
window.

1.5-ios-appstore

Toggle 1.5-ios-appstore's commit message
Fix odd animation when opening a document on iOS.

The background colour of the MuDocumentController's root view wasn't set,
so the MuLibraryController was showing through until it had been removed
from the screen.

Fix by setting the background colour to gray - the same colour as the
window.

1.5-ios-rc7

Toggle 1.5-ios-rc7's commit message
Remove iOS debug output.

This debug output was listing the names of all the files to the iOS console
every 3 seconds. Remove it.