Brendan Dahl
b24d647db2
Remove unused span.
2012-03-12 14:15:09 -07:00
notmasteryet
28b4dac2d8
Merge remote-tracking branch 'mozilla/master' into bidi
...
Conflicts:
web/viewer.html
2012-02-20 12:41:19 -06:00
Brendan Dahl
f17a1679eb
Move debugger to the web folder.
2012-02-15 14:55:16 -08:00
Brendan Dahl
0175f53637
Merge upstream.
2012-02-15 12:56:05 -08:00
Brendan Dahl
ba0267f5ee
Merge pull request #1207 from notmasteryet/tree-73
...
Fixes compatibity.js removal for gh-pages
2012-02-15 09:20:53 -08:00
Brendan Dahl
9fe5eff905
Combining Yury's and my debugging tools.
2012-02-13 17:35:58 -08:00
notmasteryet
feaa8aaa59
Fixes compatibity.js removal for gh-pages
2012-02-13 18:29:48 -06:00
Adil Allawi
b50cf76ab5
Properly integrate new file bidi.js
2012-02-13 14:56:37 +00:00
gigaherz
c24684b8e9
Got rid of the "released" class and made the pin icon depend on the sidebar state.
2012-02-10 20:21:55 +01:00
Adil Allawi
2e1a88f39e
Handle bidi ordering of PDF strings
2012-02-10 17:05:09 +00:00
gigaherz
6ba38daf56
Tiny issue with tabs/spaces in viewer.html
2012-02-07 09:30:47 +01:00
gigaherz
14eae7cb9f
Move code to the right place and give it a better style.
...
Highlight the background on hover.
2012-02-07 09:23:23 +01:00
gigaherz
6bb14af71c
Made the code somewhat cuter. Still totally wrong in concept.
2012-02-05 13:37:50 +01:00
gigaherz
a617aff425
Quick & dirty sidebar pinning.
2012-02-04 21:13:12 +01:00
Brendan Dahl
b381c960d9
Merge branch 'master' of https://github.com/mozilla/pdf.js into amowarnings
2012-01-31 17:53:54 -08:00
Brendan Dahl
f3b2a03de6
Hide the browse bar for the ff extension.
2012-01-24 15:13:50 -08:00
Brendan Dahl
178b89342a
Switch to stream converter for extension.
2012-01-23 16:50:45 -08:00
notmasteryet
93ca387d1b
Migration of the JPX code (from jpx5)
2012-01-11 20:08:46 -06:00
Brendan Dahl
5bd4d1987a
Easier copy/paste error message.
2012-01-04 14:48:59 -08:00
Julian Viereck
997e094bdc
Add new 'Auto' option for the viewer.
2012-01-02 20:02:20 +01:00
notmasteryet
efd82ab5bd
Merge pull request #854 from arturadib/thumb-smooth
...
Smarter thumbnail scrolling
2011-12-08 16:55:46 -08:00
Artur Adib
2040c35001
Moved event binding to 'load' event
2011-12-07 08:52:13 -05:00
Artur Adib
7d8240f15c
Addressing comments, linting
2011-12-06 16:52:29 -05:00
Brendan Dahl
3ae06c96ad
Address Yury's comments.
2011-12-01 09:11:33 -08:00
Artur Adib
5aad7cb7b5
Merge branch 'master' of git://github.com/mozilla/pdf.js into thumb-smooth
...
Conflicts:
web/viewer.js
2011-11-30 15:58:44 -05:00
Artur Adib
e316d78755
Smoother thumbnail scrolling via lazy rendering
2011-11-30 14:19:07 -05:00
Brendan Dahl
d6925b13ba
Adding new errorback and code to display error messages.
2011-11-28 16:55:09 -08:00
Brendan Dahl
9bb2b881b0
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
2011-11-08 08:48:10 -08:00
Brendan Dahl
09722d7d3c
Merge pull request #740 from acornejo/master
...
(firefox extension) Slimmed down toolbar height, from 40 to 24px.
2011-11-03 09:10:18 -07:00
Julian Viereck
51d4a17232
Change workerSrc location
2011-11-01 22:23:16 +01:00
Julian Viereck
94b8c4656b
Merge with master
2011-11-01 19:56:34 +01:00
Julian Viereck
3b7829d057
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
2011-11-01 19:32:20 +01:00
Alex Cornejo
46c0f6c23e
Slimmed down toolbar height, from 40 to 24px.
...
This matches the height of the regular Firefox toolbars, 40px takes too
much screenspace, and (in my opinion) unecessarily so, since the fonts
are not even larger.
2011-10-31 18:23:03 -04:00
notmasteryet
0912959503
Fixing 'compatibility.js' load order; add Object.keys emulation
2011-10-29 16:00:13 -05:00
Julian Viereck
1e6d1f9922
Make worker support work again after file split. Add PDFJS_WORKER_DIR/PDFJS_WORKER_FILE to specify where to load files if worker support is enabled
2011-10-28 14:32:36 +02:00
Artur Adib
0075007d49
Production scripts
2011-10-25 17:22:45 -07:00
Artur Adib
2e0af76865
Viewer working with dev version
2011-10-25 15:43:41 -07:00
Artur Adib
8fbb05613e
Progress
2011-10-25 09:10:56 -07:00
Artur Adib
889de3fc4d
make pdfjs
2011-10-24 18:13:12 -07:00
Artur Adib
a7278b7fbc
Splitting files
2011-10-24 16:55:23 -07:00
=
2ad1e622ab
Move remaining worker.js code into pdf.js.
2011-10-20 12:13:18 -07:00
=
65ea07a3a2
Initial merge of master.
2011-10-19 11:14:13 -07:00
Julian Viereck
3054102d3b
Merge worker_pull with master
2011-10-08 14:18:23 +02:00
Julian Viereck
d7521f758a
Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code
2011-10-05 22:24:38 +02:00
vingtetun
7842c65099
Merge pull request #556 from notmasteryet/cid0
...
Initial CID-0 font encodings
2011-10-03 17:36:51 -07:00
notmasteryet
612f59aa10
Limiting scale 25..400 (ref #582 ); disable scale keyboard when toolbar is active (ref #579 ); set page number field as 'number'
2011-10-01 15:52:27 -05:00
notmasteryet
66cd79f308
Initial CID0 font encodings
2011-09-28 19:54:40 -05:00
Vivien Nicolas
c93ffd645f
Merge remote branch 'upstream/master' into metrics
2011-09-22 01:24:39 +02:00
Muhammad Fikri
34b6416017
fix indentations and style nits
2011-09-21 19:25:29 +07:00
Muhammad Fikri
f08aafa72a
add loading status
2011-09-21 11:49:09 +07:00