waddlesplash
b5dadab5c7
Add "cursor: text;" to textLayer div CSS.
...
Fixes problem caused by e4e4b1ab4e
.
2013-02-26 14:18:11 -05:00
Yury Delendik
8aca4c992b
Merge pull request #2781 from waddlesplash/textselection
...
Ignore empty strings for text selection
2013-02-26 10:52:03 -08:00
waddlesplash
9ba08f2c3d
Ignore empty strings for text selection.
...
They were causing double text selection.
2013-02-26 13:00:33 -05:00
Yury Delendik
3b506bd294
Merge pull request #2805 from brendandahl/no-hide-download
...
Don't hide the download/print buttons when view is small.
2013-02-25 17:11:48 -08:00
Brendan Dahl
60edfce733
Don't hide the download/print buttons when view is small.
2013-02-25 16:53:54 -08:00
Brendan Dahl
a13f7964b1
Merge pull request #2686 from vyv03354/bug770409
...
Implement vertical writing
2013-02-25 12:47:47 -08:00
Jonas
e4e4b1ab4e
Make navigation keys work on document load - avoid breaking embedded viewer, take 3
2013-02-24 17:49:42 +01:00
Julian Viereck
b9e3e845e5
Merge pull request #2676 from Snuffleupagus/pagemode
...
Add 'pagemode' URL parameter
2013-02-23 01:59:17 -08:00
waddlesplash
9ec51d89bd
Fixes to findbar CSS.
2013-02-22 12:52:05 -05:00
Yury Delendik
a7f385971d
Merge pull request #2705 from timvandermeij/even-zooming
...
More even way of zooming
2013-02-21 07:41:56 -08:00
Julian Viereck
0721de45b0
Hide header/footer by default when printing from Firefox. See Bug 743252
2013-02-17 11:01:19 +01:00
vyv03354
c5b8ee6a91
Implements vertical writing
2013-02-15 03:53:34 +09:00
Yury Delendik
4247339d28
Merge pull request #2711 from marco-c/patch-2
...
Use asyncStorage.setItem for B2G
2013-02-12 20:17:00 -08:00
Mack Duan
c40c594999
Merge pull request #2690 from Snuffleupagus/bug-837462
...
Prevent text selection divs from overflowing page boundries
2013-02-11 10:20:06 -08:00
Marco
3058c40432
Update web/viewer.js
...
Use asyncStorage.setItem for B2G
2013-02-11 18:36:44 +01:00
Yury Delendik
15233773fd
Merge pull request #2708 from marco-c/patch-1
...
Update web/viewer.js
2013-02-10 11:09:43 -08:00
Yury Delendik
249dad8e46
Merge pull request #2703 from timvandermeij/close-findbar-without-focus
...
Close findbar also when focus is away from it
2013-02-10 10:46:54 -08:00
Marco
f1a39471e3
Update web/viewer.js
...
The variable isLocalStorageEnabled is now unused in Firefox and B2G.
2013-02-10 16:18:46 +01:00
Tim van der Meij
1f4b896d4e
Squashing commits for the close findbar feature
2013-02-10 16:14:17 +01:00
Tim van der Meij
96ec48e634
Squashing commits for disabling zoom buttons feature
2013-02-10 15:01:37 +01:00
Tim van der Meij
0f8f9deb0b
Squashing commits for zooming changes
2013-02-10 14:50:49 +01:00
Yury Delendik
6ce1cfe734
Reverts 729b82, d5f65f and 724add
2013-02-08 14:04:36 -06:00
vyv03354
729b82359a
Implements the print permission
2013-02-08 23:28:27 +09:00
Yury Delendik
51c81a1d01
Merge pull request #2695 from yurydelendik/copy-protection-2
...
Fixes text search for "secured" documents (take 2)
2013-02-07 16:22:31 -08:00
Yury Delendik
d5f65f5431
Fixes text search for "secured" documents
2013-02-07 18:15:39 -06:00
Snuffleupagus
c2e2afdd59
Prevent text selection divs from overflowing page boundries
2013-02-07 12:13:25 +01:00
Snuffleupagus
d296c3dbaa
Add 'pagemode' URL parameter - comments addressed
2013-02-06 16:58:32 +01:00
vyv03354
07491f584f
Replace getUserData()/setUserData() with CustomEvents
2013-02-06 23:31:50 +09:00
Yury Delendik
81f8f92696
Adds web/* and test/* for jshint target
2013-02-04 12:01:19 -06:00
Yury Delendik
74bfc3ddf7
Merge pull request #2612 from Snuffleupagus/zoom-select-adjustable-width
...
Resize the zoom box width to fit the content
2013-01-31 20:04:50 -08:00
Yury Delendik
9c044e2c31
Fallback when AcroForm is present
2013-01-31 16:46:44 -05:00
Yury Delendik
c53fa62e58
Merge pull request #2644 from SSk123/edit_slider_name
...
Bug #767698 Slider Rename
2013-01-31 06:06:06 -08:00
Srishti
a80234fee9
Bug #767698 Slider Rename
...
Bug #767698 Slider Rename
2013-01-31 19:25:02 +05:30
Yury Delendik
cca1a68adf
Merge pull request #2572 from mduan/issue2477
...
Make canvas transform matrix account for devicePixelRatio
2013-01-30 20:25:43 -08:00
mduan
6bacb38692
Make canvas transform matrix account for devicePixelRatio
2013-01-30 16:06:12 -05:00
Brendan Dahl
f18655fab9
Merge pull request #2614 from yurydelendik/intermit-fullscreen
...
Fixes intermittent rendering stop
2013-01-30 11:59:08 -08:00
Brendan Dahl
971e202f0b
Disable printing a selection for Firefox.
2013-01-30 09:22:00 -05:00
Bill Walker
12af2f9431
fix for #2219 , "provide a better error message when file= not found/accessible"
...
summary: create a new Exception class for missing PDF's, use it in place of generic
add new MissingPDFException to util.js
handle MissingPDF in api.js
handle MissingPDF in viewer.js, using new missing_file_error message
add new missing_file_error to l10n/en-US/viewer.properties
send MissingPDF from WorkerMessageHandler's loadDocument
send MissingPDF from GetDocRequest handler
2013-01-29 13:17:04 -08:00
Brendan Dahl
7bd8887860
Merge pull request #2613 from yurydelendik/wait-animation
...
Wait for animation frame before displaying stuff
2013-01-28 08:48:59 -08:00
Yury Delendik
9a5ecae2a3
Wait for animation frame before displaying stuff
2013-01-28 10:24:09 -06:00
Snuffleupagus
e08e326a67
Automatically resize the zoom box width to fit the content
2013-01-26 22:17:37 +01:00
Yury Delendik
ddcbc4ddff
Fixes intermittent rendering stop
2013-01-25 15:28:12 -06:00
Snuffleupagus
c901f2f289
Improve the behaviour of the pageNumber input field
2013-01-21 18:30:59 +01:00
Brendan Dahl
71b1022fb0
Merge pull request #2509 from Snuffleupagus/tweak-thumbnail-scrolling
...
Add various improvements to scroll Thumbnails into view
2013-01-18 12:35:13 -08:00
Snuffleupagus
2d028e64c5
Change page with up/down arrow keys when zoom is set to 'page-fit'
2013-01-16 15:06:10 +01:00
Snuffleupagus
ae29adc730
Add various improvements to scroll Thumbnails into view - comments addressed
2013-01-10 22:56:36 +01:00
Yury Delendik
7b70710565
Traces pdf.js version
2013-01-04 11:01:31 -06:00
Snuffleupagus
d3836c0173
Fixes the Outline view in RTL languages, follow up of #2510
2012-12-28 13:26:30 +01:00
Snuffleupagus
727505b85d
Add word wrap of text in the Outline view to avoid horizontal scrolling
2012-12-27 18:58:09 +01:00
Daniel Johansson
097c3cf8b1
Fix margin on toolbar button separator to avoid changing height on hover, causing jittering
2012-12-14 22:24:28 +01:00