Tim van der Meij
|
10f80bda23
|
Fixes lint warning W004 in src/shared
|
11 years ago |
Yury Delendik
|
31f081ae17
|
Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage
|
11 years ago |
Jonas Jenwald
|
00f6d07a21
|
Add braces to single line statements in src/shared/fonts_util.js
|
11 years ago |
Yury Delendik
|
754e000907
|
Fixes and refactors log functionality
|
11 years ago |
Brendan Dahl
|
5ecce4996b
|
Split files into worker and main thread pieces.
|
12 years ago |
Yury Delendik
|
5cf0d8fa80
|
Enforces maxlen for jshint
|
12 years ago |
Jon Buckley
|
e48bb8d966
|
Issue #2008 - Fix lint errors for src/utils/fonts_utils.js
|
12 years ago |
Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
13 years ago |
gigaherz
|
9abbce021f
|
Undo comment changes.
|
13 years ago |
gigaherz
|
c6d7e654ee
|
Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler.
|
13 years ago |
Artur Adib
|
8fbb05613e
|
Progress
|
14 years ago |
Artur Adib
|
a7278b7fbc
|
Splitting files
|
14 years ago |
Kalervo Kujala
|
06cdba3526
|
Name anonymous functions.
|
14 years ago |
Kalervo Kujala
|
800fc131b8
|
Use lowercase in function names.
This alleviates the confusion which functions can be instantiated with new.
|
14 years ago |
Vivien Nicolas
|
826e0baf14
|
Fix a small lint error in fonts_utils.js
|
14 years ago |
Kalervo Kujala
|
07254bb0a5
|
Fix small lint warnings.
|
14 years ago |
Kalervo Kujala
|
8e5a8fb49f
|
Fix Mode comment lines.
|
14 years ago |
Vivien Nicolas
|
bcd8619414
|
Prevent the deprecated 'dotsection' command in Type1C to hit the sanitizer
|
14 years ago |
Kalervo Kujala
|
092235a56f
|
Fix lint errors.
|
14 years ago |
sbarman
|
0923e940d1
|
cleanup
|
14 years ago |
sbarman
|
5f233d7cde
|
cleanup
|
14 years ago |
sbarman
|
7d5dcb5d43
|
added ability to write data to file
|
14 years ago |
sbarman
|
8ff8a92244
|
Revert "Merge branch 'writeToFile' into hmm"
This reverts commit 9b91fca347 , reversing
changes made to c592d5ed3b .
|
14 years ago |
sbarman
|
c67037e268
|
added ability to write data to file
|
14 years ago |
Rob Sayre
|
f5a3587dde
|
Almost passing gjslint.
|
14 years ago |
Vivien Nicolas
|
3e78538c1c
|
Remove cmap format 100, fixes some nits to merge with upstream
|
14 years ago |
Vivien Nicolas
|
3726686d22
|
Add a format100 table for Mac
|
14 years ago |
Vivien Nicolas
|
7eab70532e
|
Fix some warnings
|
14 years ago |
Vivien Nicolas
|
dd9423624c
|
Fix some warnings
|
14 years ago |
Chris Jones
|
8c802e5025
|
use strict in the utils/ too
|
14 years ago |
Chris Jones
|
9477df21ce
|
use strict in the utils/ too
|
14 years ago |
Vivien Nicolas
|
e62bd48a9e
|
Use strict mode for js files
|
14 years ago |
Vivien Nicolas
|
f4282f9802
|
Use strict mode for js files
|
14 years ago |
Andreas Gal
|
735bfa5972
|
move cffStandardStrings into utils/ along with font_utils.js
|
14 years ago |
Andreas Gal
|
47a8303512
|
move cffStandardStrings into utils/ along with font_utils.js
|
14 years ago |
Vivien Nicolas
|
6f91d109c6
|
Rename PDFFonts.js to fonts.js
|
14 years ago |
Vivien Nicolas
|
446e958b5d
|
Rename PDFFonts.js to fonts.js
|
14 years ago |
Vivien Nicolas
|
40d44174cf
|
Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now)
|
14 years ago |
Vivien Nicolas
|
eb6f7499dc
|
Rework some code to enhance performance (CIIM6/CIIM9 are rejected by the sanitizer now)
|
14 years ago |
Vivien Nicolas
|
f56a742056
|
Remove some debug leftovers and add some comments about future directions for the code
|
14 years ago |
Vivien Nicolas
|
675b2f0471
|
Remove some debug leftovers and add some comments about future directions for the code
|
14 years ago |
Vivien Nicolas
|
9830b09f34
|
Small changes
|
14 years ago |
Vivien Nicolas
|
a73ffc2d30
|
Do not add empty spaces anymore
|
14 years ago |
Vivien Nicolas
|
4191485e1f
|
Add a debug writeToFile function and remove aggregations for Type2 fonts
|
14 years ago |
Vivien Nicolas
|
da69361ae0
|
Add the beginning of a working CFF font encoder
|
14 years ago |
Vivien Nicolas
|
18b2e3c6f8
|
Add the beginning of a CFF encoder
|
14 years ago |
Vivien Nicolas
|
3834c9be08
|
Move the Type2 utils to a new file and create a Stack object
|
14 years ago |