Commit Graph

1326 Commits

Author SHA1 Message Date
Andreas Gal
c1838bde7f Merge pull request #244 from sayrer/master
fix exception throwing syntax
2011-07-10 12:14:10 -07:00
Rob Sayre
e7e8e4f6c9 Fix wrong exception throwing syntax. 2011-07-10 07:54:19 -07:00
Andreas Gal
6ef9e77b8a Merge pull request #232 from notmasteryet/cff-issues2
CFF issues: cmap length, PS-name removal, Private Dictionary
2011-07-10 02:01:08 -07:00
Andreas Gal
d4e1613675 Merge pull request #242 from justindarc/master
Refactored toolbar buttons to use CSS
2011-07-10 01:51:58 -07:00
Justin D'Arcangelo
29fac5b352 Refactored toolbar buttons to use CSS with an icon image instead of just images. 2011-07-10 04:46:12 -04:00
Andreas Gal
77fe66d64f Merge pull request #239 from cgjones/issue-236
return a dummy fill style for NYI shading
2011-07-10 00:28:01 -07:00
Andreas Gal
5e2b3ffb75 Merge pull request #234 from cgjones/issue-231
work around #233 so that tests stop failing for the moment
2011-07-09 23:39:24 -07:00
Andreas Gal
36beb81fc8 Merge pull request #240 from cgjones/issue-237
set up dummy functions for NYIs
2011-07-09 23:39:01 -07:00
Chris Jones
03212b3cc0 set up dummy functions for NYIs 2011-07-09 23:38:04 -07:00
Chris Jones
56b1f3b333 return a dummy fill style for NYI shading 2011-07-09 23:30:16 -07:00
Andreas Gal
aaf0cbdb53 Merge pull request #238 from cgjones/issue-235
fix paths for browser-tests target
2011-07-09 23:28:19 -07:00
Chris Jones
fe9098278d fix paths for browser-tests target 2011-07-09 23:16:04 -07:00
Chris Jones
7f9c9f5ba2 work around #233 so that tests stop failing for the moment 2011-07-09 22:12:42 -07:00
Chris Jones
671dd3b0e8 back out bad font measurement changes 2011-07-09 21:43:28 -07:00
Chris Jones
db9b0b1d66 back out bad font measurement changes 2011-07-09 21:43:12 -07:00
notmasteryet
75758ffec5 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into cff-issues2 2011-07-09 23:30:40 -05:00
notmasteryet
37315af515 fix 'private' keyword 2011-07-09 23:24:24 -05:00
notmasteryet
67f133dea7 CFF/OTF font and sanitizer friendly fixes 2011-07-09 23:12:11 -05:00
Chris Jones
fb9b8b6417 Merge pull request #226 from andreasgal/staging
simplify font measurement code, bug is now fixed in nightlies, no need to
2011-07-09 16:51:04 -07:00
Andreas Gal
a5237dd60e address review comment 2011-07-09 16:45:23 -07:00
Andreas Gal
adb619941c simplify font measurement code, bug is now fixed in nightlies, no need to hack around it 2011-07-08 19:28:24 -07:00
Andreas Gal
f2a4756c77 backout font measurement change, it is breaking tests 2011-07-08 18:51:20 -07:00
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