9095 Commits (3e77cf6b32188bfe433fa48567418576dcdb7700)
 

Author SHA1 Message Date
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
Jonas Jenwald c7a44391cf Add a `reset` method to `PDFFindbar`, and use it to clear parts of the find UI when the document is closed 9 years ago
Jonas Jenwald e7d039dbce Ensure that `PDFFindController_reset` actually resets *all* state (issue 7034) 9 years ago
Jonas Jenwald 9bcbd4d872 Add a default title for outline items, to prevent display issues if the title is missing 9 years ago
Tim van der Meij 2b813c0ca4 Merge pull request #7030 from Snuffleupagus/PDFThumbnailView-remove-hasImage 9 years ago
Jonas Jenwald 95aa8b0415 Remove the `hasImage` property from `PDFThumbnailView` 9 years ago
Jonas Jenwald 05917b65d5 Merge pull request #7016 from timvandermeij/annotations-missing-popup 9 years ago
Tim van der Meij ad31e52a26 Group popup creation code and apply it to more annotation types 9 years ago
Jonas Jenwald 41efb92d3a Merge pull request #6988 from timvandermeij/fileattachment-annotation 9 years ago
Tim van der Meij 0351c7eff4 Move the `getFileName` helper function to the core 9 years ago
Tim van der Meij 10902fd882 Implement unit and reference testing for FileAttachment annotations 9 years ago
Tim van der Meij 6a33dfd13a Implement support for FileAttachment annotations 9 years ago
Tim van der Meij c53581f4e5 Merge pull request #7009 from KamiHQ/annotations-fix 9 years ago
Tim van der Meij ebe6fb2560 Merge pull request #7012 from KamiHQ/fix-annotation-popup 9 years ago
Xiliang Chen 6762ff2fd6 don't render highlight/underline/squiggly/strikeout annotations that doesn't have popup 9 years ago
Xiliang Chen 266cedd960 always expose data.title and data.content 9 years ago
Brendan Dahl 0629fd0afa Merge pull request #7007 from Snuffleupagus/bug-1248959 9 years ago
Yury Delendik 0d591719d9 Makes PDF data reading Streams API friendly. 9 years ago
Jonas Jenwald f64113c927 [Addon] Catch errors in `getFindBar` (in PdfStreamConverter.jsm) to fix loading of PDF files in the bookmark sidebar (bug 1248959) 9 years ago
Jonas Jenwald 8cdb69634f Merge pull request #6984 from Snuffleupagus/issue-6066 9 years ago
Jonas Jenwald a494e33776 Update `JpegImage.getData` to support `forceRGBoutput` for images with `numComponents === 1` (issue 6066) 9 years ago
Tim van der Meij 9eedfc128c Merge pull request #6998 from Snuffleupagus/outline-styles-core 9 years ago
Jonas Jenwald 7cf9de2c17 [api-minor] Change `getOutline` to actually return the RGB color of outline items 9 years ago
Jonas Jenwald 45fea8808e Merge pull request #6985 from timvandermeij/xhtml-leftovers 9 years ago
Tim van der Meij 05e080c802 Merge pull request #6987 from timvandermeij/readme 9 years ago
Tim van der Meij eeeebe8061 Remove Opera from the README file as they removed the extension 9 years ago
Tim van der Meij edb2eecdc8 Remove XHTML leftovers from the viewer HTML files 9 years ago
Jonas Jenwald 98db068079 Reduce the overall indentation level in `Catalog_readDocumentOutline`, by using early returns, in order to improve readability 9 years ago
Tim van der Meij e9a1a47d28 Merge pull request #6982 from Snuffleupagus/evaluator-remove-getAll 9 years ago
Tim van der Meij addc4a3ded Merge pull request #6856 from KamiHQ/remove-has-html 9 years ago
Tim van der Meij cd9d134af3 Merge pull request #6939 from LilyBin/uglifyjs 9 years ago
Jonas Jenwald 1ee016b005 Remove `Dict_getAll` since it is now unused 9 years ago
Jonas Jenwald 93ea866f01 Remove `getAll` from `EvaluatorPreprocessor_read` 9 years ago