2018 Commits (a737e5b7060de2debcdda2becb692d1b1d9b3445)

Author SHA1 Message Date
Jonas Jenwald 790ec92a34 Add strict equalities in src/display/pattern_helper.js 11 years ago
Jonas Jenwald ec6ec13506 Add strict equalities in src/display/metadata.js 11 years ago
Jonas Jenwald c1f1f2f0e1 Add strict equalities in src/display/canvas.js 11 years ago
Jonas Jenwald a4b06d7a02 Add strict equalities in src/display/api.js 11 years ago
Jonas Jenwald ccd71e0a94 Add strict equalities in src/shared/util.js 11 years ago
Jonas Jenwald 42e541a671 Add strict equalities in src/shared/fonts_utils.js 11 years ago
Nicholas Nethercote adf58ed687 Represent cid chars using integers, not strings. 11 years ago
fkaelberer c03cf20d37 Fix JBIG2 decoding issue #5026 11 years ago
Nicholas Nethercote 28687bca75 Optimize CMap.prototype.forEach(). 11 years ago
Nicholas Nethercote b86daed29d Make CMap.map quasi-private. 11 years ago
Nicholas Nethercote f1d5ec407e Right-size |chars.length| and |type.length| in bidi(). 11 years ago
Jonas Jenwald 4960af3a4c Avoid creating intermediate strings in the PostScriptLexer 11 years ago
Jonas Jenwald a5c98aab36 Re-factor parsing of the Linearization dictionary 11 years ago
Jonas Jenwald 86f9503876 Remove src/core/cidmaps.js 11 years ago
Jonas Jenwald c3c72948b9 Stop including cidmaps.js 11 years ago
pramodhkp 6e4dd83a4d Added endPath, endText. fixes extra <g> elements 11 years ago
pramodhkp 2380b38b27 Fixed setGState, viewport transform 11 years ago
pramodhkp a55c9856e9 Misc variable initialization 11 years ago
pramodhkp 0688fd3d70 Added fill, stroke, line-join & font attr 11 years ago
pramodhkp 03f1de3403 Added clip operator 11 years ago
Nicholas Nethercote 1039791472 Use Array.join to build up strings in readPostScriptTable(). 11 years ago
Tim van der Meij 41faa78368 Fixes typo in promises implementation for legacy browsers 11 years ago
Nicholas Nethercote 856e1c600b Optimize Ref_toString(). 11 years ago
Jonas Jenwald 2485f11829 Fix loading of PDF files with invalid or missing Type3 characters (issue 5039) 11 years ago
Nicholas Nethercote 501446ccc4 Optimize common cases in hexToStr(). 11 years ago
Nicholas Nethercote c7f02d2c8e Minimize memory usage of font-related arrays. 11 years ago
Jonas Jenwald f13c217b25 Fix another seac regression (issue 4801) 11 years ago
Jonas Jenwald b950118681 Revert commit fc73e2e (PR 5005) for breaking certain PDF files 11 years ago
Tim van der Meij 7586d777eb Enforcing JSHint's undef option 11 years ago
Tim van der Meij 34728ee49b Removing unused code 11 years ago
Fabian Lange dd2adf6200 Fixes mesh fill pattern with optional matrix (#5020) 11 years ago
Jonas Jenwald 1cb4de2227 Add |fillRgb| method to LabCS 11 years ago
Nicholas Nethercote 31c613f064 Avoid creating intermediate strings in Util.makeCssRgb(). 11 years ago
pramodhkp afd853e962 Added units for lengths 11 years ago
Jonas Jenwald a7c786775d [CIDFontType2] Map characters missing in toUnicode to the private use area (bug 1028735 and issue 4881) 11 years ago
pramodhkp 86e584d767 Memory optimzation for constructPath 11 years ago
Nicholas Nethercote a483c80fc3 Make QueueOptimizer easier to read. 11 years ago
Nicholas Nethercote db866945b7 Improve how DecodeStream handles empty buffers. 11 years ago
fkaelberer fc73e2e173 use getBytes() instead of looping over getByte() 11 years ago
Jonas Jenwald c5f4051a75 A few small optimizations of adjustMapping 11 years ago
Jonas Jenwald c121def806 A few small optimizations for CIDFontType2 fonts 11 years ago
Jonas Jenwald 04975acceb Prevent CMapFactory.create from failing by passing the necessary parameters from PartialEvaluator_readToUnicode (issue 5010) 11 years ago
fkaelberer 9a41659ae7 Faster chunkedStream_getByte() 11 years ago
pramodhkp 7efd50e64d Added paintJpegXObject 11 years ago
pramodhkp d799a18b74 Added paintSolidColorImageMask 11 years ago
pramodhkp c8a4ab3a19 Optimization of save/restore usage 11 years ago
pramodhkp 8407d28c9e Combine re element into constructPath 11 years ago
Jonas Jenwald 8ad1ea3c5f Zero the height and width of the WebGL canvases on cleanup 11 years ago
Fabian Lange 60f67c3961 Restructured EvaluatorPreprocessor_read to be more natural. 11 years ago
Nicholas Nethercote 081866a184 Use null instead of [] for ops with no args. 11 years ago