Adil Allawi
|
b921486bce
|
simplify adding of textdivs to DOM as queue is no longer needed
|
14 years ago |
Brendan Dahl
|
abad94d2b6
|
Lints.
|
14 years ago |
Brendan Dahl
|
8096d747c0
|
Fix nits.
|
14 years ago |
Adil Allawi
|
5bd080fd05
|
oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :)
|
14 years ago |
Adil Allawi
|
4a14a79884
|
use array index instead of array.shift()
|
14 years ago |
Adil Allawi
|
cc007b539a
|
fix lint nitpick
|
14 years ago |
Adil Allawi
|
ce57bac447
|
Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive
|
14 years ago |
Brendan Dahl
|
d1f4e7c7d5
|
Change to passing promises.
|
14 years ago |
Brendan Dahl
|
5ad3a9cc72
|
Add basic rescale support for smacks.
|
14 years ago |
Brendan Dahl
|
9d042ce166
|
Use the general function for is default decode.
|
14 years ago |
notmasteryet
|
45ef8742ac
|
type3 font.coded comment; proper geometery for showText; glyph name
|
14 years ago |
Brendan Dahl
|
ff1d804fd7
|
Move the default decode to logic to the colorspace.
|
14 years ago |
Brendan Dahl
|
55bbcbc664
|
Working improved version. Still need to refactor default decode stuff.
|
14 years ago |
Brendan Dahl
|
2f10d24502
|
Fix for chrome.
|
14 years ago |
Brendan Dahl
|
d76f5f6815
|
Playing with initial decode map impl.
|
14 years ago |
notmasteryet
|
bed87284db
|
Fixing Type3 text layer creation and character spacing
|
14 years ago |
Brendan Dahl
|
94a48cab82
|
Address Julian's comments.
|
14 years ago |
Brendan Dahl
|
fcd612e486
|
Add comments to some of the code I touched/created.
|
14 years ago |
Artur Adib
|
2113e0615e
|
Reverting error(); warn() instead of TODO()
|
14 years ago |
Brendan Dahl
|
948de2bdbe
|
Remove some unintended changes.
|
14 years ago |
Brendan Dahl
|
176452c988
|
Style nits.
|
14 years ago |
Brendan Dahl
|
0d370fd206
|
Remove debugging.
|
14 years ago |
Brendan Dahl
|
683f64d54f
|
Use promises to track completion of decoding.
|
14 years ago |
notmasteryet
|
315b089b28
|
(#919) Fixing toUnicode mapping for TrueType fonts with identity mapping
|
14 years ago |
notmasteryet
|
240bde97b2
|
Using 'in' instead of array index
|
14 years ago |
Artur Adib
|
de33e44b09
|
Lint
|
14 years ago |
Brendan Dahl
|
7d1cddf371
|
Add ability to fast track natively supported jpegs.
|
14 years ago |
notmasteryet
|
b11d1b2282
|
Fix error object wrapper (#914)
|
14 years ago |
Artur Adib
|
fcbe4f13d1
|
More sanity checks
|
14 years ago |
Brendan Dahl
|
d1c823efce
|
Cleaned up how messages are passed and replies work.
|
14 years ago |
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
14 years ago |
Artur Adib
|
a21030a502
|
Throw error when pixels don't match
|
14 years ago |
Brendan Dahl
|
f7207a51f8
|
Fix missing bracket.
|
14 years ago |
Brendan Dahl
|
146cd8c861
|
Second stage, smasks now working. Still needs optimization.
|
14 years ago |
notmasteryet
|
301a6795db
|
(#906) fixing glyph width defined by glyph name
|
14 years ago |
notmasteryet
|
fa18c8022e
|
remove glyph references outside range of avaialable glyphs
|
14 years ago |
notmasteryet
|
18db087f79
|
Fixing TrueType code-glyph assigmnent to pass sanitizer
|
14 years ago |
Brendan Dahl
|
2a632d4ab2
|
First stage of trying to support smasks on native jpegs.
|
14 years ago |
Julian Viereck
|
af8e2a1189
|
Address review comments by yury
|
14 years ago |
notmasteryet
|
7d64d3168f
|
Revert int16 clamping for horizontal metrics
|
14 years ago |
notmasteryet
|
69e5cf2560
|
fixes gradient fill (#840)
|
14 years ago |
notmasteryet
|
9234c315d5
|
Fix the unicode symbols on the text layer
|
14 years ago |
notmasteryet
|
fe02078c9d
|
Fixing missing text (#886)
|
14 years ago |
Kalervo Kujala
|
f239d01bde
|
Name constructors in obj.js.
|
14 years ago |
Kalervo Kujala
|
477683e514
|
Use constants for paint type and pattern size.
|
14 years ago |
notmasteryet
|
b8a5d6b8a7
|
Use unicode mapping cmap when simple identity cmap was originally used
|
14 years ago |
notmasteryet
|
aaa672d5ff
|
Fixing opening from the file system
|
14 years ago |
Julian Viereck
|
cf7d4503d6
|
Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always
|
14 years ago |
Julian Viereck
|
97802aac64
|
Inline JpegImageLoader to remove new JpegImageLoader call
|
14 years ago |
Kalervo Kujala
|
cca0306789
|
Use object-enumeration for pattern type.
|
14 years ago |