Skip to content

Tags: lazydeskman/mupdf

Tags

1.10a

Toggle 1.10a's commit message
Bump version number.

1.10

Toggle 1.10's commit message
Fix a few cases where pdf_unmark_obj wasn't always being called on er…

…rors.

1.10-rc2

Toggle 1.10-rc2's commit message
Build Java viewer with libcrypto support if available.

1.10-rc1

Toggle 1.10-rc1's commit message
Clean up braces and indentation in fz_paint_affine_near/lerp.

1.9a

Toggle 1.9a's commit message
epub: Change ul disc styles for nested lists.

1.9

Toggle 1.9's commit message
Fix broken documents after sanitize

The DP and BDC operators, are used in the form:

 <NAME> <PROPERTIES> <OPERATOR>

where <PROPERTIES> can either be a name (that can be looked
up to get a dictionary) or an inline dictionary.

What the spec doesn't say is that the two are not
interchangeable. If you resolve the name to an inline
dict, then insert it, Acrobat will give an error for
some (but not all) cases.

The interpreter currently resolves any references, and
passes the resolved version into the operator handling
function. This precludes us outputting the original
form.

We therefore update it to pass both the raw and the cooked
versions in. This has no effect on MuPDFs own handling of
anything, it just enables the buffer device to output
a correct stream.

1.9-rc2

Toggle 1.9-rc2's commit message
Fix some warnings.

Remove some bonkers conditions arising (presumably) as a
result of search and replace.

1.9-rc1

Toggle 1.9-rc1's commit message
Update platform/android/viewer/ReadMe.txt

Update description to cover the fact that we no longer need
cygwin, and to strongly suggest using the Android Studio
supplied SDK/NDKs.

1.8.1-ios

Toggle 1.8.1-ios's commit message
version number is 1.8.1

1.8-ios

Toggle 1.8-ios's commit message
iOS: Fix two warnings in MuPrintPageRenderer with latest Xcode

MuPrintPageRenderer.h:2:9: error: 'MuDocRef.h' file not found with <angled> include; use "quotes" instead
MuPrintPageRenderer.m:35:16: warning: if statement has empty body [-Wempty-body]
MuPrintPageRenderer.m:35:16: note: put the semicolon on a separate line to silence this warning