Commit Graph

266 Commits

Author SHA1 Message Date
Brendan Dahl
92d0d1d694 Merge new API and text search. 2012-04-20 16:49:08 -07:00
Yury Delendik
6aacffaeb6 Merge pull request #1526 from jviereck/fix_keyboard
Fix keyboardbindings
2012-04-20 05:43:06 -07:00
Julian Viereck
ec5a1b2a1b Fix lint issues 2012-04-20 09:33:50 +02:00
Brendan Dahl
cec7a92a99 Merge pull request #1568 from yurydelendik/issue-1557
Fixes annotations; adds text annotation icon
2012-04-18 10:51:13 -07:00
Yury Delendik
72fd078fa1 Fixes page-width mode 2012-04-17 15:53:17 -05:00
Yury Delendik
237e1d941d Fix annotations; add text annotation icon 2012-04-17 15:33:15 -05:00
Yury Delendik
f701a1427a Remove operatorList cache from the backend 2012-04-16 15:23:24 -05:00
Yury Delendik
1e96c73207 Fixing concurent draw page requests for de-allocation 2012-04-16 14:13:41 -05:00
Brendan Dahl
04c8d1454d Add Util functions to PDFJS. 2012-04-16 09:45:49 -07:00
Brendan Dahl
f679f0dfe8 Move open after everything is initialized. 2012-04-13 09:33:36 -07:00
Yury Delendik
dee158d80c Fix title info for PDF document 2012-04-12 15:56:17 -07:00
Yury Delendik
eba8f5a22c Fix finger print, remove unused code 2012-04-12 15:14:18 -07:00
Brendan Dahl
7c35f10af8 Fix thumbnail view. 2012-04-12 13:04:03 -07:00
Julian Viereck
e8b18ef167 Really fix the keyboard handling 2012-04-12 08:21:19 -07:00
Julian Viereck
caa3c3fdc4 Fix keyboard mapping in viewer 2012-04-12 08:05:36 -07:00
Brendan Dahl
fd58f04117 Refactor API to be async. 2012-04-11 16:47:42 -07:00
Yury Delendik
d61c4f07f8 Initial view bug and rename viewport function 2012-04-11 10:18:29 -07:00
Yury Delendik
2f4423cffb Fixing zoom and rotate issues 2012-04-11 09:42:41 -07:00
Yury Delendik
47c43b5779 Removing the rotatePoint, width, height from the API 2012-04-11 08:29:44 -07:00
Yury Delendik
737ed84174 Initial API implementation 2012-04-09 22:20:57 -07:00
Julian Viereck
12b27044aa Fix bug such that search is updated one a new page arrives + make the search update happen only very 250ms 2012-04-08 16:31:29 -07:00
Julian Viereck
c9fb5637c3 Extract one page after the other and not all pages at once 2012-04-08 16:18:43 -07:00
Julian Viereck
3c77291013 Merge text search with current master 2012-04-08 08:57:55 -07:00
Saebekassebil
025ee3f9af Use Title - Filename as document.title 2012-04-06 14:57:50 +02:00
Yury Delendik
08a241fc4b Convert Unicode strings in the document info (#1458) 2012-04-05 10:40:37 -05:00
gigaherz
2283f0bac1 Decode the filename when assigning to title. 2012-03-31 01:23:53 +02:00
gigaherz
211c63f587 Merge branch 'master' of https://github.com/mozilla/pdf.js into title-mods 2012-03-31 00:48:06 +02:00
Brendan Dahl
0cf43886c5 Merge pull request #1377 from gigaherz/progressbar
Add a Progressbar to the loading indicator
2012-03-30 08:49:29 -07:00
Brendan Dahl
afebc33142 Merge pull request #1413 from saebekassebil/metadata
Metadata Parsing - Setting proper document title
2012-03-28 12:02:16 -07:00
Saebekassebil
10fb0dc383 Use strict and expose in build version 2012-03-28 20:07:37 +02:00
Saebekassebil
102469d20c expose documentInfo in viewer 2012-03-28 19:29:05 +02:00
Saebekassebil
1181ef2778 Fix throwing errors 2012-03-28 19:15:59 +02:00
Saebekassebil
e6277784f1 fix to follow syntax style guidelines 2012-03-27 22:32:35 +02:00
notmasteryet
eda1fe74f4 Remove scrollTo on unload 2012-03-27 11:48:47 -05:00
gigaherz
3280a2bece Unwrap getFileName from the object, avoid issues with / in query/anchor strings, simplify the code to calculate 'end'. 2012-03-27 09:27:54 +02:00
gigaherz
a094dd4746 Simplified the ProgressBar a bit: made the div fixed-size, removed the unnecessary '.remaining' div, used percent size for the '.progress' div. 2012-03-27 09:13:32 +02:00
Saebekassebil
2bb5a9e545 moving \!pdfTitle to front 2012-03-27 00:17:57 +02:00
Saebekassebil
edc1694620 Now also fetch 'Document Info Dictionary', and expose 'raw' metadata attributes 2012-03-26 23:48:04 +02:00
Saebekassebil
20dd225e40 Metadata parsing/serialization 2012-03-24 19:59:51 +01:00
gigaherz
ab46530ff8 Lint fixes. 2012-03-24 15:23:27 +01:00
gigaherz
080a80b716 Better filename cleanup 2012-03-23 21:13:04 +01:00
gigaherz
536519a9a1 Assign the filename to the page title instead of the full URL 2012-03-23 16:26:22 +01:00
gigaherz
ddf3d114d0 Wrong word. 2012-03-22 22:57:42 +01:00
gigaherz
114d2c9ebd Simplified ProgressBar class. Visual tweaks. 2012-03-22 22:54:12 +01:00
gigaherz
ecaf467a13 One more cosmetic tweak and fix 'make lint' complaints. 2012-03-22 00:05:24 +01:00
gigaherz
d2f463bf7c Add a progressbar to the loading indicator, below the text. 2012-03-21 23:36:10 +01:00
Brendan Dahl
abf8fe39ac Only enable pdfDebug for the extension if a pref is set. 2012-03-14 15:34:12 -07:00
Brendan Dahl
41557d62c0 Merge branch 'master' of https://github.com/mozilla/pdf.js into stats 2012-03-12 13:23:33 -07:00
notmasteryet
b870cbad0f Move custom style 2012-03-02 07:11:24 -06:00
Brendan Dahl
d0143cc289 Fix missing bidi for extension. 2012-02-23 09:21:35 -08:00