Yury Delendik
|
be779c2ec7
|
Hides cursor in presentation mode
|
13 years ago |
Brendan Dahl
|
4734cd8198
|
Change status attribute name.
|
13 years ago |
Yury Delendik
|
00852bd9ca
|
Rounds page div to the canvas size
|
13 years ago |
Brendan Dahl
|
c3debc6ee0
|
Delay extracting text until first find event.
|
13 years ago |
Tim van der Meij
|
6e13e3dd73
|
Final commit squash
|
13 years ago |
Yury Delendik
|
f77b61e4f1
|
Fixes order in which are divs added to the text layer
|
13 years ago |
Yury Delendik
|
b5f952a63a
|
Fixes font debugger; text builder api refactoring
|
13 years ago |
Yury Delendik
|
7cace5f160
|
Escape key closes findbar
|
13 years ago |
Yury Delendik
|
2178bf06c9
|
Adds more presentation mode controls
|
13 years ago |
Brendan Dahl
|
a15d3d6622
|
Handle ctrl/cmd+g for html findbar.
|
13 years ago |
Brendan Dahl
|
95b1f74a30
|
Add support for firefox integrated find.
|
13 years ago |
Brendan Dahl
|
a829b06d20
|
Fixes a minor find bugs.
|
13 years ago |
Brendan Dahl
|
5d848ca31a
|
Ignore find key shortcut only for mozcentral for now.
|
13 years ago |
Tim Taubert
|
5bab0c354a
|
Bug 796584 - Don't use localStorage in pdf.js
|
13 years ago |
Brendan Dahl
|
45fe76e752
|
Add support for enter/shift for find.
|
13 years ago |
Kalervo Kujala
|
4747467103
|
Add firefox mouse scrolling support in presentation mode.
Convert ticks to mouse delta values and use that to determine
when to flip the page.
Also use cooldown time for presentation mode page scrolling.
This way hi res mouses do not scroll multiple pages at once.
http://www.codeproject.com/Articles/155717/Handling-Enhanced-Mouse-Wheels-in-your-Application
|
13 years ago |
Artur Adib
|
3bd20a7415
|
bug fix: textLayer ready still needs scroll
|
13 years ago |
Yury Delendik
|
8cf766d177
|
Prevents key handling when the input/toolbar controls are focused
|
13 years ago |
Brendan Dahl
|
53672af0f7
|
Fix un-highlight when there is no query.
|
13 years ago |
Brendan Dahl
|
38193b1887
|
Update the find bar ui status.
|
13 years ago |
Brendan Dahl
|
2a1264a746
|
Don't try to highlight anything if the page isn't selected and we aren't highlighting all.
|
13 years ago |
Julian Viereck
|
ecf3dae776
|
Fix clear matches functionality
|
13 years ago |
Artur Adib
|
6090b3edf9
|
colors closer to FF's, add highlightAll support
|
13 years ago |
Artur Adib
|
e2a2085f62
|
remove find button in MOZCENTRAL
|
13 years ago |
Artur Adib
|
1ec2e2a1a2
|
remove old unused code
|
13 years ago |
Artur Adib
|
73b96e0e58
|
bug fix: clear previous highlights
|
13 years ago |
Artur Adib
|
6022476f03
|
add support for case sensitive
|
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 |
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 |
Julian Viereck
|
f1e0edbaa9
|
Address Yurys review comments
|
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
|
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
|
32d14f4575
|
Ensure textLayers content is always fetched and set on the textLayer
|
13 years ago |
Julian Viereck
|
d26969a85f
|
Remove some debugging informations
|
13 years ago |
Julian Viereck
|
a5520216fc
|
Some comment stuff
|
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
|
ac7b6aeff4
|
Provides right fallback fonts for text layer
|
13 years ago |
Yury Delendik
|
e086cf36f4
|
Refactor text extraction / font loading logic
|
13 years ago |
Artur Adib
|
0e89fe7d9d
|
nit
|
13 years ago |
Artur Adib
|
708eb78c67
|
working fragments
|
13 years ago |
Brendan Dahl
|
24d660eebe
|
Fix regression from #2087.
|
13 years ago |