Commit Graph

  • f08aafa72a add loading status Muhammad Fikri 2011-09-21 11:49:09 +07:00
  • 7751b83821 Merge pull request #504 from notmasteryet/tree-21 Chris Jones 2011-09-20 18:12:13 -07:00
  • e41e1d1857 Merge pull request #503 from brendandahl/encodingdiff vingtetun 2011-09-20 17:29:03 -07:00
  • dcd4f2ea61 Add LF to isSpace; pass ImageLoader when a pattern is processed notmasteryet 2011-09-20 19:04:12 -05:00
  • 31d64af855 Handle missing encoding differences array = 2011-09-20 15:42:52 -07:00
  • f3c20150bd Fix lint errors and add metrics.js and charsets.js to the default set of pdf files in the Makefile Vivien Nicolas 2011-09-20 04:26:37 +02:00
  • 42859177fd Merge with upstream Vivien Nicolas 2011-09-20 03:56:33 +02:00
  • 06a3b49e49 Merge with upstream Vivien Nicolas 2011-09-20 03:42:34 +02:00
  • 7df39bb065 Merge pull request #492 from notmasteryet/tree-19 Andreas Gal 2011-09-19 16:12:10 -07:00
  • a0c58a5b73 Merge pull request #498 from kkujala/master vingtetun 2011-09-19 14:28:07 -07:00
  • 74cddad433 Align switch cases properly. Kalervo Kujala 2011-09-19 23:17:58 +03:00
  • 230fc48ccd Add links to subscribe to mailing list. Julian Viereck 2011-09-19 21:11:14 +03:00
  • abce61cb57 Merge pull request #497 from notmasteryet/tree-20 vingtetun 2011-09-19 07:37:34 -07:00
  • 7a81e79138 Merge pull request #466 from notmasteryet/charstoglyphs vingtetun 2011-09-19 07:34:46 -07:00
  • 999487444d removing onload from driver.js notmasteryet 2011-09-19 07:06:20 -05:00
  • 7038238209 Merge pull request #493 from notmasteryet/tree-20 Andreas Gal 2011-09-18 22:41:42 -07:00
  • 8b96bee3ef Merge pull request #495 from notmasteryet/otf-loca Andreas Gal 2011-09-18 22:39:27 -07:00
  • ebb9d7dd2c Fix for 16-bit 'loca' table notmasteryet 2011-09-18 22:44:25 -05:00
  • f401a64eb2 Sanitize 'loca' font table: some fonts have first glyph with length 10 notmasteryet 2011-09-18 21:25:05 -05:00
  • 7036bcd4c7 Zero gjslint warnings mark notmasteryet 2011-09-18 14:44:57 -05:00
  • 1c5b1cbc34 Fixing the CID to GID mapping for cid fonts (regression of arial_unicode_XX_cidfont.pdf) notmasteryet 2011-09-18 12:08:52 -05:00
  • e59a36a015 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs notmasteryet 2011-09-18 09:11:53 -05:00
  • 391ec1f99a Moving defaultWidth into the charsToGlyphs function notmasteryet 2011-09-18 09:11:31 -05:00
  • 537eb8f47b Merge pull request #488 from notmasteryet/issue-484-a Chris Jones 2011-09-17 19:42:13 -07:00
  • 850cc6ce81 Merge pull request #486 from notmasteryet/tree-16 Chris Jones 2011-09-17 19:41:04 -07:00
  • b875c98550 Merge pull request #491 from notmasteryet/cmap-2 Andreas Gal 2011-09-17 15:21:39 -07:00
  • 1f047495b1 Fixing large cmap-s; reduce changes in the indent encoding notmasteryet 2011-09-17 17:13:22 -05:00
  • 0b1b8da982 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs notmasteryet 2011-09-17 11:23:34 -05:00
  • fe01091053 Merge pull request #489 from notmasteryet/tree-18 Andreas Gal 2011-09-17 09:04:49 -07:00
  • 1d00b89285 Modifying how the artofwar encryption handled; add wdsg_fitc as reftest notmasteryet 2011-09-17 10:32:42 -05:00
  • fc574f646a Fixing double metrics issue for glyphs (#484) notmasteryet 2011-09-16 22:49:43 -05:00
  • 559bd070bf Fixing lint long lines warnings notmasteryet 2011-09-16 19:53:52 -05:00
  • 82745def0a Merge pull request #482 from ironymark/master vingtetun 2011-09-16 17:41:09 -07:00
  • 530d78e0f8 Added myself to the license (yay!) Tweaked according to comments in pull request #482 Adil Allawi 2011-09-16 23:55:06 +01:00
  • 870de2f7f3 Add opentype ascender, descender and units-per-em to font properties Prefer font ascender, descender when creating OS/2 table scale PDF ascender and descender in OS/2 table by font units per em if it exists Fix the truetype font header to prevent Windows rejecting a Mac truetype font Adil Allawi 2011-09-16 13:50:11 +01:00
  • cac74d7cb3 Fix OS/2 table to match font yMax and yMin from head table Adil Allawi 2011-09-15 23:23:22 +01:00
  • cc661f44af Fix regression in PDFFunction Julian Viereck 2011-09-16 09:32:10 -07:00
  • 00290b9ff4 Rename some stuff and add missing font_handler.js Julian Viereck 2011-09-16 09:04:12 -07:00
  • 418c1d5454 Merging #478 #483 Artur Adib 2011-09-16 08:45:20 -07:00
  • e2b1cf1baf Minor Artur Adib 2011-09-15 16:39:18 -07:00
  • f3745f7c13 New README, .gitignores; Makefile Artur Adib 2011-09-15 16:28:38 -07:00
  • bc91b98fc8 Addressing comments by Vivien Artur Adib 2011-09-15 11:14:55 -07:00
  • 3476364886 Moved helloworld/ to examples/helloworld/ Artur Adib 2011-09-15 09:28:58 -07:00
  • 6e29034912 Hello World example Artur Adib 2011-09-14 17:34:29 -07:00
  • 921f8bd669 Tried to add a destroy function to free memeory, but doesn't seem to help Julian Viereck 2011-09-16 08:09:58 -07:00
  • 20d8a13c9e Don't stop executeIRQueue if there is no continueCallback. What a wonderful world it would be with generators :( Julian Viereck 2011-09-16 00:22:20 -07:00
  • 0f6bf30228 Add dependency for dependecies on sub getIRQueue Julian Viereck 2011-09-16 00:11:23 -07:00
  • 8f21f87fd9 Add firstPage option to tasks to speed up testing certain pages Julian Viereck 2011-09-15 23:36:08 -07:00
  • 06cef910fb Cleanup Moz support in FontLoader Julian Viereck 2011-09-15 23:27:22 -07:00
  • 16e4d4ed97 Add support for WebKit using measure on canvas method Julian Viereck 2011-09-15 23:14:35 -07:00
  • 5ecbc64d8d Backup Julian Viereck 2011-09-15 22:46:44 -07:00
  • 8e36114cfa If the font isn't supported, don't handle it Julian Viereck 2011-09-15 21:54:47 -07:00
  • f57972d925 Merge branch '07254bb0a5' notmasteryet 2011-09-15 22:16:09 -05:00
  • 582b760a65 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into charstoglyphs notmasteryet 2011-09-15 19:50:55 -05:00
  • a0ef97fb60 Transfer defaultWidth for files without the file notmasteryet 2011-09-15 19:32:36 -05:00
  • 10a2fa66c2 Fixing defaultWidth; variables names notmasteryet 2011-09-15 19:26:32 -05:00
  • 28ea0cef7e Merge pull request #479 from arturadib/exec-flags Chris Jones 2011-09-15 16:01:02 -07:00
  • 845230d8b0 Ensure fonts loaded in caes you load fonts out of line Julian Viereck 2011-09-15 15:08:53 -07:00
  • 9e84dd35b6 Add Objects.clear() and fallback for testStr in FontMeasure Julian Viereck 2011-09-15 14:06:24 -07:00
  • 07254bb0a5 Fix small lint warnings. Kalervo Kujala 2011-09-15 23:32:44 +03:00
  • fa9f9e0a7a Fix rebasing Julian Viereck 2011-09-15 10:18:16 -07:00
  • 22e938d53f Addd font logs Julian Viereck 2011-09-14 20:26:47 -07:00
  • 18ce3ebaed Just use imageData directly on Gecko Julian Viereck 2011-09-14 10:08:10 -07:00
  • 9d2806ec87 Use canvas measureText to detect font loading Julian Viereck 2011-09-14 07:55:15 -07:00
  • 966cbc2112 Add FontShape.getRule which returns the name for the ctx object Julian Viereck 2011-09-13 07:59:24 -07:00
  • 86681a8d25 Add Objects.setData and Promise.data to set the data before the object/promise is resolved Julian Vierec 2011-09-13 07:49:35 -07:00
  • 6dcf9f42a5 Make font processing happen in a worker Julian Viereck 2011-09-09 18:17:56 -07:00
  • e9fff5968e Remove worker/boot.js Julian Viereck 2011-09-09 18:16:22 -07:00
  • 9eb7858586 Fix Julian Viereck 2011-09-09 18:14:42 -07:00
  • d639a9a94a Remove no longer needed worker files, rename boot to boot_processor Julian Viereck 2011-09-09 16:45:41 -07:00
  • 6e9306afd2 Remove console.logs from previous commit again Julian Viereck 2011-09-09 16:29:50 -07:00
  • e15bfc00a0 Fixing font loading issues Julian Viereck 2011-09-09 19:35:45 -07:00
  • dd9aea21e9 Trying to implement progressive font rendering. Works on FF, but Chrome doesn't catchup the fonts Julian Viereck 2011-09-09 16:15:51 -07:00
  • ac11f30ae9 Send JpegStreams to the main thread ASAP. No need for ImagesLoader anymore Julian Viereck 2011-09-09 11:20:55 -07:00
  • 32ae879219 Stop the execution if it takes longer then a certain amount of time and reshedule it Julian Viereck 2011-09-09 09:58:44 -07:00
  • a228753414 Add missing metrics.js for worker Julian Viereck 2011-09-15 13:13:00 -07:00
  • a217e7a121 Merge remote branch 'upstream/master' into metrics Vivien Nicolas 2011-09-15 20:07:38 +02:00
  • 1a79f3fb43 Changed exec flags of non-exec files (chmod -x) Artur Adib 2011-09-15 09:33:19 -07:00
  • 90da4fc831 Ensure to call the pageDone callback after it's really done Julian Viereck 2011-09-09 09:24:31 -07:00
  • 342547831d Adding back bug in constructInterpolatedFromIR to get refTest passing in openweb.pdf Julian Viereck 2011-09-09 08:47:12 -07:00
  • cda4c04312 Removing some console.log statements. Julian Viereck 2011-09-08 19:28:15 -07:00
  • c370b8a428 Ensure things work for default fonts like Arial Julian Viereck 2011-09-08 18:34:54 -07:00
  • a2bf701bfe Implement endInlineImage IR Julian Viereck 2011-09-08 17:55:38 -07:00
  • 7ee894c09c fontFile doesn't have to be a FlateStream. complex_ttf_font.pdf Julian Viereck 2011-09-08 17:23:38 -07:00
  • 2b7ff49d8d Fix constructInterpolatedFromIR + fix indexing i that should be j Julian Viereck 2011-09-08 16:22:06 -07:00
  • 755399a755 Fix TilingPattern + implement DummyShading IR form Julian Viereck 2011-09-08 15:48:52 -07:00
  • 9dcefe1efc Add PDFFunction to IR support + complete ColorSpace SeparationCS IR support Julian Viereck 2011-09-08 14:52:59 -07:00
  • 8572c29c55 Fix missing parameter for RadialAxialShading Julian Viereck 2011-09-08 13:51:13 -07:00
  • 4e3f87b60c Make ColorSpace Separation work as long as no IR form is needed for now Julian Viereck 2011-09-08 12:44:55 -07:00
  • fea3388c41 Make testdriver use new worker infrastructure Julian Viereck 2011-09-08 10:44:50 -07:00
  • 89afa69395 Fix rendering of fonts on Firefox + turn worker on again. Julian Viereck 2011-09-08 09:46:01 -07:00
  • 7e3bbccaae Add dependency management for loading images that causes the execution to halt if the dependency isn't satisfied during executing time Julian Viereck 2011-09-07 19:50:05 -07:00
  • e7b636dba4 Flattern the IRQueue to make it easier to reexecute and have no nested state Julian Viereck 2011-09-07 17:55:44 -07:00
  • 443bb84cd6 Add very simple Promise object Julian Viereck 2011-09-07 17:15:35 -07:00
  • 2269bcccfa [Cleanup] Remove no longer needed Patter.parse and TilingPattern. functions Julian Viereck 2011-09-07 17:06:16 -07:00
  • 790816bbdd Use all over the place and cleanup/renomve not longer needed code Julian Viereck 2011-09-07 17:02:01 -07:00
  • a7d1c84c92 Make ColorSpace.parse use ColorSpace.toIR and .fromIR to make use of only one codepath Julian Viereck 2011-09-07 16:29:03 -07:00
  • 1c30fda577 Implement ColorSpace IR forms for Pattern and Indexed Julian Viereck 2011-09-07 16:25:51 -07:00
  • a83f49133e [Cleanup] Renomve no longer needed RadialAxialShading.prototype.getPattern as toIR is called all the time Julian Viereck 2011-09-07 16:13:41 -07:00
  • f369bd3ed0 [Cleanup] Rename Raw to IR Julian Viereck 2011-09-07 16:09:49 -07:00