Yury Delendik
1fb02300a4
Removing log
2012-05-29 11:01:46 -05:00
Yury Delendik
48811f362b
Skipping incorrectly encoded metadata
2012-05-27 19:00:13 -05:00
Yury Delendik
413e5357b9
Suppress metadata decryption
2012-05-27 18:03:04 -05:00
Nils Maier
40b9be137f
Decode XML metadata as UTF-8
...
XML uses UTF-8 by default, which needs to be decoded to a Javascript
String prior to feeding it to the DOMParser.
In an ideal world, the XML would actually be analyzed and the specified
charset would be used, however that does not seem feasible unless JS
engines get iconv bindings.
Fixes GH-1692
2012-05-27 22:56:49 +02:00
Brendan Dahl
e16a5c81d4
Merge pull request #1734 from yurydelendik/issue-1721
...
Adjust heuristic to properly handle unicode characters
2012-05-24 09:44:29 -07:00
Brendan Dahl
139200e772
Merge pull request #1716 from yurydelendik/issue-1709
...
Adjusts MacRoman switch heuristics threshold
2012-05-22 18:09:51 -07:00
Yury Delendik
6971aec9f3
Adjust heuristic to properly handle unicode characters
2012-05-21 22:15:09 -05:00
Artur Adib
5ac7513fa3
Merge pull request #1728 from yurydelendik/lexer-1
...
Allow parsing of the "glued" commands
2012-05-21 13:55:29 -07:00
Brendan Dahl
a9136d9f0f
Merge pull request #1720 from yurydelendik/remove-cid-1
...
Removes the CID data from the CFF font
2012-05-21 13:48:51 -07:00
Yury Delendik
874357aac1
Comment for knownCommands
2012-05-21 15:23:49 -05:00
Artur Adib
1e41f65735
Merge pull request #1712 from yurydelendik/winfont-1
...
Moves Subrs to Private tail in CFF top dict
2012-05-21 11:25:47 -07:00
Yury Delendik
43f1946c7a
Add prefixes for literals
2012-05-20 14:05:23 -05:00
Yury Delendik
ec6c185cf5
Allow parsing of the "glued" commands
2012-05-20 13:44:03 -05:00
Yury Delendik
ed02be8352
Removes the CID data from the CFF font
2012-05-18 16:51:55 -05:00
Yury Delendik
84b4f53ed6
Adjusts MacRoman switch heuristics threshold
2012-05-18 11:15:44 -05:00
Yury Delendik
45ae175d0b
Fixes CFF: moves Subrs to Private tail
2012-05-17 18:15:11 -05:00
Jakob Miland
b655b414d8
PasswordException in closure
2012-05-17 21:34:39 +02:00
Jakob Miland
3ddf9b5dfd
Merge branch 'fixpassword', remote-tracking branch 'origin/master' into fixpassword
2012-05-16 21:03:09 +02:00
Brendan Dahl
60dd0e08e4
Merge pull request #1694 from yurydelendik/owner-password
...
Fixes user and owner passwords logic
2012-05-15 11:52:56 -07:00
Jakob Miland
45d6daa853
Wrong variable name, fix
2012-05-14 20:58:56 +02:00
Jakob Miland
0a30d3961b
Support password and add the relevant l10n strings
2012-05-14 20:45:07 +02:00
Brendan Dahl
3586b7579f
Merge pull request #1686 from yurydelendik/evaluator-tests
...
Evaluator tests
2012-05-14 09:06:41 -07:00
Jakob Miland
b7ea788b0c
Merge remote-tracking branch 'origin/master' into fixpassword
2012-05-14 17:58:10 +02:00
Yury Delendik
910ba0b91f
Fixes user and owner passwords logic
2012-05-12 21:34:32 -05:00
Dmitry Kataev
6acdf1791c
Two or more operations can be combined together like qqBT
2012-05-09 21:29:50 +04:00
beat
e1146b64ad
fix 4 lint errors
2012-05-08 16:34:46 +02:00
beat
e11cad884c
code style fixes
2012-05-08 14:17:51 +02:00
beat
7786e4fefb
Make authentication work
2012-05-07 09:17:00 +02:00
asraniel
315071ca28
Add stub for the last piece of the puzzle
2012-05-06 21:32:30 +02:00
asraniel
353a43cb46
Add first API change, not working yet
2012-05-06 21:24:42 +02:00
Yury Delendik
3f2adc04ac
Merge pull request #1620 from merkste/opera-jpg.js-issue
...
Opera, Mac: exception on importScript jpg.js locally (clean pull)
2012-05-01 17:50:31 -07:00
Kalervo Kujala
117256ce78
Correct PDFDocumentProxyClosure name.
2012-05-01 20:54:16 +03:00
Kalervo Kujala
889b3d3168
Correct class method names.
2012-05-01 20:48:07 +03:00
Steffen Märcker
2b81f3c2e9
changed load order to fix viewer in Opera locally
2012-04-26 13:28:38 +02:00
Brendan Dahl
ba9c828117
Merge pull request #1600 from yurydelendik/issue-1586
...
Don't check gen number for free entry; don't index objects twice
2012-04-25 17:04:11 -07:00
Saebekassebil
9287ab12e7
Add mailto protocol, to whitelist
2012-04-25 20:17:26 +02:00
Brendan Dahl
0cb6d62089
Merge pull request #1599 from yurydelendik/issue-1597
...
Guessing pdf char size based on the CMap numbers
2012-04-24 13:49:30 -07:00
Yury Delendik
fcabd176a0
Don't check gen number for free entry; don't index objects twice
2012-04-23 22:14:58 -05:00
Yury Delendik
78213e826e
Guessing pdf char size based on the CMap numbers
2012-04-23 17:44:51 -05:00
Yury Delendik
f7ccb291f4
Fix broken metadata
2012-04-23 16:43:20 -05:00
Yury Delendik
cf19de8fcd
Merge pull request #1573 from brendandahl/issue-1516
...
Handle junk at the end of postscript functions.
2012-04-18 14:00:58 -07:00
Brendan Dahl
cec7a92a99
Merge pull request #1568 from yurydelendik/issue-1557
...
Fixes annotations; adds text annotation icon
2012-04-18 10:51:13 -07:00
Brendan Dahl
56079d77bc
Merge pull request #1504 from yurydelendik/issue-1502
...
Rebuilding invalid OS/2 table
2012-04-18 10:32:55 -07:00
Brendan Dahl
6ab7584ba4
Fix to lowercase.
2012-04-18 09:50:47 -07:00
Brendan Dahl
e5732f489d
Handle junk at the end of postscript functions.
2012-04-18 09:48:28 -07:00
Yury Delendik
237e1d941d
Fix annotations; add text annotation icon
2012-04-17 15:33:15 -05:00
Brendan Dahl
9b0224b5cf
Merge pull request #1551 from yurydelendik/issue-1549
...
Fix the operator list deallocation
2012-04-17 09:02:47 -07:00
Yury Delendik
cff6c8db08
skip cached objects and has consistent font ids
2012-04-16 21:42:05 -05:00
Yury Delendik
b6edbb38c1
Fixes content stream reset; terminating rendering when destroyed
2012-04-16 16:46:26 -05:00
Yury Delendik
32684fe324
Change render status logic
2012-04-16 16:19:45 -05:00