8877 Commits (0be8e72d6fe45a38f49a2b4bcfd12e981d0a3ecc)
 

Author SHA1 Message Date
Yury Delendik 4a44a2c7dc Merge pull request #7098 from Snuffleupagus/uint32-checksums 9 years ago
Yury Delendik 6038c236b2 Removes core/stream circular dependency on core/parser. 9 years ago
Jonas Jenwald d78fae0181 Ensure that TrueType font tables have `uint32` checksums 9 years ago
Tobias Schneider 708895ffba Let print canvas height scale proportionally 9 years ago
Tobias Schneider aeabd0db20 Fix insertion of blank pages during printing due to non-matching page sizes 9 years ago
Yury Delendik 21ed8ff71d Merge pull request #7039 from prometheansacrifice/async-cmap-factory 9 years ago
Manas f6d28ca323 Refactors CMapFactory.create to make it async 9 years ago
Tim van der Meij 7ad8f3a6f0 Merge pull request #7093 from Snuffleupagus/gulp-importl10n-dir-fix 9 years ago
Jonas Jenwald 41e5fa3c7a Use the correct path when checking if a `/l10n` directory exists, to avoid errors during `gulp importl10n` (PR 7063 followup) 9 years ago
Brendan Dahl 56f5c3a5ff Merge pull request #7088 from Snuffleupagus/issue-6957 9 years ago
Jonas Jenwald 91756f6e86 Pass the `PDFJS.postMessageTransfer` parameter to the worker, so that the `MessageHandler` can be setup correctly in `createDocumentHandler` (issue 6957) 9 years ago
Jonas Jenwald 122d473239 Merge pull request #7084 from timvandermeij/gulp-fix 9 years ago
Tim van der Meij 2b6d7ba3ec Gulp: allow passing parameters and revert one `node make` renaming 9 years ago
Yury Delendik c6d2b7f9d9 Merge pull request #6906 from KamiHQ/fix-printing 9 years ago
Yury Delendik 8ba413e761 Better errors capturing at the core and stop rendering on error. 9 years ago
Jonas Jenwald cd2bd057ab Refactor the building of `toFontChar` for non-embedded fonts 9 years ago
Tim van der Meij 4784863ef7 Merge pull request #7069 from Snuffleupagus/TrueType-recover-glyphNames 9 years ago
Jonas Jenwald dfe9015a43 Convert `uniXXXX` glyph names to proper ones when building the `charCodeToGlyphId` map for TrueType fonts (bug 1132849, issue 6893, issue 6894) 9 years ago
Tim van der Meij 147598417c Merge pull request #7046 from a0preetham/zero_descent_fix 9 years ago
Yury Delendik 4065a21f8c Merge pull request #7029 from Snuffleupagus/PDFThumnailView-refactor-canvas-to-image 9 years ago
Yury Delendik b540d7d6dc Merge pull request #7063 from timvandermeij/gulp 9 years ago
Tim van der Meij 96cca2b37a Migrate `clean` and `importl10n` target to gulp 9 years ago
Tim van der Meij b8aaa24257 Convert all `node make` instances to `gulp` 9 years ago
Tim van der Meij ec1cf28679 Merge pull request #7061 from yurydelendik/gulp 9 years ago
Yury Delendik 262d1e0863 Import L10n files. 9 years ago
Yury Delendik 9798e1007e Introducing gulp. 9 years ago
Preetham Mysore be1e12dbcb Fix for descent calculation while reading font hhea headers 9 years ago
Tim van der Meij 51f6aba0a0 Merge pull request #7054 from timvandermeij/fix-typo 9 years ago
Tim van der Meij f4bb23a66b Correct a minor name issue in the outline viewer code 9 years ago
Tim van der Meij d302ac612e Merge pull request #6943 from Snuffleupagus/outline-styles 9 years ago
Yury Delendik e1906035ca Merge pull request #7052 from yurydelendik/issue7048 9 years ago
Yury Delendik a022f6f069 Reverts back un-need change made at #6879. 9 years ago
Jonas Jenwald 8402c79171 Merge pull request #7050 from brendandahl/issue4402 9 years ago
Jonas Jenwald 9b126711cd Add support for bold/italic styled outline items in the viewer 9 years ago
Brendan Dahl a6acf74b54 Merge pull request #7023 from brendandahl/issue6721 9 years ago
Brendan Dahl 6e1d131384 For CIDFontType2 use CID as glyph ID when missing CID to GID map. 9 years ago
Brendan Dahl 6b1de4aa38 Merge pull request #7049 from Snuffleupagus/issue-7020 9 years ago
Brendan Dahl ff87f3fb86 Only draw glyphs on canvas if they are in the font or the font file is missing. 9 years ago
Jonas Jenwald 505f15f221 Avoid accidentally getting the entire font file in `readNameTable` (issue 7020) 9 years ago
Yury Delendik 22341c0761 Merge pull request #6879 from yurydelendik/streams 9 years ago
Tim van der Meij 4d9a3d4fb9 Merge pull request #7040 from Snuffleupagus/remove-PDFThumbnailViewer_ensureThumbnailVisible 9 years ago
Jonas Jenwald 39cba5d25d Remove `PDFThumbnailViewer_ensureThumbnailVisible` 9 years ago
Jonas Jenwald b5582e14a9 [PDFThumbnailView] Re-factor the `canvas` to `image` conversion such that we always render to a `canvas`, and then replace it with an `image` once rendering is done 9 years ago
Tim van der Meij 9ff6c83bb6 Merge pull request #7038 from Snuffleupagus/refactor-sidebar 9 years ago
Jonas Jenwald 67a1dfcfb5 Move the sidebar related code from viewer.js into `PDFSidebar` 9 years ago
Jonas Jenwald 21f048234d Refactor how `PDFOutlineView`/`PDFAttachmentView` is initialized in viewer.js, rename the classes, and refactor their `render` methods 9 years ago
Tim van der Meij 7cb3c365ca Merge pull request #7035 from Snuffleupagus/issue-7034 9 years ago
Tim van der Meij 915eac3d20 Merge pull request #7036 from Snuffleupagus/svg-example-set-cmap-url 9 years ago
Jonas Jenwald 4a6575643b [SVG] Specify the `PDFJS.cMapUrl`/`PDFJS.cMapPacked` parameters in the svgviewer example 9 years ago
Tim van der Meij 0c19d84911 Merge pull request #7031 from Snuffleupagus/outline-default-title 9 years ago