Commit Graph

4309 Commits

Author SHA1 Message Date
gigaherz
3e20fe2355 Refresh the zoom settings after rotating the pages also for non-fullscreen, using the current value of the scale. 2012-09-08 02:07:16 +02:00
Brendan Dahl
3120edc8d2 Merge pull request #2048 from gigaherz/page-rotation-2
Implement page rotation controls using context menu.
2012-09-07 16:58:32 -07:00
gigaherz
bbcb05af7b Implement page rotation controls using keyboard (R/shift-R) and context menu. 2012-09-08 01:05:14 +02:00
Brendan Dahl
455bb6d98c Merge pull request #2076 from kkujala/dev
Add initial TilingType support.
2012-09-07 15:39:28 -07:00
Yury Delendik
954ea97158 Removes unnecessary ctx.mozCurrentTransformInverse transforms 2012-09-07 11:00:05 -05:00
Brendan Dahl
55ebff6059 Merge pull request #2035 from yurydelendik/makemakefile
Generates proxy Makefile
2012-09-07 08:53:44 -07:00
Brendan Dahl
59016bcf59 Merge pull request #2082 from yurydelendik/chrome-fontload
Workaround for chrome's issue 145227
2012-09-07 08:50:55 -07:00
Xavier Fung
60a9719a79 Merge remote-tracking branch 'upstream/master' 2012-09-07 10:40:30 +08:00
Yury Delendik
c69013e969 Merge pull request #2087 from moderation/master
Updates to reenable chrome extension
2012-09-06 13:09:13 -07:00
Michael Payne
6ca9245a39 Changes to allowed versioned building of Chrome extension that meets new
Chrome extension security requirements
2012-09-06 12:39:49 -07:00
Michael Payne
d6d4fc8046 remove added inline.js file
Moved inline Javascript function to viewer.js rather than create a new
file
2012-09-06 08:32:19 -07:00
Michael Payne
7bc500af57 added copyright 2012-09-05 22:54:36 -07:00
Michael Payne
088c6e17e8 changes to allow chrome extension to load
changes to remove inline scripts, update manifest version, fix make.js
so compatibility.js isn't included for chrome. Due to new Chrome
extension changes outlined at
http://developer.chrome.com/extensions/manifestVersion.html
2012-09-05 22:52:17 -07:00
Xavier Fung
f09340bcf9 Merge remote-tracking branch 'upstream/master' 2012-09-06 10:08:13 +08:00
Kalervo Kujala
5f202e1596 Add initial TilingType support. 2012-09-05 22:36:20 +03:00
Brendan Dahl
59b281f7b3 Merge pull request #2083 from yurydelendik/chrome-146537
Changes thumbs and outline panels positioning to absolute
2012-09-05 12:09:10 -07:00
Yury Delendik
a9026f0a6c Changes thumbs and outline panels positioning to absolute 2012-09-05 10:31:23 -05:00
Xavier Fung
fe86198777 Merge remote-tracking branch 'upstream/master' 2012-09-05 14:49:47 +08:00
Yury Delendik
5901f1e832 Merge pull request #2061 from brendandahl/relicense
Change to the Apache v2 license.
2012-09-04 11:04:00 -07:00
Brendan Dahl
76d877e48b Strip out license for bundled version. 2012-09-04 10:22:32 -07:00
Xavier Fung
f4ef873e17 Merge remote-tracking branch 'upstream/master' 2012-09-04 11:38:18 +08:00
Yury Delendik
b0d8d5643f Merge pull request #2065 from kkujala/refactor
Fix few jslint warnings in make.js.
2012-09-03 07:05:22 -07:00
Kalervo Kujala
6046c557a9 Fix few jslint warnings in make.js. 2012-09-02 13:05:05 +03:00
Xavier Fung
6a6abf3f9a Merge remote-tracking branch 'upstream/master' 2012-09-02 01:50:56 +08:00
Brendan Dahl
332ae4ce41 Change to the Apache v2 license. 2012-08-31 15:48:21 -07:00
Pimm Hogeling
080ab94a0d Lint syntax fixes. 2012-08-31 15:51:31 +02:00
Yury Delendik
11a341b127 Merge pull request #2059 from kkujala/refactor
Add mode setting and strict to make.js
2012-08-31 05:46:22 -07:00
Yury Delendik
6d6e9c46db Merge pull request #2056 from kkujala/master
Add l10n/fi
2012-08-31 05:33:01 -07:00
Kalervo Kujala
0e948f138d Add mode setting and strict to make.js 2012-08-31 14:51:25 +03:00
Pimm Hogeling
0fbbc5a840 Syntax changed that will help minifiers/compilers (such as the Closure Compiler) in their processing. In particular, preventing said minifiers/compilers from making dangerous renames. 2012-08-31 13:40:37 +02:00
Pimm Hogeling
438e3c8f6d Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691, among others. 2012-08-31 13:37:44 +02:00
Kalervo Kujala
5980e980a9 Add l10n/fi
The same l10n/fi strings were used as in
http://mxr.mozilla.org/l10n-central/source/fi/ and in
http://cgit.freedesktop.org/libreoffice/l10n/tree/l10n/source/fi in order not
to deviate too much from the norm.
2012-08-31 13:51:14 +03:00
Kalervo Kujala
aea65f8d7d Merge remote-tracking branch 'upstream/master' 2012-08-30 14:49:08 +03:00
Yury Delendik
deedb0a911 Workaround for chrome's issue 145227 2012-08-29 19:16:57 -05:00
Xavier Fung
7a498f7654 Merge remote-tracking branch 'upstream/master' 2012-08-30 08:13:20 +08:00
Artur Adib
8e50da78ee Merge pull request #2050 from yurydelendik/issue-2040
Fixes incorrect font type and prevents future this.objs.objs[fonts[i]] ...
2012-08-29 14:47:32 -07:00
Yury Delendik
621686ca67 Fixes incorrect font type and prevents future this.objs.objs[fonts[i]] failures 2012-08-29 16:11:56 -05:00
Brendan Dahl
b9777cf945 Merge pull request #2046 from yurydelendik/fix-1810-reftest
Fixes 1810 reftest address
2012-08-29 13:02:09 -07:00
Brendan Dahl
33f7e86171 Merge pull request #2047 from yurydelendik/font-linux
Fixes fonts on linux
2012-08-29 12:35:25 -07:00
Yury Delendik
cfca36c535 Merge pull request #2042 from brendandahl/color-key-mask
Adds support for color key mask.
2012-08-29 11:40:09 -07:00
Yury Delendik
e32ecc44d3 Fixes CFF test and CFF int16 parsing 2012-08-29 12:58:12 -05:00
Yury Delendik
93f9efde39 Fixes ascent and descent values for windows gdi 2012-08-29 12:19:09 -05:00
Brendan Dahl
d26ecff294 Reduce math for color key mask. 2012-08-29 09:36:12 -07:00
Yury Delendik
4550ffe14e Fixes fonts on linux 2012-08-29 10:31:59 -05:00
Yury Delendik
6a07913ca2 Fixes 1810 reftest address 2012-08-29 09:57:41 -05:00
Xavier Fung
134cec9796 Merge remote-tracking branch 'upstream/master' 2012-08-29 09:17:02 +08:00
Brendan Dahl
19fa6a5260 Adds support for color key mask. 2012-08-28 17:19:31 -07:00
Brendan Dahl
b1181c1d80 Merge pull request #2041 from yurydelendik/fix-parentnull
Fixes scrollIntoView when scrollbars are hidden
2012-08-28 15:35:50 -07:00
Yury Delendik
c53b7aacfc Fixes scrollIntoView when scrollbars are hidden 2012-08-28 16:29:47 -05:00
Xavier Fung
ea47a49dd0 Merge remote-tracking branch 'upstream/master' 2012-08-28 20:04:26 +08:00