sbarman
|
ececccfa80
|
added skip to lexer
|
2011-08-03 14:14:42 -07:00 |
|
sbarman
|
5434cd3a0b
|
fix for bug with empty strings
|
2011-08-03 14:08:35 -07:00 |
|
sbarman
|
42eda3e67d
|
Merge pull request #293 from ivarsv/master
fontName can be stored in xref
|
2011-08-03 11:37:20 -07:00 |
|
Ivars Veksins
|
cffcac597c
|
fontName can be stored in xref
|
2011-08-03 11:56:43 +01:00 |
|
Chris Jones
|
f340f3155d
|
Merge pull request #290 from sbarman/tilingcompile
Moved compilation of tiling code to partial evaluator
|
2011-08-02 16:34:49 -07:00 |
|
sbarman
|
19b36f6a66
|
removed comments
|
2011-08-02 12:37:23 -07:00 |
|
sbarman
|
67ddc1ba84
|
Merge branch 'master' into tilingcompile
|
2011-08-02 12:34:59 -07:00 |
|
sbarman
|
157ee74940
|
compiled code for tiling patterns
|
2011-08-02 12:32:37 -07:00 |
|
Chris Jones
|
1514c34f90
|
Merge pull request #288 from arturadib/master
Updated test/pdfs/intelisa.pdf.link
|
2011-08-01 14:36:48 -07:00 |
|
Artur Adib
|
02a6e3ffec
|
Updated test/pdfs link (intelisa.pdf)
|
2011-08-01 17:30:17 -04:00 |
|
Andreas Gal
|
0dcbbf6fc4
|
Merge pull request #286 from notmasteryet/sizes
Fixing the maxAdvanceWidth and the amount of the missing sidebearing
|
2011-07-31 21:12:36 -07:00 |
|
notmasteryet
|
9bcf2d8b7c
|
Fixing the maxAdvanceWidth and the amount of the missing sidebearing
|
2011-07-31 22:56:41 -05:00 |
|
Vivien Nicolas
|
bf86d1bec8
|
Use Tango Public Domain icons and add some small tweaks to viewer.js
|
2011-07-29 18:17:04 +02:00 |
|
Andreas Gal
|
710c3da3e3
|
Merge pull request #285 from vingtetun/master
Unify the multi_page_viewer and the classic viewer.
|
2011-07-29 06:10:31 -07:00 |
|
Vivien Nicolas
|
26bf2735fd
|
Add a cache system to limit the amount of ram used
|
2011-07-29 13:26:43 +02:00 |
|
Vivien Nicolas
|
e28e0669f9
|
Add buttons images
|
2011-07-28 19:57:53 +02:00 |
|
Vivien Nicolas
|
0edb6546a5
|
Unify the multi_page_viewer and the basic viewer
|
2011-07-28 19:48:05 +02:00 |
|
Vivien Nicolas
|
fad6e36a80
|
Missed a small change
|
2011-07-26 17:26:02 +02:00 |
|
Vivien Nicolas
|
6f2d3238cd
|
Add code to nulti page viewer to works with the extension
|
2011-07-26 17:21:37 +02:00 |
|
Andreas Gal
|
a1cc36fc5d
|
Merge pull request #284 from vingtetun/master
Make viewer.js able to display a pdf on an event
|
2011-07-26 07:51:22 -07:00 |
|
Vivien Nicolas
|
f1a8a98757
|
Make viewer.js compatible with the content type handler addon
|
2011-07-26 16:11:09 +02:00 |
|
Vivien Nicolas
|
1af6732ba9
|
Do not fail on splitted hex string
|
2011-07-25 20:39:29 +02:00 |
|
Andreas Gal
|
bddec11571
|
Merge pull request #283 from vingtetun/master
Leading does need to be inverted since we already scale by the invert
|
2011-07-25 09:51:10 -07:00 |
|
Vivien Nicolas
|
9b06da98ca
|
More fix to handle some others invert leading cases in PDF32000.pdf
|
2011-07-25 18:17:56 +02:00 |
|
Vivien Nicolas
|
57cebac711
|
Invert leading parameter since we scale by the invert
|
2011-07-25 18:04:13 +02:00 |
|
Andreas Gal
|
4b90c881f6
|
Merge pull request #280 from vingtetun/master
Support default fonts
|
2011-07-25 07:47:27 -07:00 |
|
Vivien Nicolas
|
aa41a75f6e
|
Support standards fonts
|
2011-07-25 16:42:46 +02:00 |
|
vingtetun
|
9d6eb079f3
|
Merge pull request #271 from sbarman/font
Initial implementation of type1c fonts
|
2011-07-25 04:44:15 -07:00 |
|
Andreas Gal
|
42ba33f1bf
|
fix incorrect property name, tests were failing
|
2011-07-22 23:28:42 -07:00 |
|
sbarman
|
4efe54fb7b
|
Merge pull request #279 from sbarman/spacing
char spacing, word spacing and horozontal scaling
|
2011-07-22 18:03:53 -07:00 |
|
sbarman
|
1e59dd625a
|
cleanup
|
2011-07-22 18:03:14 -07:00 |
|
sbarman
|
47dcd1f94b
|
added texthscale support
|
2011-07-22 17:05:04 -07:00 |
|
sbarman
|
c58aa5f232
|
initial impl of char spacing and word spacing
|
2011-07-22 16:15:04 -07:00 |
|
sbarman
|
f177398777
|
Fixed the mapping from charstring to glyphs
|
2011-07-22 09:57:26 -07:00 |
|
sbarman
|
d502866111
|
cleanup code
|
2011-07-22 09:21:38 -07:00 |
|
sbarman
|
3eccfa3cc0
|
Merge branch 'master' into font
|
2011-07-21 17:28:16 -07:00 |
|
sbarman
|
bdece53bf5
|
Merge branch 'master' of github.com:andreasgal/pdf.js
|
2011-07-21 17:28:03 -07:00 |
|
Chris Jones
|
85de95723f
|
Merge pull request #277 from notmasteryet/aes-crypto
Formatting hex number, making gjslint happy: reducing lines width
|
2011-07-21 16:53:13 -07:00 |
|
notmasteryet
|
d4157c0c7c
|
Formatting hex number, making gjslint happy: reducing lines width
|
2011-07-21 18:47:48 -05:00 |
|
Chris Jones
|
736f2e9ea1
|
Merge pull request #265 from sbarman/patternfix
Fix to gradient and tiling colorspaces
|
2011-07-21 15:39:55 -07:00 |
|
sbarman
|
c4d81646dc
|
fixed reading from sream
|
2011-07-21 15:18:00 -07:00 |
|
sbarman
|
7d5470a7e5
|
added include to fonts_util.js
|
2011-07-21 15:13:49 -07:00 |
|
sbarman
|
dbc6d67ea6
|
added include to fonts_util.js
|
2011-07-21 15:13:18 -07:00 |
|
sbarman
|
5b43c25d56
|
removed unnecessary call to parseEncoding
|
2011-07-21 14:02:31 -07:00 |
|
sbarman
|
c67037e268
|
added ability to write data to file
|
2011-07-21 11:51:39 -07:00 |
|
sbarman
|
870027136a
|
Merge branch 'master' into font
|
2011-07-21 11:29:15 -07:00 |
|
sbarman
|
a821129322
|
Merge branch 'master' of github.com:sbarman/pdf.js
Conflicts:
pdf.js
|
2011-07-21 11:27:25 -07:00 |
|
sbarman
|
c184ad9c40
|
Merge pull request #264 from vingtetun/master
canvas.pdf + sizes.pdf are readable
|
2011-07-21 11:21:30 -07:00 |
|
Vivien Nicolas
|
f5b9a9355b
|
Get rid of the inclusion of fonts_utils
|
2011-07-21 20:14:50 +02:00 |
|
Vivien Nicolas
|
2197235470
|
Merge to upstream
|
2011-07-21 18:29:32 +02:00 |
|