Julian Viereck
|
e98eba1b11
|
Merge pull request #2127 from jviereck/text-algo-3
Use the text extracted in the getTextContent function for the divs of the textLayer.
|
13 years ago |
Yury Delendik
|
574d626f04
|
Merge pull request #1906 from brendandahl/use-plain-blob
Use Blob constructor when available instead of deprecated MozBlobBuilder.
|
13 years ago |
Brendan Dahl
|
de343b0297
|
Merge pull request #2153 from yurydelendik/rename-fullscreen
Renames fullscreen to presentation mode
|
13 years ago |
Brendan Dahl
|
aa59fd0d24
|
Merge pull request #2146 from yurydelendik/fix-gb-browser
Workaround for android gb browser bug
|
13 years ago |
Yury Delendik
|
6f325ca7e2
|
Merge pull request #2162 from miketaylr/fullscreen-squashed
Fullscreen updates for latest (unprefixed) spec.
|
13 years ago |
Mike Taylor
|
9bc2a065fe
|
Fullscreen updates for latest (unprefixed) spec.
Fixes the camelCase error in requestFullscreen. Replaces document.fullscreen
with a check for document.fullscreenElement.
|
13 years ago |
Brendan Dahl
|
739ee47865
|
Use Blob constructor when available instead of deprecated MozBlobBuilder.
|
13 years ago |
Yury Delendik
|
3c4f7ac072
|
Merge pull request #2160 from ironymark/master
Handle Arabic Ligatures in issue #2141
|
13 years ago |
Julian Viereck
|
f1e0edbaa9
|
Address Yurys review comments
|
13 years ago |
Adil Allawi
|
d382799785
|
Merge branch 'master' of https://github.com/mozilla/pdf.js
|
13 years ago |
Adil Allawi
|
5bc2934014
|
Handle normalization of Arabic Unicode Presentation Forms A to Arabic Unicode
|
13 years ago |
Yury Delendik
|
130447755e
|
Merge pull request #2144 from xsoh/master
Update the Arabic translation
|
13 years ago |
Yury Delendik
|
e3b3706956
|
Merge pull request #2155 from ironymark/master
Fix issue #2141
|
13 years ago |
Adil Allawi
|
c04b4c1679
|
Handle normalization of Arabic Unicode Presentation Forms B to Arabic Unicode
|
13 years ago |
xsoh
|
2d7f3c5cc6
|
Changing some words and fixing spaces
Changing some words and fixing spaces in the translation.
|
13 years ago |
Yury Delendik
|
12a0faadad
|
Renames fullscreen to presentation mode
|
13 years ago |
Brendan Dahl
|
47340d557c
|
Merge pull request #2145 from yurydelendik/fix-export-keyword
Renaming export to exportData
|
13 years ago |
Julian Viereck
|
e48530d391
|
Fix AppendText after API changes
|
13 years ago |
Yury Delendik
|
75e928c102
|
Merge pull request #2058 from Pimm/master
Small fixes for normal and potential post-compilation bugs
|
13 years ago |
Yury Delendik
|
59eca230fa
|
Merge pull request #2131 from saebekassebil/metadata2
Metadata optimization
|
13 years ago |
Yury Delendik
|
fc6b0e9bf2
|
Workaround for android gb browser bug
|
13 years ago |
Julian Viereck
|
a33ba145bf
|
Don't compute the string for the TextLayer in the canvas backend anymore and change the syntax of appendText
|
13 years ago |
Julian Viereck
|
049b19264c
|
Make lint happy again
|
13 years ago |
Julian Viereck
|
3d0e6da2ff
|
Move some more font conversion into loadFont function to make type3 fonts work for now
|
13 years ago |
Julian Viereck
|
e7894ca07d
|
Fix the driver.js file to handle new TextLayer infrastructure
|
13 years ago |
Julian Viereck
|
36d358fff8
|
Don't use shadow() for spaceWidth as otherwise sendering the font over to the mainthread causes issues if the worker used the property and the main thread tries to assign the spaceWidth to the getter function
|
13 years ago |
Julian Viereck
|
fdb6a013c9
|
Fix unitialized text/dirs array
|
13 years ago |
Julian Viereck
|
a525492f65
|
Make lint happy
|
13 years ago |
Julian Viereck
|
6bc2a0b84a
|
Remove spaces that don't make sense when using the text in divs
|
13 years ago |
Julian Viereck
|
e22fc80d3e
|
Add handling for gs in getTextContent
|
13 years ago |
Julian Viereck
|
bd4434a7ea
|
Apply bidi algorithm to the text in the worker
|
13 years ago |
Julian Viereck
|
8d6565d1a8
|
Change the format of the BidiResult object.
|
13 years ago |
Julian Viereck
|
897b99500e
|
Fix typos that prevent space insertion for showSpaced in getTextContent
|
13 years ago |
Julian Viereck
|
32d14f4575
|
Ensure textLayers content is always fetched and set on the textLayer
|
13 years ago |
Julian Viereck
|
7432e596a1
|
Improve the space detection for the getTextContent function
|
13 years ago |
Julian Viereck
|
ee0c2e2ab7
|
Make the search button hidden again
|
13 years ago |
Julian Viereck
|
9b9de87ac4
|
Undo some changes for now until there is support for font.spacedWidth
|
13 years ago |
Julian Viereck
|
d26969a85f
|
Remove some debugging informations
|
13 years ago |
Julian Viereck
|
58ed7fc35c
|
Make the textLayer divs prevent whitespaces
|
13 years ago |
Julian Viereck
|
a5520216fc
|
Some comment stuff
|
13 years ago |
Julian Viereck
|
3a8426e179
|
Fix typo in new return value of bidi function
|
13 years ago |
Julian Viereck
|
f0f16a6a4d
|
Do some logging of the outputted text
|
13 years ago |
Julian Viereck
|
83c499595c
|
Change the PDFJS.bidi function calls slightly to avoid creating a seperate object to pass to PDF.JS bidi and just pass in a string
|
13 years ago |
Julian Viereck
|
3db4e7266e
|
Make the textLayer use extracted textContent
|
13 years ago |
Julian Viereck
|
668c2867d4
|
Change the format of textContent to be an array
|
13 years ago |
Julian Viereck
|
eced7fbb57
|
Backup work before redoing the textContent format
|
13 years ago |
Julian Viereck
|
a38c4bc729
|
Make getTextContent return offset array and improve the algorithm. Make
parts in viewer.js work again.
|
13 years ago |
Yury Delendik
|
3d78ccd570
|
Renaming export to exportData
|
13 years ago |
Yury Delendik
|
e13846821c
|
Merge pull request #2143 from jviereck/fix-type3-spacing
Fix current.x for type3 font word break
|
13 years ago |
Julian Viereck
|
43f2db30b3
|
Fix current.x for type3 font word break
|
13 years ago |