Jonas
8630e29054
Avoid triggering rendering multiple times when zooming using the mouse wheel
12 years ago
Soumya Deb
de52e711f8
Unprefixing CSS as current browsers support
12 years ago
Yury Delendik
86077810b0
Fixes canvas alignment for small scale and scale adjustment after Cmd+0
12 years ago
Jonas
d031c2bd62
Prevent the loadingBar from overlaying the errorWrapper
12 years ago
Jonas
4890c5d017
Fix the positioning of the progressive loadingBar
12 years ago
Rob Wu
066dffde3c
Fix printing behaviour in Chrome
...
Two major issues:
1. Border/shadow around every page. Removed by adding "border:none".
2. Added "overflow:visible" (overrides "overflow:auto") in #viewContainer.
This solves two problems:
- It prevents scrollbars from appearing.
- Every "page" is automatically resized to fit on a printed page,
just like the Firefox.
To see what's wrong, here's a picture of how PDF.js rendered the pdf in
Chrome (using "Print to PDF" feature of Chrome):
https://robwu.nl/pdfjs/pdfjs-print-with-chromium-28.pdf
Successfully tested with Chrome 28 and Firefox 22.
Solves #3445
12 years ago
Rob Wu
4a2eefe1b6
Allow scrolling by keyboard in Chrome/Opera
...
Set "tabindex" attribute to allow focus;
Added "outline: none" to prevent focus ring from appearing.
Fixes #3443
12 years ago
Jonas
d417ef9a39
Remove old -moz prefixed rules from viewer.css
12 years ago
Brendan Dahl
4a7bd37162
Hide canvas overflow for high dpi screens.
12 years ago
Kalervo Kujala
5e08f8039d
Replace fullscreen with presentationMode
12 years ago
Brendan Dahl
b89d7272e2
Remove background when printing.
12 years ago
vyv03354
2c504120b8
Fixes the unprefixed gradient declaration
12 years ago
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
12 years ago
Jakob Miland
6b4f72a2c3
Disable outline button when unavailable
12 years ago
vyv03354
36ea87af38
Remove prefixed gradients usage
12 years ago
Rob Wu
5328b461ee
Explicitly define layout of toolbar buttons
...
Before:
- Firefox's buttons looks OK
- Chrome (quirks mode): Buttons were aligned to the bottom (too much)
- Chrome (standards mode): Buttons were aligned to the top (too much)
- Opera/IE/Safari: Like Chrome (standards): Buttons too high
(Too high = Compare the other buttons to the rightmost button)
After:
- Firefox's button positions didn't change at all
- All buttons are aligned at the same level, across all browsers
12 years ago
Jonas
e081c764af
Tweak external links in fullscreen mode - follow up on #2712
12 years ago
Jonas
83c09f27cc
Fix bug 795225 - address comment
12 years ago
Yury Delendik
85ddd9405a
Replacing page shadow with image; removing some profixed styles
12 years ago
waddlesplash
d0864f766b
CSS fixes to the sidebar.
...
No need for a 15px margin, and links should have a pointer cursor.
12 years ago
waddlesplash
322709257d
Spacing fixes.
12 years ago
waddlesplash
b5dadab5c7
Add "cursor: text;" to textLayer div CSS.
...
Fixes problem caused by e4e4b1ab4e
.
12 years ago
Jonas
0bde16a0a0
Resize the zoom box width to fit the content - fix embedding - address comments
12 years ago
Brendan Dahl
60edfce733
Don't hide the download/print buttons when view is small.
12 years ago
waddlesplash
9ec51d89bd
Fixes to findbar CSS.
12 years ago
vyv03354
c5b8ee6a91
Implements vertical writing
12 years ago
Yury Delendik
6ce1cfe734
Reverts 729b82, d5f65f and 724add
12 years ago
vyv03354
729b82359a
Implements the print permission
12 years ago
Yury Delendik
d5f65f5431
Fixes text search for "secured" documents
12 years ago
Snuffleupagus
c2e2afdd59
Prevent text selection divs from overflowing page boundries
12 years ago
Snuffleupagus
e08e326a67
Automatically resize the zoom box width to fit the content
12 years ago
Snuffleupagus
d3836c0173
Fixes the Outline view in RTL languages, follow up of #2510
12 years ago
Snuffleupagus
727505b85d
Add word wrap of text in the Outline view to avoid horizontal scrolling
12 years ago
Daniel Johansson
097c3cf8b1
Fix margin on toolbar button separator to avoid changing height on hover, causing jittering
13 years ago
Brendan Dahl
11175ba6fe
Minor css tweaks for small viewer and aligning borders.
13 years ago
waddlesplash
ceee2c4d04
Make the comments look nicer & fix a linebreak bug.
13 years ago
Saebekassebil
75af308b38
Fix annotation clipping
13 years ago
Yury Delendik
391b5b0244
Moving fullscreen top border few pixels up
13 years ago
Yury Delendik
da73934baf
Fixes fit-page and fullscreen
13 years ago
Yury Delendik
be779c2ec7
Hides cursor in presentation mode
13 years ago
Brendan Dahl
4734cd8198
Change status attribute name.
13 years ago
Brendan Dahl
c3debc6ee0
Delay extracting text until first find event.
13 years ago
Yury Delendik
ade5f96787
Add pilot find next/prev icons; localization
13 years ago
Yury Delendik
92770fdd84
Minor CSS fixed for find bar
13 years ago
Brendan Dahl
dd0cb37f38
Add some door hanger styling for the find bar
13 years ago
Brendan Dahl
38193b1887
Update the find bar ui status.
13 years ago
Artur Adib
6090b3edf9
colors closer to FF's, add highlightAll support
13 years ago
Artur Adib
1ec2e2a1a2
remove old unused code
13 years ago
Artur Adib
6864a07221
Use "find" instead of both find & search
13 years ago
Julian Viereck
da57e0f89e
Julian's html-search-bar work
13 years ago