728 Commits (e9b6ffbaf6cae2bea5908be90b31c6f7f4a778c2)

Author SHA1 Message Date
Julian Viereck e9b6ffbaf6 Kill global objects 14 years ago
Julian Viereck 88e78fa6f9 Add new PDFObjects that replaces former (global) Objects. There is no direct access to the promise anymore. Objects are still instantiated globally for now 14 years ago
Julian Viereck 4484482bcf Add comments for the kExecutionTime/Check in CanvasGraphics 14 years ago
Julian Viereck ecb622c5ea Remove isGecko detection for now 14 years ago
Julian Viereck 9c58cd4817 Don't add a dependency to the array if the array already contains it 14 years ago
Julian Viereck 0e8952681b Add missing resolve for font obj and make sure image objs ids are strings as well 14 years ago
Julian Viereck e6bd3d8105 Backup 14 years ago
Julian Viereck 86b8f12b92 Ensure dependent font data is available before calling startRenderingIRQueue 14 years ago
Julian Viereck cc661f44af Fix regression in PDFFunction 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 8e36114cfa If the font isn't supported, don't handle it 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
Julian Viereck 18ce3ebaed Just use imageData directly on Gecko 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 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 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 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 89afa69395 Fix rendering of fonts on Firefox + turn worker on again. 14 years ago
Julian Viereck 7e3bbccaae Add dependency management for loading images that causes the execution to halt if the dependency isn't satisfied during executing time 14 years ago
Julian Viereck e7b636dba4 Flattern the IRQueue to make it easier to reexecute and have no nested state 14 years ago
Julian Viereck 2269bcccfa [Cleanup] Remove no longer needed Patter.parse and TilingPattern. functions 14 years ago
Julian Viereck 790816bbdd Use all over the place and cleanup/renomve not longer needed code 14 years ago
Julian Viereck a7d1c84c92 Make ColorSpace.parse use ColorSpace.toIR and .fromIR to make use of only one codepath 14 years ago
Julian Viereck 1c30fda577 Implement ColorSpace IR forms for Pattern and Indexed 14 years ago
Julian Viereck a83f49133e [Cleanup] Renomve no longer needed RadialAxialShading.prototype.getPattern as toIR is called all the time 14 years ago
Julian Viereck f369bd3ed0 [Cleanup] Rename Raw to IR 14 years ago
Julian Viereck e7fa637bf4 Remove no longer needed code and rename IR forms to the standard ones 14 years ago
Julian Viereck 62afa95fe1 Add support for image xObjs with imageMask 14 years ago
Julian Viereck d887d2bd29 Implement paintReadyJpegXObject + add infrastructure to handle JpegStreams 14 years ago
Julian Viereck 5bfa9e4f3b Add some comments + fix getColorN_IR_Pattern 14 years ago
Julian Viereck 5543d6f448 Move getting the Pattern from IR form out and make setStrokeColorN_IR work 14 years ago
Julian Viereck 9e3de8b339 Add shading support for setFillColorN_IR - is that used at all? 14 years ago
Julian Viereck cdc937a1a4 Fix missing curMatrix variable bug to get TM paper work in Nightly 14 years ago
Julian Viereck c77c6d524c Add setFillColorN_IR by implementing new TilingPatternIR 14 years ago
Julian Viereck ac4a57e858 Refactor to execute IR on main thead by posting messages to itself 14 years ago