.. |
annotation.js
|
Implement support for square annotations
|
2017-09-09 21:36:27 +02:00 |
arithmetic_decoder.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
bidi.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
cff_parser.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
charsets.js
|
Convert the files in the /src/core folder to ES6 modules
|
2017-05-30 22:06:21 +02:00 |
chunked_stream.js
|
Replace the isInt helper function with the native Number.isInteger function
|
2017-09-01 16:52:50 +02:00 |
cmap.js
|
Replace the isInt helper function with the native Number.isInteger function
|
2017-09-01 16:52:50 +02:00 |
colorspace.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
crypto.js
|
Replace the isInt helper function with the native Number.isInteger function
|
2017-09-01 16:52:50 +02:00 |
document.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
encodings.js
|
Fix missing notdef in expert encoding.
|
2017-06-29 12:12:39 -07:00 |
evaluator.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
font_renderer.js
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
fonts.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
function.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
glyphlist.js
|
Convert the files in the /src/core folder to ES6 modules
|
2017-05-30 22:06:21 +02:00 |
image.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
jbig2.js
|
Merge pull request #8491 from janpe2/jbig2Halftone-2
|
2017-08-23 00:13:43 +02:00 |
jpg.js
|
Use Uint8ClampedArray , when returning data, and remove manual clamping in src/core/jpg.js (issue 4901)
|
2017-08-14 16:19:57 +02:00 |
jpx.js
|
Remove manual clamping code in src/core/jpx.js
|
2017-08-16 13:24:28 +02:00 |
metrics.js
|
Convert the files in the /src/core folder to ES6 modules
|
2017-05-30 22:06:21 +02:00 |
murmurhash3.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
obj.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
parser.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
pattern.js
|
Remove most assert() calls (issue 8506)
|
2017-07-21 18:51:02 +02:00 |
pdf_manager.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
primitives.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
ps_parser.js
|
Removes error()
|
2017-07-07 09:40:24 -05:00 |
standard_fonts.js
|
Add a fallback for non-embedded SegoeUISymbol font (issue 8697)
|
2017-07-25 12:45:11 +02:00 |
stream.js
|
Replace the isArray helper function with the native Array.isArray function
|
2017-09-01 20:27:13 +02:00 |
type1_parser.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
unicode.js
|
Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on
|
2017-06-02 11:20:19 +02:00 |
worker.js
|
Adds Streams API support for networking task of PDF.js project.
|
2017-07-28 02:32:30 +05:30 |