Nicholas Nethercote
|
1ec3c341cc
|
Put mask data to the canvas in small slices.
|
11 years ago |
Nicholas Nethercote
|
fdb7c218da
|
Use a cache to minimize the number of Name objects.
|
11 years ago |
Brendan Dahl
|
b8f7bcaf02
|
Use only one resource url for moz central build.
|
11 years ago |
Brendan Dahl
|
ce9e9e6ff7
|
Remove embeddedFontsUsed from API.
|
11 years ago |
Yury Delendik
|
cab5d7b96f
|
Merge pull request #4333 from dferer/requirable-viewer
Made viewer's webViewerLoad callable from outside viewer.js
|
11 years ago |
Yury Delendik
|
4763e3fe51
|
Merge pull request #4346 from p01/patch-2
Fill the initial JBIG2 buffer with 0xFF only if defaultPixelValue is set
|
11 years ago |
Yury Delendik
|
a120163dc4
|
Merge pull request #4345 from p01/patch-1
Skip the Math.sqrt for clamped values in convertToRgb
|
11 years ago |
Samuel Chantaraud
|
dcb174ed58
|
Made viewer's webViewerLoad callable from outside viewer.js
To allow manual triggering when DOMContentLoaded can not be relied upon.
|
11 years ago |
Mathieu 'p01' Henri
|
e786649d2a
|
Skip the Math.sqrt for clamped values in convertToRgb
No need to compute the square root of clamped values.
Only the values in the range ]0,1[ need to be processed.
|
11 years ago |
Mathieu 'p01' Henri
|
135660c8ba
|
Fill the initial JBIG2 buffer with 0xFF only if defaultPixelValue is set
Per the TypedArray specification, ArrayBuffers are initialized with zeros.
http://www.khronos.org/registry/typedarray/specs/latest/#5
|
11 years ago |
Yury Delendik
|
4285642ec8
|
Merge pull request #4350 from Rob--W/save-as-saves-pdf
Ctrl/cmd + S = save PDF instead of viewer.html
|
11 years ago |
Rob Wu
|
3f96d0dabb
|
Ctrl/cmd + S = save PDF instead of viewer.html
|
11 years ago |
Yury Delendik
|
7657011985
|
Merge pull request #4342 from timvandermeij/retina
Implement Retina assets
|
11 years ago |
Tim van der Meij
|
f281669151
|
Implement Retina assets
|
11 years ago |
Yury Delendik
|
9c4101b51a
|
Merge pull request #4335 from dferer/locales-handling
Correct formatting of locale id before submitting to l10n
|
11 years ago |
Samuel Chantaraud
|
cbc9ad3cb6
|
Correct formatting of locale to make it compatible with l10n (safari issue)
|
11 years ago |
Brendan Dahl
|
d0f87457d7
|
Merge pull request #4331 from nnethercote/cleanups
Minor clean-ups
|
11 years ago |
Brendan Dahl
|
6cce1e44dd
|
Merge pull request #4292 from Snuffleupagus/issue-4232
Fix wrong page being displayed when entering/exiting Presentation mode with zoom set to 'page-fit'
|
11 years ago |
Tim van der Meij
|
544dce82e1
|
Merge pull request #4341 from Snuffleupagus/issue-4224-followup
Fix spacebar scrolling in Firefox (4224 follow-up)
|
11 years ago |
Jonas Jenwald
|
4ee1fb7956
|
Fix spacebar scrolling in Firefox (4224 follow-up)
|
11 years ago |
Brendan Dahl
|
0af0c6c99d
|
Merge pull request #4229 from Rob--W/crx-stream-progress
Get progress bar for PDF streams in Chromium by passing the expected content length to the page
|
11 years ago |
Brendan Dahl
|
890752680b
|
Merge pull request #4224 from Rob--W/shortcut-responsiveness
Focus container when arrow/navigation keys are pressed
|
11 years ago |
Yury Delendik
|
4f0dccb15d
|
Merge pull request #4340 from nnethercote/getRgb
Share ColorSpace.getRgb() between all sub-classes.
|
11 years ago |
Nicholas Nethercote
|
c4fab2f234
|
Share ColorSpace.getRgb() between all sub-classes.
|
11 years ago |
Nicholas Nethercote
|
42cbb5b440
|
Introduce ImageKind constants.
|
11 years ago |
Nicholas Nethercote
|
4e1f92a893
|
Clean up putBinaryImageData().
|
11 years ago |
Nicholas Nethercote
|
f62c1c469f
|
Special-case 24-bit RGB image-handling.
|
11 years ago |
Brendan Dahl
|
b187326022
|
Use default encoding for standard fonts without a file.
|
11 years ago |
Nicholas Nethercote
|
d4e8b41639
|
Remove some unnecessary local variables.
|
11 years ago |
Brendan Dahl
|
f7fea015a9
|
Remove isFixedPitch check for now.
|
11 years ago |
Nicholas Nethercote
|
33dd1b0c3c
|
Remove the unnecessary this.buf in CCITTFaxStream.
|
11 years ago |
Brendan Dahl
|
2188bcb50f
|
Merge pull request #4321 from timvandermeij/html5-analyzer
Rewritten reftest analyzer from XHTML to HTML5
|
11 years ago |
Tim van der Meij
|
5ef87394e5
|
Rewritten reftest analyzer from XHTML to HTML5
|
11 years ago |
Tim van der Meij
|
569bb131e5
|
Merge pull request #4328 from Snuffleupagus/b2g-remove-pageNumber-spinner
[B2G] Remove the spinner from the pageNumber field
|
11 years ago |
Brendan Dahl
|
cc46cea7cb
|
Merge pull request #4262 from yurydelendik/issue4257
Removes -moz-box-sizing usage
|
11 years ago |
Tim van der Meij
|
6d703ca640
|
Merge pull request #4327 from Snuffleupagus/issue-4315-followup
Move print icons now that all icons are the same size
|
11 years ago |
Brendan Dahl
|
53f0331707
|
Merge pull request #4315 from shorlander/master
Clean up toolbar images and add Retina assets.
|
11 years ago |
Yury Delendik
|
5de3e55f70
|
Merge pull request #4264 from fkaelberer/FasterJPXdecoding
Faster JPX decoding
|
11 years ago |
fkaelberer
|
5f8546c120
|
Faster JPX decoding
|
11 years ago |
Yury Delendik
|
f11a6ae238
|
Merge pull request #4322 from prometheansacrifice/FixUnhandledExistingPageBug
Attempting to fix #4166
|
11 years ago |
Manas (prometheansacrifice)
|
5a038b17a2
|
Trying to fix #4166
|
11 years ago |
Tim van der Meij
|
d880131312
|
Merge pull request #4319 from dferer/forms.js
Fixed examples/acroforms/forms.js
|
11 years ago |
Samuel Chantaraud
|
4eb7c04034
|
Fixed examples/acroforms/forms.js
|
11 years ago |
Jonas Jenwald
|
2337e974f7
|
Move print icons now that all icons are the same size
|
11 years ago |
shorlander
|
bef10a938a
|
Clean up toolbar images and add Retina assets.
|
11 years ago |
Yury Delendik
|
287e7c808b
|
Merge pull request #4311 from yurydelendik/jpgjs-speed
jpgjs performance tuning
|
11 years ago |
fkaelberer
|
e874b272bf
|
jpgjs performance tuning
|
11 years ago |
Yury Delendik
|
4c22afa380
|
Merge pull request #4300 from Snuffleupagus/issue-4296
Handle undefined url in LinkAnnotation
|
11 years ago |
Yury Delendik
|
d28b890aa1
|
Merge pull request #4299 from peerlibrary/bind-compatibility
Fix for bind compatibility implementation (polyfill)
|
11 years ago |
Yury Delendik
|
7e1c6a6aa3
|
Merge pull request #4306 from peerlibrary/warnings
Info function does not interpolate strings
|
11 years ago |