369 Commits (cdf1db35fc8e9329f6ac342c81d4d34b4ee1c72c)

Author SHA1 Message Date
notmasteryet 982ea98c44 replacing non-existent page content with empty one 13 years ago
notmasteryet a84fa13189 using font flags to recognize the symbol and serif fonts; using the encoding instead of predefined MacRoman in TrueType fonts 13 years ago
notmasteryet d3b3842946 fetch/getEntry returns null if the entry is free 13 years ago
Brendan Dahl 7bf5daa273 Only set transform when its a non default. 13 years ago
Brendan Dahl 3154ec4e38 Fix bracket nit. 13 years ago
Brendan Dahl dddcb9c91b Add error backs for promises. 13 years ago
Brendan Dahl 9538da2b58 Move comments. 13 years ago
notmasteryet 1fa5e80ebe Fixes this.xref.trailer.get("ID")[0] is undefined 13 years ago
Brendan Dahl 3c2a0f11b1 Decode more jpegs using the browser if possible. 13 years ago
Artur Adib 86387272fc webkit dash support 13 years ago
Saebekassebil 7fd0dbbc17 Typdoh 13 years ago
Saebekassebil 77e900da11 Add #findTableCode to CCITTFaxStream's prototype, fixing issue #1015 13 years ago
Christian Legnitto 03e39363b6 Add the style element to the head rather than first element in the document, as the first element could be a comment and this would line would then throw 13 years ago
Julian Viereck 52aba8648e Add displayReadyPromise to the Page object to not request the IRQueue all the time and simplify some stuff 13 years ago
Julian Viereck 0c22e5d653 Make sure resolving the promise sets some data 13 years ago
notmasteryet cbf4c0393f Replace nbsp entity with character code 14 years ago
notmasteryet 6672420f8d Fixing CropBox 14 years ago
Brendan Dahl df1e22f2e4 Switch to push instead of slice. Faster on jsperf, but doesn't seem to be faster testing locally. 14 years ago
notmasteryet 3f286803d0 Move the media left-top corner to the (0,0) canvas position 14 years ago
Brendan Dahl acd64d75f3 Switch to conditional operator. 14 years ago
Brendan Dahl 9de52f375d Fix idiv and cvi. Add test case for idiv. 14 years ago
Brendan Dahl 6afb49c6c6 Address Yury's PR comments. 14 years ago
notmasteryet baab676b00 Fix stitching function 14 years ago
Brendan Dahl 20dace0513 Switch to a single "code stack". 14 years ago
Brendan Dahl 27b0d0c941 Switch to two arrays for instructions. 14 years ago
Kalervo Kujala 84d6a121af Add basic unit tests for obj.js. 14 years ago
Steffen Märcker d769535bee fixed the remaining style error 14 years ago
Steffen Märcker b506bc7f44 fixed lint errors 14 years ago
Steffen Märcker 9fcd303519 fixed typo 14 years ago
Steffen Märcker c2b42b1cfc Small refactoring of fallback code to fake worker. 14 years ago
Steffen Märcker fdcc4ca590 Added fallback to fake worker if serialization of typed array fails. 14 years ago
Saebekassebil e147485262 Refactoring Settings manager, now with limit on memory usage 14 years ago
Brendan Dahl 971f35d165 Add unit files to lint, fix lint errors. 14 years ago
Brendan Dahl 1089c30b56 Adding type4 postscript function support. 14 years ago
notmasteryet d7754a402e Correct stroke width for text; convert intel-load test to eq-test 14 years ago
Saebekassebil 0de0e92bc4 Added #getFingerprint method to PDFDocModel 14 years ago
Saebekassebil d44f9f2074 Implemented Settings manager. Now remembering scroll positions 14 years ago
Kalervo Kujala 13b88a07e0 Move initialization of uniquePrefix higher. 14 years ago
Artur Adib b2791c60a6 Fixed worker_loader for examples/; simplified 14 years ago
Saebekassebil 12e2dcd775 Addressing notmasteryet's comments 14 years ago
Saebekassebil c714c782cc Lint nits 14 years ago
Saebekassebil 4a661e1735 Implemented Comment and Check annotation. Correcting some typos in last commit 14 years ago
Brendan Dahl 5cfe97611f Rename some variables. 14 years ago
Brendan Dahl db4a11e568 Fix comment. 14 years ago
Julian Viereck e9c762a97f Address review comments by notmasteryet 14 years ago
Brendan Dahl 03ec82ba62 Fix nits. 14 years ago
Brendan Dahl 87d72023dc Scale smask and image to the max dimensions of either one. Fix grayscale to scale the input value based on bpc. 14 years ago
Brendan Dahl 74b66c0a7b Fix bug, decoding was always getting called. 14 years ago
Julian Viereck 156e20ca73 Cache Cmd object to reduce number of created objects 14 years ago
notmasteryet 0f6291c7b9 Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent 14 years ago