Yury Delendik
|
d5da15e001
|
Fixes brackets
|
2012-06-05 17:56:18 -05:00 |
|
Yury Delendik
|
50b86ff480
|
Move putImageData
|
2012-05-28 15:10:44 -05:00 |
|
Yury Delendik
|
81681e7914
|
Pre-scale image in the paintImageMaskXObject
|
2012-05-27 13:50:46 -05:00 |
|
Yury Delendik
|
47c43b5779
|
Removing the rotatePoint, width, height from the API
|
2012-04-11 08:29:44 -07:00 |
|
Brendan Dahl
|
fece736b8a
|
Merge upstream.
|
2012-04-05 12:46:23 -07:00 |
|
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
2012-04-04 23:43:26 +03:00 |
|
gigaherz
|
c6d7e654ee
|
Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler.
|
2012-03-30 23:17:04 +02:00 |
|
Brendan Dahl
|
7008d07fde
|
Fix gradients for fill and stroke.
|
2012-03-29 08:53:51 -07:00 |
|
notmasteryet
|
bcdf7b46c5
|
Fixing advance after disabled symbols
|
2012-03-25 14:31:28 -05:00 |
|
notmasteryet
|
72355121a0
|
Don't print missing symbols in the font
|
2012-03-25 14:15:40 -05:00 |
|
Artur Adib
|
0c258ae7a8
|
Merge pull request #1259 from jviereck/worker_cleanup
Worker cleanup
|
2012-03-19 09:10:21 -07:00 |
|
Julian Viereck
|
25cfebfd71
|
Change the kExecutionTime value to 15. In theory, this should give 60FPS rendering.
|
2012-03-16 15:08:50 +01:00 |
|
Julian Viereck
|
fd2ab059d3
|
Rename IRQueue and codeIR -> operatorList
|
2012-03-16 14:58:53 +01:00 |
|
Julian Viereck
|
f80fd13fe5
|
new ScratchCanvas -> createScratchCanvas and fix linting
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
261ff39f6d
|
Remove suffix _IR
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
8325d37f9d
|
No need to store ScratchCanvas on CanvasGraphics
|
2012-03-16 14:56:43 +01:00 |
|
Julian Viereck
|
889d6d100a
|
Cleanup font loading.
|
2012-03-16 14:54:10 +01:00 |
|
notmasteryet
|
e8ca7b44d9
|
Fixing review nits; moving small functions inside bidi
|
2012-02-22 17:56:47 -06:00 |
|
notmasteryet
|
28b4dac2d8
|
Merge remote-tracking branch 'mozilla/master' into bidi
Conflicts:
web/viewer.html
|
2012-02-20 12:41:19 -06:00 |
|
Brendan Dahl
|
0175f53637
|
Merge upstream.
|
2012-02-15 12:56:05 -08:00 |
|
Brendan Dahl
|
ebf26a5e29
|
Fix undefined stepper.
|
2012-02-14 10:25:53 -08:00 |
|
notmasteryet
|
1cfb099640
|
Add bugzill reference, reducing to 1px size
|
2012-02-13 22:35:42 -06:00 |
|
notmasteryet
|
b32a7b1c8b
|
Reducing min font size to 2; rearranging fontSizeScale logic
|
2012-02-13 21:12:55 -06:00 |
|
notmasteryet
|
99d71cc713
|
scale line width; set min font size to 8
|
2012-02-13 20:45:51 -06:00 |
|
Brendan Dahl
|
9fe5eff905
|
Combining Yury's and my debugging tools.
|
2012-02-13 17:35:58 -08:00 |
|
Adil Allawi
|
2bc708305d
|
Fix up bidi algorithm, and set direction of div to match text direction
|
2012-02-13 02:10:41 +00:00 |
|
Adil Allawi
|
2e1a88f39e
|
Handle bidi ordering of PDF strings
|
2012-02-10 17:05:09 +00:00 |
|
notmasteryet
|
cc9035438a
|
Optimization: don't scale when parameter is 1.0
|
2012-02-07 17:14:58 -08:00 |
|
notmasteryet
|
bd95a191b7
|
Reducing MIN_FONT_SIZE size to 5px
|
2012-02-04 14:42:07 -06:00 |
|
notmasteryet
|
34e2aa5d21
|
Browser minimal font adjustment
|
2012-02-04 12:45:18 -06:00 |
|
Artur Adib
|
7873ec966b
|
Merge branch 'refs/heads/master' into issue-1049
Conflicts:
src/canvas.js
|
2012-01-31 13:20:05 -05:00 |
|
Kalervo Kujala
|
66e3441e0e
|
Change throws to errors.
|
2012-01-24 22:10:16 +02:00 |
|
Artur Adib
|
5c8753dcba
|
Fixing regression errors, better logic
|
2012-01-23 15:23:09 -05:00 |
|
Artur Adib
|
bbdec90c0d
|
Lint
|
2012-01-20 18:44:51 -05:00 |
|
Artur Adib
|
786cccf636
|
setFont() supports negative size, closes #1049
|
2012-01-20 18:41:01 -05:00 |
|
Artur Adib
|
357f4cc665
|
Clarifying variable role
|
2012-01-20 15:20:25 -05:00 |
|
Artur Adib
|
66eff7a5cb
|
more robust fontMatrix parsing, error checking
|
2012-01-20 14:55:52 -05:00 |
|
Brendan Dahl
|
8aac2256ed
|
Fix zero width lines.
|
2012-01-17 20:50:49 -08:00 |
|
notmasteryet
|
1bb5592357
|
Replace makeCssRgb.apply in setStrokeColor and setFillColor
|
2012-01-16 11:53:59 -06:00 |
|
notmasteryet
|
a84fa13189
|
using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined MacRoman in TrueType fonts
|
2012-01-09 19:36:24 -06:00 |
|
notmasteryet
|
edb0ae4eb8
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui
Conflicts:
src/canvas.js
|
2012-01-03 18:42:13 -06:00 |
|
Artur Adib
|
86387272fc
|
webkit dash support
|
2012-01-03 14:51:35 -05:00 |
|
notmasteryet
|
cbf4c0393f
|
Replace nbsp entity with character code
|
2011-12-30 19:32:35 -06:00 |
|
notmasteryet
|
877e0f4159
|
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui
Conflicts:
web/viewer.js
|
2011-12-30 19:22:59 -06:00 |
|
notmasteryet
|
3f286803d0
|
Move the media left-top corner to the (0,0) canvas position
|
2011-12-30 16:45:33 -06:00 |
|
notmasteryet
|
d7754a402e
|
Correct stroke width for text; convert intel-load test to eq-test
|
2011-12-22 17:43:14 -06:00 |
|
notmasteryet
|
0f6291c7b9
|
Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent
|
2011-12-18 12:53:30 -06:00 |
|
Artur Adib
|
f7f7269253
|
Merge pull request #937 from ironymark/master
stop canvasRenderTextLayer blocking browser UI
|
2011-12-16 09:06:18 -08:00 |
|
Adil Allawi
|
b921486bce
|
simplify adding of textdivs to DOM as queue is no longer needed
|
2011-12-16 10:38:30 +00:00 |
|
Brendan Dahl
|
8096d747c0
|
Fix nits.
|
2011-12-15 15:13:48 -08:00 |
|