2405 Commits (c4ffbdb951969a0d9e12bf5f4e1de4cddcb812cd)
 

Author SHA1 Message Date
Artur Adib f3745f7c13 New README, .gitignores; Makefile 14 years ago
Artur Adib bc91b98fc8 Addressing comments by Vivien 14 years ago
Artur Adib 3476364886 Moved helloworld/ to examples/helloworld/ 14 years ago
Artur Adib 6e29034912 Hello World example 14 years ago
Julian Viereck 921f8bd669 Tried to add a destroy function to free memeory, but doesn't seem to help 14 years ago
Julian Viereck 20d8a13c9e Don't stop executeIRQueue if there is no continueCallback. What a wonderful world it would be with generators :( 14 years ago
Julian Viereck 0f6bf30228 Add dependency for dependecies on sub getIRQueue 14 years ago
Julian Viereck 8f21f87fd9 Add firstPage option to tasks to speed up testing certain pages 14 years ago
Julian Viereck 06cef910fb Cleanup Moz support in FontLoader 14 years ago
Julian Viereck 16e4d4ed97 Add support for WebKit using measure on canvas method 14 years ago
Julian Viereck 5ecbc64d8d Backup 14 years ago
Julian Viereck 8e36114cfa If the font isn't supported, don't handle it 14 years ago
notmasteryet f57972d925 Merge branch '07254bb0a5' 14 years ago
notmasteryet 582b760a65 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs 14 years ago
notmasteryet a0ef97fb60 Transfer defaultWidth for files without the file 14 years ago
notmasteryet 10a2fa66c2 Fixing defaultWidth; variables names 14 years ago
Chris Jones 28ea0cef7e Merge pull request #479 from arturadib/exec-flags 14 years ago
Julian Viereck 845230d8b0 Ensure fonts loaded in caes you load fonts out of line 14 years ago
Julian Viereck 9e84dd35b6 Add Objects.clear() and fallback for testStr in FontMeasure 14 years ago
Kalervo Kujala 07254bb0a5 Fix small lint warnings. 14 years ago
Julian Viereck fa9f9e0a7a Fix rebasing 14 years ago
Julian Viereck 22e938d53f Addd font logs 14 years ago
Julian Viereck 18ce3ebaed Just use imageData directly on Gecko 14 years ago
Julian Viereck 9d2806ec87 Use canvas measureText to detect font loading 14 years ago
Julian Viereck 966cbc2112 Add FontShape.getRule which returns the name for the ctx object 14 years ago
Julian Vierec 86681a8d25 Add Objects.setData and Promise.data to set the data before the object/promise is resolved 14 years ago
Julian Viereck 6dcf9f42a5 Make font processing happen in a worker 14 years ago
Julian Viereck e9fff5968e Remove worker/boot.js 14 years ago
Julian Viereck 9eb7858586 Fix 14 years ago
Julian Viereck d639a9a94a Remove no longer needed worker files, rename boot to boot_processor 14 years ago
Julian Viereck 6e9306afd2 Remove console.logs from previous commit again 14 years ago
Julian Viereck e15bfc00a0 Fixing font loading issues 14 years ago
Julian Viereck dd9aea21e9 Trying to implement progressive font rendering. Works on FF, but Chrome doesn't catchup the fonts 14 years ago
Julian Viereck ac11f30ae9 Send JpegStreams to the main thread ASAP. No need for ImagesLoader anymore 14 years ago
Julian Viereck 32ae879219 Stop the execution if it takes longer then a certain amount of time and reshedule it 14 years ago
Julian Viereck a228753414 Add missing metrics.js for worker 14 years ago
Vivien Nicolas a217e7a121 Merge remote branch 'upstream/master' into metrics 14 years ago
Artur Adib 1a79f3fb43 Changed exec flags of non-exec files (chmod -x) 14 years ago
Julian Viereck 90da4fc831 Ensure to call the pageDone callback after it's really done 14 years ago
Julian Viereck 342547831d Adding back bug in constructInterpolatedFromIR to get refTest passing in openweb.pdf 14 years ago
Julian Viereck cda4c04312 Removing some console.log statements. 14 years ago
Julian Viereck c370b8a428 Ensure things work for default fonts like Arial 14 years ago
Julian Viereck a2bf701bfe Implement endInlineImage IR 14 years ago
Julian Viereck 7ee894c09c fontFile doesn't have to be a FlateStream. complex_ttf_font.pdf 14 years ago
Julian Viereck 2b7ff49d8d Fix constructInterpolatedFromIR + fix indexing i that should be j 14 years ago
Julian Viereck 755399a755 Fix TilingPattern + implement DummyShading IR form 14 years ago
Julian Viereck 9dcefe1efc Add PDFFunction to IR support + complete ColorSpace SeparationCS IR support 14 years ago
Julian Viereck 8572c29c55 Fix missing parameter for RadialAxialShading 14 years ago
Julian Viereck 4e3f87b60c Make ColorSpace Separation work as long as no IR form is needed for now 14 years ago
Julian Viereck fea3388c41 Make testdriver use new worker infrastructure 14 years ago