Tim van der Meij
7a2cb7cddd
Fixes lint warning W004 in /test
2014-04-11 00:02:33 +02:00
Tim van der Meij
b348243866
Fixes lint warning W004 in /web
2014-04-11 00:02:33 +02:00
Tim van der Meij
10f80bda23
Fixes lint warning W004 in src/shared
2014-04-11 00:02:32 +02:00
Tim van der Meij
a71a87a821
Fixes lint warning W018: confusing use of exclamation mark
2014-04-11 00:02:31 +02:00
Yury Delendik
79f82b0fae
Merge pull request #4589 from Snuffleupagus/bug-872827
...
Remove leading and trailing spaces from info.Producer and info.Creator when printing debug info in the console (bug 872827)
2014-04-10 16:32:09 -05:00
Yury Delendik
85c86a2fd7
Merge pull request #4590 from yurydelendik/ie9murhash
...
Relaxes murmurhash array requirement.
2014-04-10 16:28:54 -05:00
Brendan Dahl
36d63a2313
Merge pull request #4593 from brendandahl/docs
...
Fix version numbers.
2014-04-10 10:08:39 -07:00
Brendan Dahl
93ba3f88a1
Fix version numbers.
2014-04-10 10:07:05 -07:00
Brendan Dahl
ba9f1e7965
Merge pull request #4585 from brendandahl/docs
...
Redo and add more documentation to gh-pages.
2014-04-10 10:03:04 -07:00
Brendan Dahl
3ce622a106
Redo and add more documentation to gh-pages.
2014-04-10 10:01:51 -07:00
Yury Delendik
80fed15dd3
Merge pull request #4584 from chriskr/make-create-lists-automatically
...
Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make
2014-04-10 10:51:30 -05:00
Yury Delendik
791c9a7b13
Relaxes murmurhash array requirement.
2014-04-10 07:55:08 -05:00
Jonas Jenwald
eb7f369c54
Remove leading and trailing spaces from info.Producer and info.Creator when printing debug info in the console (bug 872827)
2014-04-10 12:20:39 +02:00
Yury Delendik
82e6018826
Merge pull request #4587 from yurydelendik/textselectexample
...
Fixes text-selection example
2014-04-09 21:57:13 -05:00
Yury Delendik
9c84bfa416
Fixes text-selection example
2014-04-09 20:52:21 -05:00
Yury Delendik
3a1cffa798
Merge pull request #4570 from brendandahl/text-layer-refactor-squash
...
Build the text layer geometry on the worker.
2014-04-09 19:19:44 -05:00
Brendan Dahl
5bd8a83c9b
Build the text layer geometry on the worker.
2014-04-09 16:44:07 -07:00
Yury Delendik
af536353d5
Merge pull request #4568 from p01/JPX_optimization
...
Jpx optimization
2014-04-09 17:25:11 -05:00
Yury Delendik
9ccdbbcb55
Merge pull request #4574 from Snuffleupagus/bug-850854
...
Handle 'space' character correctly in WinAnsiEncoding (bug 850854)
2014-04-09 14:36:49 -05:00
Christian Krebs
5a49d2eb83
Create the WORKER_SRC_FILES and EXT_SRC_FILES lists in make automatically
2014-04-09 21:02:13 +02:00
Brendan Dahl
a6e5f31ca1
Merge pull request #4423 from chriskr/font-aliases
...
Treat fonts with the same font descriptor and encoding as aliases
2014-04-09 10:26:09 -07:00
Yury Delendik
7a321dbf7e
Merge pull request #4569 from Snuffleupagus/bug-878026
...
Handle 'space' character correctly in MacRomanEncoding (bug 878026)
2014-04-09 10:44:10 -05:00
p01
b77e647f4f
JPX decoder 20-25% speed optimization
2014-04-09 16:58:40 +02:00
Yury Delendik
d1f9a4e965
Merge pull request #4578 from Snuffleupagus/bug-847420
...
Workaround for cases where FontName in the FontDescriptor differs from BaseFont in the Font (bug 847420)
2014-04-09 08:54:13 -05:00
Jonas Jenwald
811f1b1d05
Workaround for cases where FontName in the FontDescriptor differs from BaseFont in the Font (bug 847420)
2014-04-09 11:29:33 +02:00
Christian Krebs
79f34b183c
Treat fonts with the same font descriptor, encoding and unicode map as aliases
...
Different fonts can point to the same font descriptor
(see https://github.com/mozilla/pdf.js/issues/4339 for details). With this
commit such fonts are treated as aliases if they have also the same encoding
and the same toUnicode map. The according info is stored on the font descriptor.
This change must also ensure that aliases use always the same font name
because translated fonts can get cleared depending on the CLEANUP_TIMEOUT setting.
2014-04-08 20:45:21 +02:00
Brendan Dahl
608c6cea5a
Merge pull request #4374 from yurydelendik/dictgetall
...
Doesn't traverse cyclic references in Dict.getAll; reduces empty-Dict GC
2014-04-08 10:43:42 -07:00
Jonas Jenwald
9e6c66be12
Handle 'space' character correctly in WinAnsiEncoding (bug 850854)
2014-04-08 13:07:29 +02:00
Brendan Dahl
ed1f8c33bd
Merge pull request #4286 from yurydelendik/webgl
...
WebGL and misc memory optimizations
2014-04-07 14:33:34 -07:00
Jonas Jenwald
8fc4ebd5cb
Handle 'space' character correctly in MacRomanEncoding (bug 878026)
2014-04-07 20:59:26 +02:00
Yury Delendik
31c260a886
Merge pull request #4565 from fkaelberer/fixJPXparsing
...
Read color info from JPX stream + fix color problem #4540
2014-04-07 09:32:03 -05:00
Yury Delendik
89a676a49c
Protects from killing a closed process
2014-04-07 09:31:04 -05:00
Yury Delendik
b72094d740
Using shell/cmd commands to kill browser tasks
2014-04-07 07:59:27 -05:00
fkaelberer
2982de8f33
Use Stream instead of byte array access
2014-04-06 13:40:27 +02:00
fkaelberer
1ccc8a64b7
Read color info from JPX stream
...
Fix colors problem #4540 + minor cleanup
fix lint warnings
2014-04-05 18:02:58 +02:00
Yury Delendik
cbf35cae0f
Merge pull request #4563 from bthorben/testWithOpera
...
Test with opera
2014-04-04 09:03:20 -05:00
Thorben Bochenek
c834ba7c3e
Make Opera a possible browser to test with
2014-04-04 15:16:07 +02:00
Thorben Bochenek
5c6985bc82
Remove unused variable
2014-04-04 14:34:30 +02:00
Brendan Dahl
d898717be4
Merge pull request #4559 from yurydelendik/history
...
Refactors history and how the database is stored
2014-04-03 12:53:45 -07:00
Yury Delendik
b39f0c311c
Refactors history and how the database is stored
2014-04-03 13:23:18 -05:00
Yury Delendik
30ab878835
Add enableWebGL to the preferences
2014-04-03 12:20:53 -05:00
Yury Delendik
7638175315
Sync l10n files
2014-04-03 10:49:55 -05:00
Yury Delendik
9c59437ac3
Merge pull request #4455 from aib/master
...
Fix download button waiting if document has started but not completed downloading
2014-04-03 09:40:06 -05:00
Yury Delendik
4be65a9477
Merge pull request #4516 from dferer/ios-scrolling
...
Added CSS rules to improve scrolling on iOS devices
2014-04-03 09:34:20 -05:00
Yury Delendik
f57c6935d7
Implements WebGL support
2014-04-03 08:36:22 -05:00
Yury Delendik
944219ad8a
Balance smask process chunking
2014-04-03 08:34:21 -05:00
Yury Delendik
1e8d70af98
Prescales shading pattern packed data indices
2014-04-03 08:34:20 -05:00
Yury Delendik
5262e6f84f
Set max size for the group
2014-04-03 08:34:20 -05:00
Yury Delendik
3e17021f8d
Merge pull request #4482 from Snuffleupagus/prefs-async-v2
...
Rewrite 'Preferences' to make it async
2014-04-03 08:32:14 -05:00
Jonas Jenwald
42f9541081
Add preference to automatically enable the Hand Tool when the viewer loads
2014-04-03 10:17:35 +02:00