4623 Commits (b718a3604a0b8c20ed8873ca1781f69a9f60f60d)
 

Author SHA1 Message Date
Julian Viereck 47809fe316 Address yury's review comments 13 years ago
Artur Adib 6022476f03 add support for case sensitive 13 years ago
Xavier fung f046e6670a Update zh-TW Translation 13 years ago
Artur Adib 6864a07221 Use "find" instead of both find & search 13 years ago
Artur Adib d94bbad575 typo fix 13 years ago
Julian Viereck da57e0f89e Julian's html-search-bar work 13 years ago
Julian Viereck 658c6936fc Tune whitespace insertion 13 years ago
Julian Viereck e98eba1b11 Merge pull request #2127 from jviereck/text-algo-3 13 years ago
Yury Delendik 574d626f04 Merge pull request #1906 from brendandahl/use-plain-blob 13 years ago
Brendan Dahl de343b0297 Merge pull request #2153 from yurydelendik/rename-fullscreen 13 years ago
Brendan Dahl aa59fd0d24 Merge pull request #2146 from yurydelendik/fix-gb-browser 13 years ago
Yury Delendik 6f325ca7e2 Merge pull request #2162 from miketaylr/fullscreen-squashed 13 years ago
Mike Taylor 9bc2a065fe Fullscreen updates for latest (unprefixed) spec. 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 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 13 years ago
Yury Delendik e3b3706956 Merge pull request #2155 from ironymark/master 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 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 13 years ago
Julian Viereck e48530d391 Fix AppendText after API changes 13 years ago
Yury Delendik 75e928c102 Merge pull request #2058 from Pimm/master 13 years ago
Yury Delendik 59eca230fa Merge pull request #2131 from saebekassebil/metadata2 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