2018 Commits (a737e5b7060de2debcdda2becb692d1b1d9b3445)

Author SHA1 Message Date
Christian Krebs 79f34b183c Treat fonts with the same font descriptor, encoding and unicode map as aliases 11 years ago
Jonas Jenwald 9e6c66be12 Handle 'space' character correctly in WinAnsiEncoding (bug 850854) 11 years ago
Jonas Jenwald 8fc4ebd5cb Handle 'space' character correctly in MacRomanEncoding (bug 878026) 11 years ago
fkaelberer 2982de8f33 Use Stream instead of byte array access 11 years ago
fkaelberer 1ccc8a64b7 Read color info from JPX stream 11 years ago
Yury Delendik f57c6935d7 Implements WebGL support 11 years ago
Yury Delendik 944219ad8a Balance smask process chunking 11 years ago
Yury Delendik 1e8d70af98 Prescales shading pattern packed data indices 11 years ago
Yury Delendik 5262e6f84f Set max size for the group 11 years ago
fkaelberer 4ee35b0d46 Fix typo/unused argument in fontloader.js->spliceString() 11 years ago
Jonas Jenwald 772df5e0cb Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537) 11 years ago
Jonas Jenwald 08eb9a960a Avoid drawing text when the font size is zero (issue 4484) 11 years ago
fkaelberer c978c026fa clean up string conversion functions 11 years ago
Jonas Jenwald 7e7b728b5d Assign non-zero width/height to all rectangles (issue 4260) 11 years ago
Yury Delendik 1d0286f6a1 Update util.js 11 years ago
Yury Delendik 31f081ae17 Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict garbage 11 years ago
p01 4e6ebf2de0 Optimized putBinaryImageData for GRAYSCALE_1BPP 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
Jonas Jenwald a1ee567d60 Fix coding style in src/display/api.js 11 years ago
Jonas Jenwald bc986a3029 Fix coding style in src/display/canvas.js 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