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
1ac24dbc01
Merge remote-tracking branch 'mozilla/master' into textsearch-1
...
Conflicts:
src/core.js
src/fonts.js
2012-01-22 13:56:56 -06: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
fb2d165a48
Simple search results
2011-12-11 19:38:20 -06: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
Julian Viereck
00290b9ff4
Rename some stuff and add missing font_handler.js
2011-09-16 09:31:12 -07:00
Julian Viereck
ac4a57e858
Refactor to execute IR on main thead by posting messages to itself
2011-09-15 08:20:43 -07:00
Julian Viereck
71ff8ee586
backup
2011-09-15 08:18:57 -07:00
Julian Viereck
0a571899c8
Very basic worker implementation
2011-09-15 08:14:34 -07:00
Vivien Nicolas
95ca8ede85
Add support for Type1C advanced charsets
2011-09-11 17:38:02 +02:00
Vivien Nicolas
d4fb9c786c
Use the built-in widths to calculate glyphs metrics
2011-09-09 01:35:37 +02:00
notmasteryet
865a6e663a
Fixing #426 comment; add '0' key as a scale reset
2011-09-05 09:07:18 -05:00
notmasteryet
9f765f052e
Tango icons, simplifying the CSS
2011-09-03 09:10:24 -05:00
notmasteryet
8dfaf760f1
Zoom In/Out buttons
2011-09-02 20:36:17 -05:00
notmasteryet
a56f36e350
Zooming control
2011-09-02 20:16:52 -05:00
sbarman
488a007f73
Merge pull request #352 from notmasteryet/outline
...
Switching to the document outline view
2011-08-23 15:00:52 -07:00
mohansun
1babe72c38
Fix for few html tag errors (as reported by Safari 5.0.6)
2011-08-23 22:00:12 -03:00
notmasteryet
d664652b86
Lifting up this.xref; buttons tooltips
2011-08-22 18:55:49 -05:00
notmasteryet
3aa6e38f01
Switching to the document outline view if the document structure is present
2011-08-21 21:05:10 -05:00
Vivien Nicolas
bf86d1bec8
Use Tango Public Domain icons and add some small tweaks to viewer.js
2011-07-29 18:17:04 +02:00
Vivien Nicolas
0edb6546a5
Unify the multi_page_viewer and the basic viewer
2011-07-28 19:48:05 +02:00
notmasteryet
2179cd0943
Move compatibility.js into web folder, enable it for viewer.html
2011-07-05 18:17:08 -05:00
notmasteryet
c35743f1cd
Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into hacks
2011-07-05 18:02:31 -05:00
Rob Sayre
4530384769
Add a make server target, fix paths to scripts.
2011-07-05 13:51:02 -07:00
Rob Sayre
7f5c7a3130
Add Makefile. Move some files around to make building the website easier.
2011-07-05 10:53:57 -07:00