1053 Commits (5839fef84c094e4203ea232d0578c4cc36a28a0a)

Author SHA1 Message Date
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
notmasteryet 3bde084ffd add "find" images; function name fix 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
Adil Allawi b921486bce simplify adding of textdivs to DOM as queue is no longer needed 14 years ago
Brendan Dahl abad94d2b6 Lints. 14 years ago
Brendan Dahl 8096d747c0 Fix nits. 14 years ago
Adil Allawi 5bd080fd05 oops, interval was not clearing because 'this' is not the same 'this' inside an interval. Should use local variable 'self' instead. Reviewers you should have spotted this! :) 14 years ago
Adil Allawi 4a14a79884 use array index instead of array.shift() 14 years ago
Adil Allawi cc007b539a fix lint nitpick 14 years ago
notmasteryet c85ec052b1 Unicode normalization; lint warnings 14 years ago
Adil Allawi ce57bac447 Build Text Layer one div at a a time as an Interval instead of a all in a TimeOut to keep the browser responsive 14 years ago
Brendan Dahl d1f4e7c7d5 Change to passing promises. 14 years ago
Brendan Dahl 5ad3a9cc72 Add basic rescale support for smacks. 14 years ago
Brendan Dahl 9d042ce166 Use the general function for is default decode. 14 years ago
notmasteryet 45ef8742ac type3 font.coded comment; proper geometery for showText; glyph name 14 years ago
Brendan Dahl ff1d804fd7 Move the default decode to logic to the colorspace. 14 years ago
Brendan Dahl 55bbcbc664 Working improved version. Still need to refactor default decode stuff. 14 years ago
Brendan Dahl 2f10d24502 Fix for chrome. 14 years ago
Brendan Dahl d76f5f6815 Playing with initial decode map impl. 14 years ago
notmasteryet bed87284db Fixing Type3 text layer creation and character spacing 14 years ago
Brendan Dahl 94a48cab82 Address Julian's comments. 14 years ago
Brendan Dahl fcd612e486 Add comments to some of the code I touched/created. 14 years ago
Artur Adib 2113e0615e Reverting error(); warn() instead of TODO() 14 years ago