556 Commits (a737e5b7060de2debcdda2becb692d1b1d9b3445)

Author SHA1 Message Date
Nicholas Nethercote f62c1c469f Special-case 24-bit RGB image-handling. 11 years ago
Brendan Dahl b187326022 Use default encoding for standard fonts without a file. 11 years ago
Nicholas Nethercote d4e8b41639 Remove some unnecessary local variables. 11 years ago
Brendan Dahl f7fea015a9 Remove isFixedPitch check for now. 11 years ago
Nicholas Nethercote 33dd1b0c3c Remove the unnecessary this.buf in CCITTFaxStream. 11 years ago
fkaelberer 5f8546c120 Faster JPX decoding 11 years ago
Mitar 958a49d655 Info function does not interpolate strings. 11 years ago
Brendan Dahl f1c73edac4 Fix symbol fonts with no file. 11 years ago
Brendan Dahl b5b94a4af3 Use built in CMaps and unify the glyph mapping. 11 years ago
Rob Wu 2a19dc86e7 Do not switch to a range request for small PDFs 11 years ago
Ophir LOJKINE 4a66eccedc Rewrite Lexer_getNumber. 11 years ago
Rob Wu eaf7daf7db [CRX] Pass expected length of stream to viewer 11 years ago
Nicholas Nethercote 164d7a6e15 Don't create a string when lexing all-digit integers. 11 years ago
Nicholas Nethercote b64cca0bef When lexing numbers, look for digits first. 11 years ago
Nicholas Nethercote c1ef7e4d63 Use Array.join instead of += to build up strings in the Lexer. 11 years ago
Yury Delendik 561683d2e9 Dynamically determines how to split patch into triangles 11 years ago
Nicholas Nethercote a966909754 Reduce memory consumption of simple black and white images. 11 years ago
Yury Delendik e5e9c6e243 Fixes PDFDocumentProxy.getDownloadInfo API name (and refactoring) 11 years ago
Yury Delendik a583c319a1 Implements shading types 4-7 11 years ago
Yury Delendik e9327050c3 Basic function.js split 11 years ago
Yury Delendik 18515b8668 Using blob URL for open file 11 years ago
Yury Delendik bf432a37bb Refactors shared/pattern.js into core/ and display/ 11 years ago
Rob Wu 2779bab03e Use [].forEach instead of for-..-in in evaluator 11 years ago
Yury Delendik 4054b0c385 SMask emulation 11 years ago
Jonas Jenwald 575bdd8863 Fix loading of fonts with invalid encoding name entry (bug 859204 and 878112) 11 years ago
Nicholas Nethercote 0685214a77 Don't create the RGB buffer for images that don't need resizing. 11 years ago
Yury Delendik 96fff4cc74 Refactors getTextContent return value 11 years ago
Yury Delendik 09f8f951c8 Extracts evaluator preprocessor and refactor text extraction 11 years ago
Nicholas Nethercote c044652320 Remove unneeded srcOffset arguments from createRgbBuffer. 11 years ago
Nicholas Nethercote 3de5d6ad0c Don't create the opacity buffer for images that lack a mask. 11 years ago
Yury Delendik 754e000907 Fixes and refactors log functionality 11 years ago
terje.kristiansen 08737375f8 Added withCredentials parameter and passing it to xhr requests 11 years ago
Nicholas Nethercote 3f533a1cb0 Use a more compact typed array to pass the image mask from the worker to the main thread. 11 years ago
Yury Delendik a8c11ad1e5 Introduces disableObjectCreateURL 11 years ago
Yury Delendik 96eaa15578 Fixes fips regression from #4068 11 years ago
Yury Delendik 0131101275 Takes ascent/descent in account in the text layer 11 years ago
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Yury Delendik 51b958dc2b Adds glyph mapping for standard fonts 11 years ago
Brendan Dahl 2228343f77 Only trigger warning bar on certain unsupported features. 11 years ago
Yury Delendik 5973d40afe Adjusts heuristic for disabling Symbol encoding 11 years ago
Jonas Jenwald e6c805490b [JBIG2] Fix getting decodeParms when it's an array 12 years ago
Rob Wu 43847d7ff8 Set eof to true at the end of a FlateStream 12 years ago
Brendan Dahl 53549411b4 Add verbosity as an api setting. 12 years ago
Jonas Jenwald b1c5ef9ccc Fix loading of fonts that are not referenced by an object identifier 12 years ago
Yury Delendik 90956ce3e0 Takes chunk id == 0 into account during grouping 12 years ago
Yury Delendik 98ebf57144 Index objects if Prev xref was not found 12 years ago
Yury Delendik 4966bf3fc8 Limits U and O entries size 12 years ago
Brendan Dahl a4f329aa38 Combine if/else block with switch for getOperatorList. 12 years ago
Brendan Dahl 0385131a9a Leave initial request open until the viewer is ready to switch to range requests. 12 years ago
Yury Delendik e712c4136a Cleaning up fonts when viewer is idle for some time 12 years ago