Brendan Dahl
|
178b89342a
|
Switch to stream converter for extension.
|
13 years ago |
Brendan Dahl
|
edc632e469
|
Fix innerHtml warnings. Remove compatibility.js from the extension.
|
13 years ago |
Artur Adib
|
38d28ecb2e
|
Improved error handling/message
|
13 years ago |
Julian Viereck
|
ada3f33375
|
Replace some setScale by parseScale calls to update value
|
13 years ago |
Artur Adib
|
ba4f0e66aa
|
reviewer comments
|
13 years ago |
Artur Adib
|
1c7f1b9881
|
Fix previous commit
|
13 years ago |
Artur Adib
|
5f4d462144
|
Ensure single chars are added to the layer
|
13 years ago |
Artur Adib
|
499a9b0146
|
Fix for "Error parsing value of 'letter-spacing'"
|
13 years ago |
Artur Adib
|
504d9f12c1
|
Using addEventListener/removeEventListener
|
13 years ago |
Brendan Dahl
|
bd6d89e1a8
|
Start of the benchmark recording framework.
|
13 years ago |
Artur Adib
|
fcdf266d8e
|
Lazy textLayer rendering - pauses after scroll ev
|
13 years ago |
Artur Adib
|
a4f257f940
|
nit
|
13 years ago |
notmasteryet
|
80a1919cfc
|
Fix thumbnail's drawingRequired
|
13 years ago |
Artur Adib
|
ef137dd6a7
|
Support for textLayerBuilder
|
13 years ago |
Brendan Dahl
|
5bd4d1987a
|
Easier copy/paste error message.
|
13 years ago |
Julian Viereck
|
5830474ef7
|
Add preDraw() functionality to render the next page in the background
|
13 years ago |
Artur Adib
|
c8192698fc
|
disableTextLayer option
|
13 years ago |
Julian Viereck
|
496e598813
|
Reset scale value on opening new file
|
13 years ago |
notmasteryet
|
219a60175c
|
Fix blank unopened document regression
|
13 years ago |
Julian Viereck
|
9157597175
|
Fix lint error
|
13 years ago |
Julian Viereck
|
2f563dbd2b
|
Treat `zoom` such that it can be a string value as well.
|
13 years ago |
Julian Viereck
|
b4a42930d6
|
Add selectScaleOption function back, that seems to got lost during rebaseing
|
13 years ago |
Julian Viereck
|
c82b2faa0e
|
Remove brakets
|
13 years ago |
Julian Viereck
|
db627c4082
|
Ignore new scale value if it's the same as before
|
13 years ago |
Julian Viereck
|
997e094bdc
|
Add new 'Auto' option for the viewer.
|
13 years ago |
notmasteryet
|
1074c75f32
|
remove unused field
|
14 years ago |
notmasteryet
|
c25f837766
|
Fixes concurrent pages loading (#974 and #626)
|
14 years ago |
Saebekassebil
|
ae7f2e9fcc
|
Respect private browsing in extension
|
14 years ago |
Saebekassebil
|
4358ebc18b
|
Too rash yet again. Bracket and style nits
|
14 years ago |
Saebekassebil
|
83cb12be7f
|
Set page number instead of window.scrollTo, and remove Cookie reference
|
14 years ago |
Saebekassebil
|
e147485262
|
Refactoring Settings manager, now with limit on memory usage
|
14 years ago |
Saebekassebil
|
4c064eb94a
|
Missed function name...
|
14 years ago |
Saebekassebil
|
4ea5b9f771
|
Remember hash position correctly
|
14 years ago |
Saebekassebil
|
959b419082
|
Fixes shortcuts steals from browser - Issue #979
|
14 years ago |
Saebekassebil
|
c7375745ae
|
Too rash. Fixes gjslint errors
|
14 years ago |
Saebekassebil
|
ac8f0e2c87
|
Address yury's comments, and remove unnecessary hash settings
|
14 years ago |
Saebekassebil
|
0de0e92bc4
|
Added #getFingerprint method to PDFDocModel
|
14 years ago |
Saebekassebil
|
d44f9f2074
|
Implemented Settings manager. Now remembering scroll positions
|
14 years ago |
Saebekassebil
|
33e8d988c4
|
Image directory as a constant, adding myself to LICENSE file
|
14 years ago |
Saebekassebil
|
12e2dcd775
|
Addressing notmasteryet's comments
|
14 years ago |
Saebekassebil
|
c714c782cc
|
Lint nits
|
14 years ago |
Saebekassebil
|
4a661e1735
|
Implemented Comment and Check annotation. Correcting some typos in last commit
|
14 years ago |
notmasteryet
|
5affc0d794
|
Disable keyboard shortcuts if current control is INPUT element
|
14 years ago |
notmasteryet
|
6011b5b4db
|
Moving forms UI into examples
|
14 years ago |
Chris Peterson
|
8adb92a709
|
Fix typo: s/handle/handled/
|
14 years ago |
Chris Peterson
|
396daddefe
|
Add keyboard shortcuts to navigate pages with 'n' and 'p' keys (Next/Previous)
|
14 years ago |
Chris Peterson
|
4008ec69b8
|
Add keyboard shortcuts to navigate pages with 'j' and 'k' keys like vi
|
14 years ago |
Chris Peterson
|
aebb9946f8
|
Add keyboard shortcuts to navigate pages with left and right arrow keys
This is the behavior of Adobe Reader.app and Apple's Preview.app.
|
14 years ago |
Julian Viereck
|
3a86e047e0
|
Prevent default actions when zooming. Otherwise the browser performs a zoom of the entire page
|
14 years ago |
notmasteryet
|
0f6291c7b9
|
Move text layer UI to viewer.js; fixes adding div with single char; replaces innerHTML to textContent
|
14 years ago |