Julian Viereck
|
20a348fc0c
|
Fix lint errors
|
14 years ago |
Julian Viereck
|
90e2546ea3
|
Process fonts on main thread again - font handling works again
|
14 years ago |
Julian Viereck
|
75884a6160
|
Hack something up that renders font right again
|
14 years ago |
Julian Viereck
|
8929e6b349
|
Move WorkerPDFDoc to pdf.js. Rename PDFDoc -> PDFDocModel + WorkerPDFDoc -> PDFDoc. This is required until the worker code doesn't depend on an PDFDoc instance anymore
|
14 years ago |
Julian Viereck
|
d7521f758a
|
Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code
|
14 years ago |
Julian Viereck
|
86b8f12b92
|
Ensure dependent font data is available before calling startRenderingIRQueue
|
14 years ago |
Kalervo Kujala
|
2094c29169
|
Use data directly in PDFDoc.
And create the Stream inside the PDFDoc constructor for a cleaner interface.
Also encapsulate unnecessary details from the user.
|
14 years ago |
notmasteryet
|
7036bcd4c7
|
Zero gjslint warnings mark
|
14 years ago |
Julian Viereck
|
00290b9ff4
|
Rename some stuff and add missing font_handler.js
|
14 years ago |
Kalervo Kujala
|
07254bb0a5
|
Fix small lint warnings.
|
14 years ago |
Julian Viereck
|
e9fff5968e
|
Remove worker/boot.js
|
14 years ago |
Julian Viereck
|
9eb7858586
|
Fix
|
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
|
a228753414
|
Add missing metrics.js for worker
|
14 years ago |
Julian Viereck
|
cda4c04312
|
Removing some console.log statements.
|
14 years ago |
Julian Viereck
|
a2bf701bfe
|
Implement endInlineImage IR
|
14 years ago |
Julian Viereck
|
790816bbdd
|
Use all over the place and cleanup/renomve not longer needed code
|
14 years ago |
Julian Viereck
|
d887d2bd29
|
Implement paintReadyJpegXObject + add infrastructure to handle JpegStreams
|
14 years ago |
Julian Viereck
|
ac4a57e858
|
Refactor to execute IR on main thead by posting messages to itself
|
14 years ago |
Julian Viereck
|
a3baea5fcb
|
Make shadingFill IR form
|
14 years ago |
Julian Viereck
|
89167c0b40
|
Saving last work
|
14 years ago |
Julian Viereck
|
aa8699a334
|
Don't display cmds used on the page by default + turn on worker support for now again
|
14 years ago |
Julian Viereck
|
eca8f6b80b
|
Working towards embedded image support
|
14 years ago |
Julian Viereck
|
cc17707da6
|
First page is rendering using new worker infrastructure
|
14 years ago |
Julian Viereck
|
71ff8ee586
|
backup
|
14 years ago |
Kalervo Kujala
|
8e5a8fb49f
|
Fix Mode comment lines.
|
14 years ago |
Rob Sayre
|
f5a3587dde
|
Almost passing gjslint.
|
14 years ago |
notmasteryet
|
a82536881d
|
Compatibility hacks for IE, Opera, Safari
|
14 years ago |
Julian Viereck
|
391c26b407
|
Make worker work again after latest font changes
|
14 years ago |
notmasteryet
|
5ece4da552
|
the "hieght" and the 72dpi<->96dpi fixes
|
14 years ago |
Julian Viereck
|
31e9bea5c9
|
Make worker code work with latest font code changes
|
14 years ago |
Julian Viereck
|
803139127a
|
Use Font.prototype.bindDOM to insert fonts on page
|
14 years ago |
Julian Viereck
|
1ac7064cad
|
Add more timing logs
|
14 years ago |
Julian Viereck
|
23e9064f17
|
Make all fonts render. Use encoding from FontWorker. Render canvas if id!=0 although fonts haven't arrived yet.
Conflicts:
worker/pdf.js
|
14 years ago |
Julian Viereck
|
c1834c1bb5
|
Make sure to reset callbacks array and get more fonts working
|
14 years ago |
Julian Viereck
|
b00df76044
|
First pass on FontWorker
|
14 years ago |
Julian Viereck
|
c712712e67
|
Move all worker related files under worker/
|
14 years ago |