22 Commits (0e14a2fb28cade45240da6d9b9b92b4bd18d81f1)

Author SHA1 Message Date
notmasteryet 0e14a2fb28 Using native HTML hyperlinks for bookmark/link navigation 14 years ago
Kalervo Kujala 092235a56f Fix lint errors. 14 years ago
mohansun 35cc5f9965 fix for the issue:https://github.com/andreasgal/pdf.js/issues/360 14 years ago
Kalervo Kujala 8ffbf683b8 Add more debug data to error-logs. 14 years ago
notmasteryet 3aa6e38f01 Switching to the document outline view if the document structure is present 14 years ago
notmasteryet 3e0c0de985 Fixing bookmarks for PDF32000 14 years ago
notmasteryet 3b940c4bcd 'GoTo' action/links; document outline (no UI) 14 years ago
notmasteryet 1e8090c19d brace fix 14 years ago
notmasteryet c2eaa55cd9 Move scale out of pdf.js 14 years ago
notmasteryet 5c7ecbfa28 Basic annotation link support 14 years ago
Kalervo Kujala eebb47c072 Refactor the line that is longer than 80 characters in web/viewer.js. 14 years ago
Kalervo Kujala f656e841ac Correct the coding style according to gjslint. 14 years ago
Brendan Dahl 4377eed920 Adding support for page rotation 14 years ago
Vivien Nicolas bf86d1bec8 Use Tango Public Domain icons and add some small tweaks to viewer.js 14 years ago
Vivien Nicolas 26bf2735fd Add a cache system to limit the amount of ram used 14 years ago
Vivien Nicolas 0edb6546a5 Unify the multi_page_viewer and the basic viewer 14 years ago
Vivien Nicolas f1a8a98757 Make viewer.js compatible with the content type handler addon 14 years ago
Chris Jones 452ba3d85b #123, part 2: move more PDF-page rendering stuff into pdf.js 14 years ago
Rob Sayre f5a3587dde Almost passing gjslint. 14 years ago
Rob Sayre 7f5c7a3130 Add Makefile. Move some files around to make building the website easier. 14 years ago
Chris Jones 2dc1ff98ac built-in fonts are not cached 14 years ago
Chris Jones a564076b22 add another hackity hack to detect font loaded-ness 14 years ago
notmasteryet 5ece4da552 the "hieght" and the 72dpi<->96dpi fixes 14 years ago
notmasteryet 8a044058f3 Support for multi-size page PDFs 14 years ago
notmasteryet 5d154e04bf Support for multi-size page PDFs 14 years ago
Vivien Nicolas 1a141cbf17 Add a 'scale' url parameter 14 years ago
Vivien Nicolas 69c1a54971 Add a 'scale' url parameter 14 years ago
Andreas Gal cdb8788865 nits 14 years ago
Andreas Gal f317eae084 nits 14 years ago
Vivien Nicolas 07ca9bfec5 Start adding a FontLoader class to isolate the font-loaded hack 14 years ago
Vivien Nicolas 86f197daba Start adding a FontLoader class to isolate the font-loaded hack 14 years ago
Julian Viereck 4b27045d2e Ensure divs used to make fonts load are not visible 14 years ago
Julian Viereck 171ab51c56 Ensure divs used to make fonts load are not visible 14 years ago
Julian Viereck f32dfa9414 Fix sending image data to main thread 14 years ago
Julian Viereck 37ee56a705 Fix sending image data to main thread 14 years ago
Chris Jones 92fa629d10 use strict mode and fix violators 14 years ago
Chris Jones 23e19c08b1 use strict mode and fix violators 14 years ago
Vivien Nicolas e62bd48a9e Use strict mode for js files 14 years ago
Vivien Nicolas f4282f9802 Use strict mode for js files 14 years ago
Andreas Gal 22efbb3af3 rename test.html to viewer.html 14 years ago
Andreas Gal 3f5974da32 rename test.html to viewer.html 14 years ago
Vivien Nicolas 9eae948c2e Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop 14 years ago
Vivien Nicolas 741191e372 Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop 14 years ago
Vivien Nicolas 4bd3308b78 Do not assume charset is defined and move some fonts timing to the right place 14 years ago
Vivien Nicolas e475d03675 Do not assume charset is defined and move some fonts timing to the right place 14 years ago
Vivien Nicolas 3dbfde89a3 Resolve the char->glyphs mapping issue 14 years ago
Vivien Nicolas c9e0b05678 Resolve the char->glyphs mapping issue 14 years ago
Vivien Nicolas d565193cbd Get rid of the PostScript interpreter (part 1) 14 years ago
Vivien Nicolas 650ed04a70 Get rid of the PostScript interpreter (part 1) 14 years ago
Vivien Nicolas 78e36888fd Add Encodings.js and change the code to generate a CharSet per font, this will allow future changes to the OpenType font generator 14 years ago