2072 Commits (6ceb652abb28552382929126c1a0dd6e878d02ad)

Author SHA1 Message Date
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
Jonas Jenwald b19bb74813 Additional heuristics to recognize unknown glyphs for toUnicode (bug 1027533) 11 years ago
Yury Delendik 834f466c05 Fixes SVG transforms on restore 11 years ago
pramodhkp dd253aadeb SVG Viewer example demo 11 years ago
Nicholas Nethercote 1ad3ffbc7b Factor out repeated Ref key string generation code. 11 years ago
Nicholas Nethercote 17170af3c7 Avoid allocating return object in EvaluatorPreprocessor_read(). 11 years ago
Yury Delendik 623fa29300 Removes error catch from fetchUncompressed() 11 years ago
Yury Delendik fbdab2c7c5 Not ignoring MissingDataException exception. 11 years ago
Yury Delendik 88fd1aa78b Removes PDFJS.Annotation 11 years ago
Yury Delendik c1c950ce74 Fixes AnnotationUtils in the extension build 11 years ago
Tim van der Meij 4c759527d1 Implements onerror for JpegStreams 11 years ago
Nicholas Nethercote bce7601480 Build up textChunk.str more efficiently. 11 years ago
Nicholas Nethercote 4428cebdbc Add ChunkedStream.ensureByte(). 11 years ago
Yury Delendik bdeca30fbf Splits shared/annotation.js into core/ and display/ 11 years ago
pramodhkp 1d00e9d13c Added getOperatorList to api.js 11 years ago
Jonas Jenwald ab67e1c272 Let Parser_makeFilter return NullStream when an invalid stream is encountered (issue 3417) 11 years ago
fkaelberer f9cde5d93e faster JPEG transform 11 years ago
Nicholas Nethercote 7ef7f95374 Zero the height and width of the Cached canvases before deleting. 11 years ago
Yury Delendik 0cd28ebfa3 Telemetry for used stream and font types 11 years ago