.. |
annotation.js
|
Choice widget annotations: core and display layer implementation
|
2016-10-05 21:25:29 +02:00 |
arithmetic_decoder.js
|
Adds UMD headers to core, display and shared files.
|
2015-12-15 13:24:39 -06:00 |
bidi.js
|
Fixes weird loop in the bidi.js.
|
2016-04-27 16:14:33 -05:00 |
cff_parser.js
|
trivial spelling fixes
|
2016-07-17 14:33:41 +02:00 |
charsets.js
|
Adds UMD headers to core, display and shared files.
|
2015-12-15 13:24:39 -06:00 |
chunked_stream.js
|
Remove unused variables
|
2016-05-11 16:11:13 +02:00 |
cmap.js
|
Catch errors and continue parsing in parseCMap (issue 7492)
|
2016-07-18 16:39:56 +02:00 |
colorspace.js
|
Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects
|
2016-05-05 19:42:57 +02:00 |
crypto.js
|
Adjust the (applicable) existing isName callsites to use the new isName(v, name) version of the function
|
2016-08-10 11:15:08 +02:00 |
document.js
|
Pass in the renderInteractiveForms parameter to Annotation_appendToOperatorList , in Page_getOperatorList , instead of to the Annotation constructor (PR 7633 follow-up)
|
2016-09-21 12:21:20 +02:00 |
encodings.js
|
Refactor Encodings
|
2016-01-28 11:32:59 -06:00 |
evaluator.js
|
Fix getTextContent evaluation to only apply TJ horizontal offsets using numeric items/args
|
2016-10-13 08:08:31 -04:00 |
font_renderer.js
|
Extract CFFParser from fonts.js (issue 6777)
|
2016-04-01 22:32:39 +02:00 |
fonts.js
|
Remove a remaining old-style preprocessor from src/core/fonts.js (PR 7322 follow-up)
|
2016-10-15 11:33:09 +02:00 |
function.js
|
trivial spelling fixes
|
2016-07-17 14:33:41 +02:00 |
glyphlist.js
|
Lazify GlyphsUnicode.
|
2016-01-28 11:32:59 -06:00 |
image.js
|
trivial spelling fixes
|
2016-07-17 14:33:41 +02:00 |
jbig2.js
|
Remove unused variables
|
2015-12-16 23:52:16 +01:00 |
jpg.js
|
Attempt to skip zero bytes at the end of Scan blocks when decoding JPEG images (issue 4090)
|
2016-09-28 16:31:02 +02:00 |
jpx.js
|
Change src/core/jpx.js to use the error utility function instead of using throw new Error
|
2016-09-12 11:05:43 +02:00 |
metrics.js
|
Lazify Metrics
|
2016-01-28 12:11:46 -06:00 |
murmurhash3.js
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |
network.js
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |
obj.js
|
Merge pull request #7534 from Snuffleupagus/isName-name-check
|
2016-08-17 15:48:42 +02:00 |
parser.js
|
Merge pull request #7670 from Snuffleupagus/Parser_makeFilter-maybeLength
|
2016-10-05 10:38:12 -05:00 |
pattern.js
|
Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects
|
2016-05-05 19:42:57 +02:00 |
pdf_manager.js
|
Removes global PDFJS usage from the src/core/.
|
2016-03-23 19:24:37 -05:00 |
primitives.js
|
Add a parameter to the isName function that enables checking not just that something is a Name , but also that the actual name properties matches
|
2016-08-10 11:15:03 +02:00 |
ps_parser.js
|
Move the isSpace utility function from core/parser.js to shared/util.js
|
2016-06-06 09:11:33 +02:00 |
standard_fonts.js
|
Lazify stdFontMap, serifFonts, GlyphMapForStandardFonts
|
2016-01-28 11:51:54 -06:00 |
stream.js
|
Respect the 'ColorTransform' entry in the image dictionary when decoding JPEG images (bug 956965, issue 6574)
|
2016-09-26 21:55:43 +02:00 |
type1_parser.js
|
Move the isSpace utility function from core/parser.js to shared/util.js
|
2016-06-06 09:11:33 +02:00 |
unicode.js
|
Convert uniXXXX glyph names to proper ones when building the charCodeToGlyphId map for TrueType fonts (bug 1132849, issue 6893, issue 6894)
|
2016-03-09 19:37:15 +01:00 |
worker.js
|
Replaces all preprocessor directives with PDFJSDev calls.
|
2016-10-14 10:57:53 -05:00 |