Yury Delendik
0a7e3645bf
Merge pull request #2177 from kkujala/tiling
...
Sharpen the patterns.
2013-02-28 13:50:33 -08:00
Kalervo Kujala
6f65fef64b
Sharpen the patterns.
...
Draw the patterns with the intended resolution instead of scaling
afterwards. Scaling leads to unclear patterns.
Also:
Make TilingPattern function for paintType switch case.
Make TilingPattern function for bbox clipping.
Make TilingPattern functions for scaling code.
Increase MAX_PATTERN_SIZE to 4096.
Add Singular Value Decomposition function.
2013-02-28 22:32:43 +02:00
Yury Delendik
d97c5a2b14
Merge pull request #2844 from vyv03354/issue2842
...
Fix spacing calculation of TJ operator
2013-02-28 09:01:29 -08:00
Yury Delendik
5b195ea7e0
Merge pull request #2809 from divergentdave/TJ_text_selection
...
Fix text selection for oddly-spaced TJ commands (Issue #2808 )
2013-02-28 08:36:02 -08:00
Yury Delendik
7ca99df0d7
Merge pull request #2816 from Snuffleupagus/zoom-select-adjust-followup
...
Resize the zoom box width to fit the content - fix embedding
2013-02-28 08:25:44 -08:00
Yury Delendik
e4161f2789
Merge pull request #2826 from vyv03354/83pv
...
Implement "83pv" CMap and fix CIDFontType0 handling
2013-02-28 08:16:33 -08:00
Yury Delendik
c001aecddc
Merge pull request #2836 from sgtatham/master
...
Fix handling of inline annotation dictionaries
2013-02-28 07:27:55 -08:00
vyv03354
1579c4778b
Fix spacing calculation of TJ operator
2013-03-01 00:27:48 +09:00
Yury Delendik
c533561f10
Merge pull request #2712 from Snuffleupagus/fullscreen-links
...
Make PDF links work in fullscreen mode
2013-02-28 06:40:58 -08:00
Jonas
87017ec3cf
Make links work in fullscreen - fix issue mentioned by @yurydelenik
2013-02-28 15:35:41 +01:00
Mack Duan
70f788a2a5
Merge pull request #2838 from allstarschh/issue_2829_test
...
Add Support for big5 encoding.
2013-02-27 17:53:36 -08:00
allstars.chh
d67b4ed53b
test for issue2829.
2013-02-28 08:56:12 +08:00
allstars.chh
27d114bd11
Add support for big5 encoding.
2013-02-28 08:39:27 +08:00
Mack Duan
c0acf072e7
Merge pull request #2822 from waddlesplash/css
...
Spacing fixes in CSS.
2013-02-27 16:36:34 -08:00
Simon Tatham
ff4f7f1028
Use fetchIfRef to get annotation dictionaries.
...
Fixes failure to display annotations in PDFs where the annotation
dicts are inlined in the page objects rather than in subobjects.
2013-02-27 22:00:55 +00:00
Yury Delendik
a9d84f1e03
Merge pull request #2832 from ofirdev/master
...
Fix TypedArrays on IE9
2013-02-27 13:04:10 -08:00
Ofir
bf837cb524
Clone the array manually when slice is missing
2013-02-27 22:53:59 +02:00
Brendan Dahl
06a49b295a
Merge pull request #2786 from yurydelendik/jbig2-len
...
JBIG2: finds end of a segment when length is not specified
2013-02-27 10:05:52 -08:00
waddlesplash
322709257d
Spacing fixes.
2013-02-27 12:53:14 -05:00
vyv03354
4413262976
Implement "83pv" CMap and fix CIDFontType0 handling
2013-02-28 00:44:38 +09:00
Brendan Dahl
9e2bf0f8ce
Merge pull request #2823 from waddlesplash/authors
...
Add myself to AUTHORS file
2013-02-26 13:23:21 -08:00
waddlesplash
4abca58dc0
Add myself to AUTHORS file.
2013-02-26 15:09:24 -05:00
Yury Delendik
2590d8b6fb
Merge pull request #2821 from waddlesplash/textselection
...
Add "cursor: text;" to textLayer div CSS.
2013-02-26 11:23:55 -08:00
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
Jonas
0bde16a0a0
Resize the zoom box width to fit the content - fix embedding - address comments
2013-02-26 18:46:50 +01:00
David Cook
355efc46d2
Fix text selection for oddly-spaced TJ commands
...
This change will discard trailing space adjustments in TJ/showSpacedText()
for the purposes of calculating the text width for text selection. In
pathological cases, a PDF may write one character and then move the text
matrix back to the beginning of the character within one TJ invocation.
This would add up to a canvasWidth of 0, so the text selection <div> would
be scaled to zero pixels wide, even though the character was drawn
normally.
With this change, canvasWidth will not include any adjustments made after
the last character was written. Normal use of TJ will result in the same
text selection behavior, whereas pathological use of TJ will result in the
text selection layer matching the actual width of the characters
displayed.
For an example of such pathological behavior, see http://www.tycovalves-usa.com/ld/CROMC-0297-US.pdf#page=48
2013-02-25 21:00:17 -06: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
Mack Duan
f94221a37f
Merge pull request #2789 from yurydelendik/getString
...
Fixes getString
2013-02-25 14:33:07 -08:00
Brendan Dahl
a13f7964b1
Merge pull request #2686 from vyv03354/bug770409
...
Implement vertical writing
2013-02-25 12:47:47 -08:00
Brendan Dahl
b89d98eede
Merge pull request #2782 from yurydelendik/jbig2-text-align
...
Fixes symbols positioning in JBIG2
2013-02-25 09:54:05 -08:00
Brendan Dahl
55918ce0c8
Merge pull request #2794 from yurydelendik/jbig2-template-1
...
JBIG2: Fixes template 1 for decoding
2013-02-25 09:10:24 -08:00
Yury Delendik
a4e64b5204
Merge pull request #2773 from Snuffleupagus/focus
...
Makes navigation keys work on document load
2013-02-25 09:09:49 -08:00
Yury Delendik
4d50965434
Fixes template 1 for decoding
2013-02-24 17:34:00 -06:00
Jonas
e4e4b1ab4e
Make navigation keys work on document load - avoid breaking embedded viewer, take 3
2013-02-24 17:49:42 +01:00
Yury Delendik
854a4dd163
Merge pull request #2785 from vyv03354/issue2674
...
Add a dummy byte at end of the CFF table to satisfy sanitizer
2013-02-23 14:33:43 -08:00
Yury Delendik
95e5429707
Fixes getString
2013-02-23 11:35:18 -06:00
Yury Delendik
1d4372775d
JBIG2: finds end of segment when length is not specified
2013-02-23 10:35:41 -06:00
vyv03354
059fd616cd
Add a dummy byte at end of the CFF table to satisfy sanitizer
...
Fixes #2674 .
2013-02-23 20:58:54 +09:00
Julian Viereck
b9e3e845e5
Merge pull request #2676 from Snuffleupagus/pagemode
...
Add 'pagemode' URL parameter
2013-02-23 01:59:17 -08:00
Yury Delendik
cbe829228e
Fixes symbols positioning in JBIG2
2013-02-22 22:08:46 -06:00
Yury Delendik
007a643279
Merge pull request #2779 from waddlesplash/findbar
...
Fixes to findbar CSS.
2013-02-22 10:07:11 -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
Yury Delendik
783616b91f
Merge pull request #2731 from AluisioASG/d18f8d11bc7b5157e727b82eccdec6676f4bca07
...
Add icons to the Chrome extension
2013-02-20 05:29:17 -08:00
Yury Delendik
657d9f3f85
Merge pull request #2732 from vyv03354/issue2728
...
Remove the test of experimental properties in workers
2013-02-20 05:24:32 -08:00
Yury Delendik
bc784953c8
Merge pull request #2741 from piotrex/master
...
viewer.properties - Polish lang : English file -> Polish and translated new values
2013-02-20 05:16:24 -08:00
Yury Delendik
782f325536
Merge pull request #2743 from vyv03354/fx19release
...
Update README.md
2013-02-20 05:14:00 -08:00