Artur Adib
|
3c601f012b
|
Merge pull request #864 from notmasteryet/issue-799
Suppress invisible text (#799)
|
2011-12-05 12:55:49 -08:00 |
|
Brendan Dahl
|
3b112edd91
|
Merge pull request #857 from jviereck/hotcmds
Only check execution time on some commands
|
2011-12-05 10:43:03 -08:00 |
|
Julian Viereck
|
d5f4fd05c6
|
Merge pull request #871 from kkujala/constants
Use constants for radial and axial types.
|
2011-12-05 09:24:06 -08:00 |
|
Julian Viereck
|
ab08d90680
|
Merge pull request #868 from kkujala/refactor
Fix few early returns in parser.js.
|
2011-12-05 09:23:32 -08:00 |
|
Artur Adib
|
e44521eae3
|
Merge pull request #862 from notmasteryet/issue-828
Fallback to object indexing when reading of xref fails (#828)
|
2011-12-05 09:06:53 -08:00 |
|
Kalervo Kujala
|
cca0306789
|
Use object-enumeration for pattern type.
|
2011-12-05 00:38:45 +02:00 |
|
Kalervo Kujala
|
7116ce0b53
|
Use constants for radial and axial types.
|
2011-12-04 22:22:39 +02:00 |
|
Kalervo Kujala
|
d2303493fe
|
Fix few early returns in parser.js.
|
2011-12-04 21:22:08 +02:00 |
|
notmasteryet
|
2719e8eadc
|
add stroke and other text rendering modes
|
2011-12-02 22:30:31 -06:00 |
|
notmasteryet
|
00d1204705
|
Suppress invisible text (#799)
|
2011-12-02 16:52:31 -06:00 |
|
notmasteryet
|
01a96fdddf
|
Fixing lint errors; extra empty lines
|
2011-12-02 15:35:18 -06:00 |
|
notmasteryet
|
0f7f80ee6e
|
If readXRefStream or readXRefTable fails, fallback to object indexing (#828)
|
2011-12-02 15:31:29 -06:00 |
|
Brendan Dahl
|
e0c231eec7
|
Merge upstream and change to error parameter for callback.
|
2011-12-02 10:19:43 -08:00 |
|
notmasteryet
|
bb6e5c6e00
|
(#840) fix font stretching and overlapping characters encoding
|
2011-12-01 20:56:26 -06:00 |
|
Artur Adib
|
705356fa41
|
Addressing comments by @vingtetun
|
2011-12-01 14:11:17 -05:00 |
|
Brendan Dahl
|
3ae06c96ad
|
Address Yury's comments.
|
2011-12-01 09:11:33 -08:00 |
|
Artur Adib
|
5e1d78ef20
|
Merge branch 'master' of git://github.com/mozilla/pdf.js into text-select
Conflicts:
src/canvas.js
|
2011-12-01 10:42:07 -05:00 |
|
Julian Viereck
|
594e5daa7c
|
Only check execution time on some commands
|
2011-12-01 00:02:30 +01:00 |
|
notmasteryet
|
0414c0711f
|
Fixing base encoding presence detection; character width scale
|
2011-11-29 22:06:00 -06:00 |
|
Brendan Dahl
|
e5d91ab219
|
Fix invalid arguments error.
|
2011-11-29 14:50:19 -08:00 |
|
Artur Adib
|
e2e2240a22
|
Lint lint lint
|
2011-11-29 16:02:12 -05:00 |
|
Brendan Dahl
|
cddb106358
|
Fix lints.
|
2011-11-29 11:32:01 -08:00 |
|
Brendan Dahl
|
b40af3555b
|
Display error messages on more problems.
|
2011-11-29 11:28:05 -08:00 |
|
Artur Adib
|
a544bed57e
|
Merge branch 'master' of git://github.com/mozilla/pdf.js into text-select
Conflicts:
src/canvas.js
|
2011-11-29 14:17:05 -05:00 |
|
Artur Adib
|
fcc05b08bf
|
Merge pull request #838 from notmasteryet/to-unicode-1
Making cmap equal to ToUnicode tables
|
2011-11-29 10:28:50 -08:00 |
|
notmasteryet
|
683a8f0de8
|
Remove indexOf, using reverse map instead
|
2011-11-28 21:54:07 -06:00 |
|
Brendan Dahl
|
eaac818946
|
Merge and fix upstream conflict.
|
2011-11-28 17:49:12 -08:00 |
|
notmasteryet
|
88310a09c2
|
Removing refreshToUnicode
|
2011-11-28 19:49:02 -06:00 |
|
notmasteryet
|
e4e864766d
|
Fix CIDFontType2 large cmap tables
|
2011-11-28 19:47:37 -06:00 |
|
Brendan Dahl
|
d6925b13ba
|
Adding new errorback and code to display error messages.
|
2011-11-28 16:55:09 -08:00 |
|
Artur Adib
|
4cfc552163
|
Merge branch 'master' of git://github.com/mozilla/pdf.js into text-select
Conflicts:
src/canvas.js
web/viewer.js
|
2011-11-28 10:02:07 -05:00 |
|
Artur Adib
|
a1853185b1
|
Comments
|
2011-11-28 09:25:25 -05:00 |
|
notmasteryet
|
2e70984f38
|
Merge pull request #829 from jviereck/canvas_currentTransform
Implement ctx.mozCurrentTransform and ctx.mozCurrentTransformInverse shim
|
2011-11-28 05:09:42 -08:00 |
|
notmasteryet
|
08e3fd88ad
|
Removing adaptUnicode; making cmap equal to ToUnicode tables
|
2011-11-27 20:43:23 -06:00 |
|
Julian Viereck
|
8991cfad83
|
Check after each executed command if execution took too long already
|
2011-11-27 20:54:25 +01:00 |
|
Julian Viereck
|
36e618c373
|
Address Yury's review comments + remove call to addCtxCurrentTransform in pattern.js as the contet is added during the CanvasGraphics constructor already
|
2011-11-27 09:22:21 +01:00 |
|
Julian Viereck
|
a30f0ff848
|
Implement ctx.mozCurrentTransform and ctx.mozCurrentTransformInverse shim
|
2011-11-27 09:22:20 +01:00 |
|
notmasteryet
|
709dc1a0c9
|
Initial ToUnicode modifications
|
2011-11-24 09:38:09 -06:00 |
|
Brendan Dahl
|
faa202df1e
|
Merge upstream and change test pdf file.
|
2011-11-22 10:39:26 -08:00 |
|
notmasteryet
|
2829e8016a
|
Merge pull request #794 from brendandahl/devicen
DeviceN Colorspace and Multidimensional Sampling Function Support
|
2011-11-22 09:42:53 -08:00 |
|
Brendan Dahl
|
b64b7d55b1
|
Use the updated jpgjs with faster transform.
|
2011-11-22 09:32:20 -08:00 |
|
Brendan Dahl
|
0e0527be81
|
Address Yury's comment.
|
2011-11-21 17:23:54 -08:00 |
|
Artur Adib
|
dc33b24fae
|
Merge branch 'refs/heads/master' into text-select
|
2011-11-21 11:45:10 -05:00 |
|
Artur Adib
|
385b6df2b4
|
Linting
|
2011-11-18 13:54:27 -05:00 |
|
Artur Adib
|
5e0d704b12
|
Macro for generating version information
|
2011-11-17 15:45:33 -05:00 |
|
Brendan Dahl
|
d2964f3e94
|
Update documentation.
|
2011-11-16 15:12:42 -08:00 |
|
notmasteryet
|
7a2301dc95
|
Inline setXXXRGBColor calls
|
2011-11-15 20:16:22 -06:00 |
|
notmasteryet
|
ef58ccd284
|
Issue #644: bypassing identity cmap translation loading; resetting color space when stroke/fill color set
|
2011-11-15 18:23:45 -06:00 |
|
Artur Adib
|
b1ae23772f
|
No suppressWarnings in Yury's encoding patch
|
2011-11-14 15:32:52 -05:00 |
|
Artur Adib
|
5c261b46cc
|
Merge branch 'refs/heads/master' into text-select
Conflicts:
src/fonts.js
|
2011-11-14 15:21:18 -05:00 |
|