1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
Commit graph

624 commits

Author SHA1 Message Date
Andreas Gal
0b6c0db931 move unicode translation cache into Font 2011-07-08 16:36:50 -07:00
Andreas Gal
fa0cd9d587 Merge pull request #222 from sbarman/encoding
Encoding
2011-07-08 15:48:08 -07:00
sbarman
c16f594465 Merge pull request #220 from saebekassebil/master
ASCIIHexDecode Filter implementation
2011-07-08 15:41:25 -07:00
Saebekassebil
ae867e3a9c Using map for hex conversion and left-shift for secure division 2011-07-09 00:30:46 +02:00
sbarman
2bb68cc062 Merge branch 'master' into encoding 2011-07-08 15:29:20 -07:00
sbarman
396dbe5135 fix encoding table 2011-07-08 15:28:04 -07:00
Andreas Gal
6fecf59ca7 address review comments 2011-07-08 15:13:33 -07:00
Andreas Gal
f6eb9cecd3 avoid font lookup by id in showText 2011-07-08 14:58:19 -07:00
Saebekassebil
4391e2985a Adding AsciiHexDecode Filter 2011-07-08 23:19:03 +02:00
Andreas Gal
d3979e4ac2 Merge pull request #219 from sbarman/font
Font code cleanup, avoid name collisions
2011-07-08 11:06:54 -07:00
sbarman
7b659fd605 fixed case when font cannot be found 2011-07-08 10:04:52 -07:00
sbarman
4404871212 fixed font loading bug 2011-07-08 08:14:34 -07:00
Saebekassebil
82b6b4ead8 min. perf. Dict 2011-07-08 14:57:40 +02:00
Andreas Gal
7fb940c4ba revert a couple changes from the last merge 2011-07-08 01:02:14 -07:00
Andreas Gal
df79f10f2f Merge pull request #214 from saebekassebil/master
Dict object improvements. Performance.
2011-07-08 00:59:00 -07:00
sbarman
c39eae3ce9 fixed up minor bugs 2011-07-07 17:15:53 -07:00
sbarman
8ac2367fa0 not refer fonts by name, instead use id 2011-07-07 16:48:04 -07:00
sbarman
8db3787544 fix bug with unref var 2011-07-07 11:56:10 -07:00
sbarman
15a50e4237 cleanup 2011-07-07 11:48:34 -07:00
sbarman
f34308efd3 cleanup 2011-07-07 11:47:49 -07:00
sbarman
39624e9173 fix performance issue with SeparationCS 2011-07-07 11:46:52 -07:00
sbarman
b62eddd937 fixed to index cs 2011-07-07 11:26:29 -07:00
sbarman
6ae81e1f8c cleanup 2011-07-07 11:21:41 -07:00
sbarman
54ae4fc6cb changed name from TintCS to SeparationCS 2011-07-07 11:13:39 -07:00
sbarman
1007e279c6 added comments 2011-07-07 11:01:14 -07:00
sbarman
da8f0120a5 working separation cs 2011-07-07 09:38:58 -07:00
Saebekassebil
42cdf6bf02 Fixing typo in Dict 2011-07-07 16:51:44 +02:00
Saebekassebil
056a729115 Use .call instead of .apply. minor. 2011-07-07 16:06:45 +02:00
Saebekassebil
ff17a5db5a Updated Dict object. Perf. Improv. 2011-07-07 01:02:42 +02:00
sbarman
622669c415 fixed bug using mozCurrentTransformInverse 2011-07-06 15:28:58 -07:00
sbarman
c0d3f75de5 Merge branch 'master' into shadinghack 2011-07-06 14:32:21 -07:00
sbarman
0c2b6aea5f cleanup 2011-07-06 14:28:52 -07:00
sbarman
eb3a95ef45 added check for mozInverseTransform 2011-07-06 14:22:26 -07:00
sbarman
5022e2411c removed extra restore 2011-07-06 12:53:18 -07:00
sbarman
55bb98317d cleanup 2011-07-06 10:44:56 -07:00
sbarman
d749b7ccbd cleanup 2011-07-06 10:44:01 -07:00
sbarman
b83d2cdffc cleanup 2011-07-06 10:41:44 -07:00
sbarman
9d182ec9ef Merge branch 'master' into patterncs
Conflicts:
	pdf.js
2011-07-06 10:36:49 -07:00
Rob Sayre
699c91b0aa Fix up late patches to pdf.js and web/compatibility.js. 2011-07-05 23:55:40 -07:00
Rob Sayre
ebeff10a9a Merge upstream. 2011-07-05 23:23:12 -07:00
Rob Sayre
f5a3587dde Almost passing gjslint. 2011-07-05 23:06:45 -07:00
sbarman
493fb45efd Added hack to display gradients 2011-07-05 22:51:58 -07:00
Adil Allawi
a6f4a92286 OpenOffice includes the optional reference to a Font dictionary in the Resources dictionary. This breaks SetFont in pdf.js as the Font in this.res is not a dictionary but an xref. 2011-07-06 00:01:24 +01:00
Chris Jones
b1f717cb7f get shavian-load test working 2011-07-05 18:46:08 -04:00
sbarman
8fce6938c4 Initial implementation of shading patterns. Radial shading is somewhat broken. 2011-07-05 15:09:45 -05:00
Chris Jones
6561104d7e Merge pull request #190 from sbarman/unicodecharts
Add check for reference in the Page class
2011-07-05 10:02:33 -07:00
sbarman
7d3e08eefd bug with length of lookup table 2011-07-05 11:44:26 -05:00
sbarman
28a01646bb cleanup 2011-07-05 11:13:53 -05:00
sbarman
2e83b0cc0d Fixes to parser for the test pdf in www.unicode.org/charts 2011-07-05 11:10:14 -05:00
Chris Jones
122d168b51 fix some bugs 2011-07-04 23:28:44 -04:00