Yury Delendik
4563f6cd58
Merge pull request #4191 from Rob--W/crx-chrome-os
...
Register PDF Viewer as PDF handler in Chrome OS's file browser
11 years ago
Yury Delendik
4bb71d0121
Merge #4274
11 years ago
Haebaru
4ba6570e16
Update ja locale
11 years ago
Yury Delendik
a2378482ec
Merge pull request #4272 from brendandahl/change-test-font
...
Change test font to one that works with ttx v2.4.
11 years ago
Brendan Dahl
fc0106822c
Change test font to one that works with ttx v2.4.
11 years ago
Yury Delendik
894c82cec9
Removes -moz-box-sizing usage
11 years ago
Yury Delendik
522167ffb2
Merge pull request #4258 from Rob--W/network-reduce-requests
...
Do not switch to a range request for small PDFs
11 years ago
Rob Wu
2a19dc86e7
Do not switch to a range request for small PDFs
11 years ago
Jonas Jenwald
0c268f2345
Merge pull request #4256 from moztw/0207_zhtw
...
Backport latest zh-TW strings from l10n-aurora
11 years ago
Peter Pin-Guang Chen
06a24136e5
Backport latest zh-TW strings from l10n-aurora
11 years ago
Yury Delendik
3fa15c0f46
Merge pull request #4241 from brendandahl/csp
...
Remove inline script warnings.
11 years ago
Brendan Dahl
e477958b74
Remove inline script warnings.
11 years ago
Yury Delendik
2451968bac
Merge pull request #4236 from lovasoa/master
...
Lexer_getNumber faster number parsing
11 years ago
Ophir LOJKINE
77b58543c9
Add @lovasoa to AUTHORS
11 years ago
Ophir LOJKINE
4a66eccedc
Rewrite Lexer_getNumber.
...
Now, it computes the numbers with only basic arithmetic operations, without first creating a string and then calling parseFloat.
The new function doesn't behave exactly the same as the old one.
In particular, the old behaviour was that when there was a number immediatly followed by an 'E', the 'E' was consumed. Now it's not. It allows for "glued" numbers and operators.
Also, the new function is faster and consumes less memory.
11 years ago
Yury Delendik
591bd91482
Merge pull request #4235 from Rob--W/firefox-addon-xhr-private
...
[privacy] Respect private browsing mode in Firefox add-on
11 years ago
Rob Wu
a01556665e
Firefox addon: Let XHR respect private mode
11 years ago
Brendan Dahl
54f6291cc9
Merge pull request #4207 from yurydelendik/function-split
...
Basic function.js split
11 years ago
Rob Wu
ce9400dc8b
Handle navigation keys when viewer is not focused
...
Restrict the scrollbar hack to the keycode for "spacebar",
since the bug only occurs in Firefox with spacebar.
Keyboard navigation is only activated for the spacebar if
the currently focused element is not a button.
11 years ago
Jonas Jenwald
a8d22ee825
Merge pull request #4231 from fkaelberer/DE_translation
...
Update DE translation (document properties dialog)
11 years ago
fkaelberer
ab6fd8c0b8
Update DE translation (doc properties)
11 years ago
Rob Wu
eaf7daf7db
[CRX] Pass expected length of stream to viewer
...
To get a progress bar for POST/FTP requests in Chromium.
11 years ago
Brendan Dahl
1e4d35c3a0
Merge pull request #4192 from yurydelendik/shading-r
...
Implements shading types 4-7
11 years ago
Brendan Dahl
7be0924ac4
Merge pull request #4212 from yurydelendik/jank4181
...
Removes scrolling jank after bw image optimization
11 years ago
Tim van der Meij
f1b832aa57
Merge pull request #4226 from timvandermeij/bengali-update
...
Bengali updates
11 years ago
Tim van der Meij
744470167a
Bengali updates
11 years ago
Tim van der Meij
7fe8a0cfdd
Merge pull request #4221 from rabbihossain/master
...
add and update Bengali (bn-BD) l10n
11 years ago
Yury Delendik
6cf6d2f4b9
Merge pull request #4223 from Rob--W/grab-to-pan-overlay-fix
...
Get rid of weird scrollbar on mouse down
11 years ago
Rob Wu
64a4a27455
Remove obsolete code from shortcut handler
...
These lines were introduced in 612f59aa10
when the only shortcuts were +/-/=/0 (to change zoom level).
Back then, when the input fields were focused, using these keys would
add these unwanted characters to the input field and change the zoom
level of the viewer. Having both operations at the same time was an
undesired event, so a check was inserted, to ignore shortcuts when
the toolbar is focused.
The #toolbar element doesn't exist any more, so these lines are obsolete.
11 years ago
Rob Wu
65701f941d
Get rid of weird scrollbar on mouse down
11 years ago
Yury Delendik
acb33b3e7d
Merge pull request #4213 from nnethercote/strings
...
Create less garbage while parsing
11 years ago
rabbihossain
cd976066cf
update l10n strings and squash commit
11 years ago
Nicholas Nethercote
164d7a6e15
Don't create a string when lexing all-digit integers.
11 years ago
Nicholas Nethercote
b64cca0bef
When lexing numbers, look for digits first.
11 years ago
Nicholas Nethercote
c1ef7e4d63
Use Array.join instead of += to build up strings in the Lexer.
11 years ago
Yury Delendik
b4eceac826
Merge pull request #4209 from Rob--W/grab-to-pan-performance
...
Update Grab to pan to fix performance issue
11 years ago
Rob Wu
45c633b072
Update Grab to pan to fix performance issue
...
Reported at http://stackoverflow.com/questions/21392844/pdf-js-recalculating-problme
See also e0f893753a
Changes versus grab-to-pan.js: Moved inline style to viewer.css,
lowered z-index from 2e9 to 50000 (note to future maintainers:
make sure that all other z-index values stay below 50000!).
11 years ago
Tim van der Meij
3deea077ef
Merge pull request #4217 from Rob--W/fix-print-shortcut
...
Print shortcut: Ctrl + (Shift +) P only
11 years ago
Yury Delendik
99bbad3219
Removes scolling jank after bw image optimization
11 years ago
Brendan Dahl
cda181f061
Merge pull request #4187 from Rob--W/issue-4183
...
Use forEach instead of for-in (was: Replace [] with {} in core/cmap)
11 years ago
Rob Wu
9df998914d
Print shortcut: Ctrl + (Shift +) P only
...
The previous version interfered with the full screen shortcut
(Ctrl + Alt + P).
The new version only intercepts Cmd/Ctrl + P (all browsers).
And Ctrl + Shift + P in Chrome / Opera (Presto and Chromium),
because these browsers also associate a Print operation with
the shortcut.
11 years ago
Yury Delendik
3595c2c360
Respects current ctx scale for mesh pattern
11 years ago
Yury Delendik
561683d2e9
Dynamically determines how to split patch into triangles
11 years ago
Yury Delendik
c5a804c43a
Merge pull request #4181 from nnethercote/compact-images
...
Reduce memory consumption of simple black and white images.
11 years ago
Nicholas Nethercote
a966909754
Reduce memory consumption of simple black and white images.
11 years ago
Brendan Dahl
c2e31cd1ef
Merge pull request #4205 from yurydelendik/blob-open-file
...
Using blob URL for open file
11 years ago
Brendan Dahl
0e000392ae
Merge pull request #4179 from yurydelendik/dataLoaded
...
Fixes PDFDocumentProxy.getDataLoaded API name (and refactoring)
11 years ago
Yury Delendik
e5e9c6e243
Fixes PDFDocumentProxy.getDownloadInfo API name (and refactoring)
11 years ago
Yury Delendik
d45d7bc161
Merge pull request #4200 from timvandermeij/ie-mousewheel
...
Implements mouse wheel behaviour for non-Firefox browsers
11 years ago
Tim van der Meij
b4b145507c
Implements mouse wheel behaviour for non-Firefox browsers
11 years ago