682 Commits (56e3a66c160d3fe43e2a34dd702f14c4d9c731f5)

Author SHA1 Message Date
Yury Delendik 1e8d70af98 Prescales shading pattern packed data indices 11 years ago
fkaelberer c978c026fa clean up string conversion functions 11 years ago
Yury Delendik 31f081ae17 Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage 11 years ago
Manas (prometheansacrifice) 3025445cbe Fix for #3181: jbig2 encoding for number of instances greater than 1 11 years ago
Jonas Jenwald 6883362a84 Fix coding style in src/core/stream.js 11 years ago
Jonas Jenwald 67b5c8868c Fix coding style in src/core/worker.js 11 years ago
Jonas Jenwald 75de115938 Fix coding style in src/core/font_renderer.js 11 years ago
Jonas Jenwald 131a16b65e Fix coding style in src/core/core.js 11 years ago
Jonas Jenwald 53bbdcb0a1 Fix coding style in src/core/chunked_stream.js 11 years ago
Tim van der Meij c6a06c0f16 Making src/core/evaluator.js adhere to the style guide 11 years ago
Jonas Jenwald 66e243f506 Fix coding style in src/core/fonts.js 11 years ago
Tim van der Meij 284288f1d0 Making src/core/{image,obj,parser}.js adhere to the style guide 11 years ago
Yury Delendik 20a91bcdbf Fixes ignoring of the escaped CR LF 11 years ago
Christian Krebs fc9edfcf76 Introduce paintSolidColorImageMask command to handle 1x1 solid image masks 11 years ago
Thorben Bochenek 0fa44d7233 refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument 11 years ago
Thorben Bochenek 8edebc797b Refactor and fix style of core.js 11 years ago
Thorben Bochenek 1ddb019449 Fix Issue #4461: Pages without \Resources in their dictionary fail to load 11 years ago
Nicholas Nethercote 292b96a0bf Make fnArray always be a plain array. 11 years ago
Nicholas Nethercote 42d175efd4 Fix some indenting within OperatorList. 11 years ago
Jonas Jenwald 5f021b067c Prevent infinite loop in CFFParser_parseHeader 11 years ago
Yury Delendik 69efd9cb96 CMaps binary packing 11 years ago
Juraj Sukop 4c2a462a76 Fix copy-paste typo 11 years ago
Nicholas Nethercote 6c698519cd Avoid allocations in executeCommand(). 11 years ago
Nicholas Nethercote 3759c11f42 Avoid more allocations in bidi(). 11 years ago
Nicholas Nethercote 2e93a0cc98 Avoid allocations in bidi(). 11 years ago
Nicholas Nethercote 6a75e45309 Allocate fewer objects when parsing 2 and 4 byte chunks. 11 years ago
Nicholas Nethercote 0866ad5bff Add a cache for glyphs. 11 years ago
p01 bd9419f1ef Micro optimization of ArithmeticDecoder_readBit 11 years ago
p01 2b6cb317db Optmized decodeRefinement, moving the prediction error outside the inner loop 11 years ago
p01 840d9d40b6 Reuse the row Uint8Array in JBIG2's decodeBitmap 11 years ago
p01 b2b3836683 Process only once the offset and starting mask JBIG2's drawBitmap 11 years ago
p01 0bca56cbb2 Use changingTemplateX, Y and Bit in JBIG2's decodeBitmap 11 years ago
p01 e2a4328ff2 Optimized bounding box tests in JBIG2's decodeBitmap 11 years ago
p01 2a9fe573c0 Nest JBIG2 prediction if statements together 11 years ago
p01 02a5f9435a More bit friendly decodeIAID and decodeInteger 11 years ago
p01 e862c64bb8 JBIG2 20% faster SimpleSegmentVisitor_drawBitmap 11 years ago
Yury Delendik 1aaeec8020 Heuristic to optimize chunking 11 years ago
Yury Delendik 257898b359 Caching inlined mask images 11 years ago
Yury Delendik f48f57e30a Caches last parsed resource image, recornizes image repeats 11 years ago
Yury Delendik 2c23be369b Optimizing pdf when text printed char-by-char 11 years ago
Yury Delendik dbb3d17d8f Refactors optimization list 11 years ago
Jonas Jenwald b0824e1626 Prevent circular reference when checking for blend modes (issue 4370) 11 years ago
Nicholas Nethercote b3024db677 Estimate the size of decoded streams in advance. 11 years ago
Ben Browitt 8b6aeee35c Follow JMPR op only if outside of FDEF and IF 11 years ago
Thorben Bochenek baccf3d160 refactor src/core/pdf_manager.js: rename pdfModel to pdfDocument 11 years ago
Nicholas Nethercote ea17749b93 Don't get bytes eagerly when creating FlateStream objects. 11 years ago
Nicholas Nethercote d0253c8291 Don't get bytes eagerly when creating {Jpeg,Jpx,Jbig2}Stream objects. 11 years ago
Nicholas Nethercote f12d588258 Add an ensureRange() call to ChunkedStream_makeSubStream(). 11 years ago
Yury Delendik 7dbd088728 Fixes corrupted by Aspose fonts. 11 years ago
fkaelberer 2c8b776687 update comments 11 years ago