..
annotation.js
Ignore the fieldValue
for Signature annotations, since they're currently unsupported (issue 10374)
2018-12-12 18:01:43 +01: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
ccitt_stream.js
Extract the actual decoding in CCITTFaxStream
into a new CCITTFaxDecoder
"class", which the new CCITTFaxStream
depends on
2017-10-24 16:03:08 +02:00
ccitt.js
Fix abbreviation.
2018-09-13 13:10:38 -07:00
cff_parser.js
Replace String.prototype.substr()
occurrences with String.prototype.substring()
2018-09-28 11:41:07 +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
Make the getBytes
/peekBytes
methods of Stream
/DecodeStream
/ChunkedStream
able to return Uint8ClampedArray
s
2018-06-12 11:01:32 +02:00
cmap.js
Replace String.prototype.substr()
occurrences with String.prototype.substring()
2018-09-28 11:41:07 +02:00
colorspace.js
Replace all occurences of var
with let
/const
in src/core/colorspace.js
2018-08-25 03:20:21 +02:00
crypto.js
Implement the AESBaseCipher
class and let the AES128Cipher
and AES256Cipher
classes extend it
2018-02-03 20:16:33 +01:00
document.js
[api-minor] Add support, in getMetadata
, for custom information dictionary entries (issue 5970, issue 10344) ( #10346 )
2018-12-18 23:26:02 +01:00
encodings.js
Implement unit tests for the encodings and fix missing items
2017-12-24 18:14:40 +01:00
evaluator.js
Normalize the BBox of form XObjects on the /core side
2018-10-22 14:17:05 +03:00
font_renderer.js
Map all glyphs to the private use area and duplicate the first glyph.
2018-09-05 14:04:54 -07:00
fonts.js
Replace the Font.loading
property with, the already existing, Font.missingFile
property
2018-09-29 15:57:04 +02:00
function.js
Use Dict.getArray, instead of Dict.get, when getting the 'Size' in constructSampled in src/core/function.js (PR 7295 follow-up)
2018-06-02 11:16:05 -04:00
glyphlist.js
Convert the files in the /src/core
folder to ES6 modules
2017-05-30 22:06:21 +02:00
image.js
Stop warning for non-Name /Filter entries in the PDFImage
constructor (PR 9897 follow-up)
2018-08-03 10:23:08 +02:00
jbig2_stream.js
Fix the interface of JpegStream
/JpxStream
/Jbig2Stream
to agree with the other DecodeStream
s
2017-11-11 11:22:16 +01:00
jbig2.js
Expose a Jbig2Image.parse
method, by re-instating the parseJbig2
function
2018-06-16 17:56:54 +02:00
jpeg_stream.js
Add a new parameter to JpegImage.getData
to indicate the source of the image data (issue 9513)
2018-09-02 14:15:22 +02:00
jpg.js
Slightly improve the isSourcePDF
parameter handling in JpegImage
(PR 10031 follow-up)
2018-09-12 11:30:59 +02:00
jpx_stream.js
Fix the interface of JpegStream
/JpxStream
/Jbig2Stream
to agree with the other DecodeStream
s
2017-11-11 11:22:16 +01:00
jpx.js
Add more validation of the /Filter entry, in image dictionaries, to the PDFImage
constructor
2018-08-01 16:41:15 +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
[api-major] Remove the TypedArray polyfills
2017-11-01 10:31:28 +01:00
obj.js
Fix NameOrNumberTree.get
to actually perform a binary search to find the requested key
2018-11-23 23:52:33 +01:00
operator_list.js
Ensure that Uint8ClampedArray
is used for image data transfered by getTransfers
(PR 9802 follow-up)
2018-08-16 10:29:44 +02:00
parser.js
Attempt to find truncated endstream commands, in the fallback code-path, in Parser.makeStream
(issue 10004)
2018-08-26 11:51:11 +02:00
pattern.js
Fix typos
2018-04-01 23:20:41 +02:00
pdf_manager.js
Add support for async
/await
using Babel
2018-08-19 16:54:11 +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
Convert src/core/ps_parser.js
to use ES6 classes
2018-11-03 17:43:06 +01:00
standard_fonts.js
Add a fallback for non-embedded LucidaSans-Demi fonts (issue 9291)
2017-12-24 17:36:58 +01:00
stream.js
Add Glyph & Cog's XPDF copyright/license information.
2018-09-12 13:59:56 -07:00
type1_parser.js
Remove usage of makeSubStream
from Type1Parser.extractFontProgram
in src/core/type1_parser.js (issue 9735)
2018-05-28 14:32:20 +02:00
unicode.js
Replace String.prototype.substr()
occurrences with String.prototype.substring()
2018-09-28 11:41:07 +02:00
worker.js
Move the interface
definitions out of src/core/worker.js
and into their own file
2018-11-08 13:21:37 +01:00