Commit Graph

1510 Commits

Author SHA1 Message Date
Andreas Gal
5bf4fcba9b properly fix font loading, shaon's code didn't work after all 2011-07-08 18:45:38 -07:00
Andreas Gal
83a5ecf456 Merge pull request #225 from sbarman/shading
implemented colored tiling patterns
2011-07-08 18:40:11 -07:00
Andreas Gal
3fb2b026bf Merge pull request #224 from sbarman/master
fix to bug with detected font loading
2011-07-08 18:39:32 -07:00
sbarman
c06c14a72a fix to font loading code 2011-07-08 18:24:22 -07:00
Andreas Gal
4a7fe7cb5d move text measurement into Font 2011-07-08 17:57:03 -07:00
sbarman
5820f4b151 fix tiling colorspace 2011-07-08 17:35:25 -07:00
sbarman
7e42cf781b Merge pull request #223 from andreasgal/staging
move unicode translation cache into Font
2011-07-08 16:58:11 -07:00
Andreas Gal
09a465a2fd Merge github.com:andreasgal/pdf.js into staging 2011-07-08 16:36:54 -07:00
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
sbarman
babcf86e52 Merge pull request #221 from andreasgal/staging
avoid font lookup by id in showText
2011-07-08 15:15:13 -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
f88d05e3b5 Adding ASCIIHexDecode pdf to test/pdfs 2011-07-08 23:21:14 +02: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
619a521678 minor fix 2011-07-07 17:37:27 -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
Andreas Gal
65f1058736 Merge pull request #218 from sbarman/seperation
Seperation Color Space
2011-07-07 12:05:42 -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
9db8a38adc Merge branch 'master' into seperation 2011-07-07 11:01:49 -07:00
sbarman
1007e279c6 added comments 2011-07-07 11:01:14 -07:00
Rob Sayre
155fea4eaa Merge pull request #216 from cgjones/local-mk
allow custom rules to be defined in local.mk
2011-07-07 09:57:30 -07:00
Chris Jones
eba0b18b19 allow custom rules to be defined in local.mk 2011-07-07 12:51:48 -04:00
sbarman
da8f0120a5 working separation cs 2011-07-07 09:38:58 -07:00
Saebekassebil
dc9316db2d Better debug at glyphs 2011-07-07 17:03:24 +02:00
Saebekassebil
42cdf6bf02 Fixing typo in Dict 2011-07-07 16:51:44 +02:00
Chris Jones
d0a19998d3 Merge pull request #213 from andreasgal/staging
remove fontCount/fontName/kDisableFonts debug hacks, fix font loading bug
2011-07-07 07:35:56 -07:00
Saebekassebil
056a729115 Use .call instead of .apply. minor. 2011-07-07 16:06:45 +02:00
Andreas Gal
6eaad13132 remove fontCount/fontName/kDisableFonts debug hacks and fix bug in font loading 2011-07-06 22:14:48 -07:00
Andreas Gal
3557bae461 temporary revert a change in the font code to make mac fonts work again 2011-07-06 16:06:00 -07:00
Saebekassebil
ff17a5db5a Updated Dict object. Perf. Improv. 2011-07-07 01:02:42 +02:00
Andreas Gal
b59a27a23f Merge pull request #212 from sbarman/shadinghack
use mozCurrentInverseTransform to find size of rectangle for gradients
2011-07-06 15:46:48 -07:00
sbarman
622669c415 fixed bug using mozCurrentTransformInverse 2011-07-06 15:28:58 -07:00