Yury Delendik
|
8cf766d177
|
Prevents key handling when the input/toolbar controls are focused
|
2012-10-01 16:32:02 -05:00 |
|
Yury Delendik
|
5cf5ef357f
|
Merge pull request #2167 from jviereck/textLayer-whitespaces
Tune whitespace insertion
|
2012-09-30 12:14:03 -07:00 |
|
Brendan Dahl
|
5289a87a65
|
Merge pull request #2173 from yurydelendik/issue-2172
Fixes function declaration for strict mode
|
2012-09-26 16:48:27 -07:00 |
|
Yury Delendik
|
332cb20fcc
|
Fixes function declaration for strict mode
|
2012-09-26 16:43:11 -07:00 |
|
Julian Viereck
|
47809fe316
|
Address yury's review comments
|
2012-09-26 19:46:06 +02:00 |
|
Xavier fung
|
f046e6670a
|
Update zh-TW Translation
|
2012-09-26 16:05:43 +08:00 |
|
Julian Viereck
|
658c6936fc
|
Tune whitespace insertion
|
2012-09-25 16:07:59 +02:00 |
|
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.
|
2012-09-25 05:52:46 -07:00 |
|
Yury Delendik
|
574d626f04
|
Merge pull request #1906 from brendandahl/use-plain-blob
Use Blob constructor when available instead of deprecated MozBlobBuilder.
|
2012-09-24 17:11:32 -07:00 |
|
Brendan Dahl
|
de343b0297
|
Merge pull request #2153 from yurydelendik/rename-fullscreen
Renames fullscreen to presentation mode
|
2012-09-24 14:15:38 -07:00 |
|
Brendan Dahl
|
aa59fd0d24
|
Merge pull request #2146 from yurydelendik/fix-gb-browser
Workaround for android gb browser bug
|
2012-09-24 09:13:55 -07:00 |
|
Yury Delendik
|
6f325ca7e2
|
Merge pull request #2162 from miketaylr/fullscreen-squashed
Fullscreen updates for latest (unprefixed) spec.
|
2012-09-23 14:34:57 -07:00 |
|
Mike Taylor
|
9bc2a065fe
|
Fullscreen updates for latest (unprefixed) spec.
Fixes the camelCase error in requestFullscreen. Replaces document.fullscreen
with a check for document.fullscreenElement.
|
2012-09-23 23:24:44 +02:00 |
|
Brendan Dahl
|
739ee47865
|
Use Blob constructor when available instead of deprecated MozBlobBuilder.
|
2012-09-22 09:44:49 -07:00 |
|
Yury Delendik
|
3c4f7ac072
|
Merge pull request #2160 from ironymark/master
Handle Arabic Ligatures in issue #2141
|
2012-09-22 07:11:57 -07:00 |
|
Julian Viereck
|
f1e0edbaa9
|
Address Yurys review comments
|
2012-09-22 11:18:26 +02:00 |
|
Adil Allawi
|
d382799785
|
Merge branch 'master' of https://github.com/mozilla/pdf.js
|
2012-09-22 08:11:54 +01:00 |
|
Adil Allawi
|
5bc2934014
|
Handle normalization of Arabic Unicode Presentation Forms A to Arabic Unicode
|
2012-09-22 08:10:53 +01:00 |
|
Yury Delendik
|
130447755e
|
Merge pull request #2144 from xsoh/master
Update the Arabic translation
|
2012-09-21 13:41:57 -07:00 |
|
Yury Delendik
|
e3b3706956
|
Merge pull request #2155 from ironymark/master
Fix issue #2141
|
2012-09-21 12:33:49 -07:00 |
|
Adil Allawi
|
c04b4c1679
|
Handle normalization of Arabic Unicode Presentation Forms B to Arabic Unicode
|
2012-09-21 18:36:59 +01:00 |
|
xsoh
|
2d7f3c5cc6
|
Changing some words and fixing spaces
Changing some words and fixing spaces in the translation.
|
2012-09-21 19:57:03 +03:00 |
|
Yury Delendik
|
12a0faadad
|
Renames fullscreen to presentation mode
|
2012-09-21 09:35:18 -05:00 |
|
Brendan Dahl
|
47340d557c
|
Merge pull request #2145 from yurydelendik/fix-export-keyword
Renaming export to exportData
|
2012-09-20 21:30:40 -07:00 |
|
Julian Viereck
|
e48530d391
|
Fix AppendText after API changes
|
2012-09-20 22:09:03 +02:00 |
|
Yury Delendik
|
75e928c102
|
Merge pull request #2058 from Pimm/master
Small fixes for normal and potential post-compilation bugs
|
2012-09-20 11:36:55 -07:00 |
|
Yury Delendik
|
59eca230fa
|
Merge pull request #2131 from saebekassebil/metadata2
Metadata optimization
|
2012-09-20 10:31:19 -07:00 |
|
Yury Delendik
|
fc6b0e9bf2
|
Workaround for android gb browser bug
|
2012-09-20 10:24:51 -05:00 |
|
Julian Viereck
|
a33ba145bf
|
Don't compute the string for the TextLayer in the canvas backend anymore and change the syntax of appendText
|
2012-09-20 17:15:55 +02:00 |
|
Julian Viereck
|
049b19264c
|
Make lint happy again
|
2012-09-20 17:12:36 +02:00 |
|
Julian Viereck
|
3d0e6da2ff
|
Move some more font conversion into loadFont function to make type3 fonts work for now
|
2012-09-20 17:12:36 +02:00 |
|
Julian Viereck
|
e7894ca07d
|
Fix the driver.js file to handle new TextLayer infrastructure
|
2012-09-20 17:12:36 +02:00 |
|
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
|
2012-09-20 17:10:52 +02:00 |
|
Julian Viereck
|
fdb6a013c9
|
Fix unitialized text/dirs array
|
2012-09-20 17:10:52 +02:00 |
|
Julian Viereck
|
a525492f65
|
Make lint happy
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
6bc2a0b84a
|
Remove spaces that don't make sense when using the text in divs
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
e22fc80d3e
|
Add handling for gs in getTextContent
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
bd4434a7ea
|
Apply bidi algorithm to the text in the worker
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
8d6565d1a8
|
Change the format of the BidiResult object.
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
897b99500e
|
Fix typos that prevent space insertion for showSpaced in getTextContent
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
32d14f4575
|
Ensure textLayers content is always fetched and set on the textLayer
|
2012-09-20 17:10:51 +02:00 |
|
Julian Viereck
|
7432e596a1
|
Improve the space detection for the getTextContent function
|
2012-09-20 17:08:43 +02:00 |
|
Julian Viereck
|
ee0c2e2ab7
|
Make the search button hidden again
|
2012-09-20 17:08:43 +02:00 |
|
Julian Viereck
|
9b9de87ac4
|
Undo some changes for now until there is support for font.spacedWidth
|
2012-09-20 17:08:43 +02:00 |
|
Julian Viereck
|
d26969a85f
|
Remove some debugging informations
|
2012-09-20 17:08:43 +02:00 |
|
Julian Viereck
|
58ed7fc35c
|
Make the textLayer divs prevent whitespaces
|
2012-09-20 17:08:42 +02:00 |
|
Julian Viereck
|
a5520216fc
|
Some comment stuff
|
2012-09-20 17:08:42 +02:00 |
|
Julian Viereck
|
3a8426e179
|
Fix typo in new return value of bidi function
|
2012-09-20 17:08:42 +02:00 |
|
Julian Viereck
|
f0f16a6a4d
|
Do some logging of the outputted text
|
2012-09-20 17:08:42 +02:00 |
|
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
|
2012-09-20 17:08:42 +02:00 |
|