Daniel Bonniot
b78cdd0a9d
Use scrollHeight to find out how to scroll to the end for ctrl-end.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-14 16:34:02 +02:00
Daniel Bonniot
bf210751f7
Added myself in AUTHORS, as requested
2013-07-03 22:35:49 +02:00
Daniel Bonniot
08ba884b7f
Simplify the implementation of ctrl-home, we don't need to care about pages in this case.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-03 22:16:41 +02:00
Daniel Bonniot
972c92540e
Use return in the non-handled key cases, and call preventDefault() in a single place, as suggested.
...
https://github.com/coolwanglu/pdf2htmlEX/issues/180
2013-07-03 22:02:59 +02:00
Daniel Bonniot
4bde91423d
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Scroll pages with alt-page up/down, not page up/down.
Implement screen scrolling for page up/down.
Fix comment about which key is up (code was right, but comments were inverted :D)
2013-07-03 12:16:32 +02:00
Daniel Bonniot
d9bd8106fe
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Call e.preventDefault() when the key was handled.
2013-07-03 11:27:12 +02:00
Daniel Bonniot
40dc097ebd
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Better name for the key handler.
2013-07-03 11:22:42 +02:00
Daniel Bonniot
316d547ac0
https://github.com/coolwanglu/pdf2htmlEX/issues/180
...
Add key handler, and implement page up, page down, ctrl-home and ctrl-end.
First commit on github and first javascript coding :)
2013-07-03 09:57:00 +02:00
Lu Wang
132478c1c1
new option: --override-fstype
2013-07-02 08:04:20 +08:00
Lu Wang
1fc7027395
check if em size is 0
2013-07-01 12:01:29 +08:00
Lu Wang
50d261867a
fix space width
2013-07-01 10:19:30 +08:00
Lu Wang
0afced18bd
disable auto ligature in ff
2013-06-26 20:03:58 +08:00
Lu Wang
fcea225f36
include cstdio for remove()
2013-06-25 04:45:07 +08:00
Lu Wang
29ba79a378
removed '--remove-unused-glyph'
2013-06-17 23:29:22 +08:00
Lu Wang
4a7e067059
..
2013-06-14 03:22:50 +08:00
Lu Wang
b71efb7f4e
fix .data()
2013-06-13 23:08:47 +08:00
Lu Wang
3b3efb6845
add dollar sign for jquery objects
2013-06-13 23:00:42 +08:00
Lu Wang
b6df9d5763
Merge remote-tracking branch 'origin/lazyload'
2013-06-13 22:45:39 +08:00
Lu Wang
7008cd8fba
Merge pull request #171 from micred/lazyload
...
lazy load with deferrered scroll_to
2013-06-13 07:42:04 -07:00
Michele Redolfi
25a3273bac
event triggering removed
2013-06-13 14:40:50 +02:00
Michele Redolfi
51dd4fdecd
load_page idx now starts from 1; pages_loading move to Viewer instance; fixes; pdf2htmlEX.js.in executable bit removed;
2013-06-13 12:39:52 +02:00
Lu Wang
6d135d7fc0
more strict Matrix_less, which was inconsistent
2013-06-13 18:38:46 +08:00
Lu Wang
fe96b572ef
..
2013-06-13 18:00:25 +08:00
Michele Redolfi
d5ade42d5a
lazy load with deferrered scroll_to
2013-06-12 17:53:14 +02:00
Lu Wang
47267669ce
fixed a wrong optimization when opening a new text line
2013-06-12 13:21:10 +08:00
Lu Wang
dd41565c3c
dump empty frames for split-pages
2013-06-09 22:19:12 +08:00
Lu Wang
69d083b27b
auto run test in travis ci
2013-06-07 01:15:51 +08:00
Lu Wang
6e753c1465
add test in makefile
2013-06-07 01:15:14 +08:00
Lu Wang
66b9c52c98
Merge pull request #164 from rmorlok/master
...
Fixing unit tests
2013-06-06 21:32:56 -07:00
Ryan Morlok
1544149e04
updating test_naming.py unit tests to make the expected values consistent with new output structure and make calls to pdf2htmlEX use updated command line arguments
2013-06-04 13:03:29 -05:00
Lu Wang
cf1c668b81
Merge pull request #160 from micred/jsonescape
...
fix bug: JS error when pdf contained single quotes in its name; add myse...
2013-05-31 19:23:26 -07:00
Lu Wang
73d84524f8
override default unicode bidi for RTL languages like Hebrew
2013-05-31 22:17:14 +08:00
Michele Redolfi
933efc1d6c
lex order
2013-05-31 12:43:31 +02:00
Michele Redolfi
a59c6a8865
fix bug: JS error when pdf contained single quotes in its name; add myself in AUTHORS as kindly request by Lu
2013-05-31 12:24:12 +02:00
Lu Wang
c4757c7fae
strict mode in js
2013-05-30 02:31:48 +08:00
Lu Wang
3fd823e082
update build script
2013-05-30 00:52:20 +08:00
Lu Wang
f655a8af42
changelog
2013-05-27 07:45:16 +08:00
Lu Wang
92454a9883
new option --embed, --embed-*; better ArgEntry
2013-05-27 07:43:26 +08:00
Lu Wang
c815f304f3
Merge pull request #153 from ChrisCinelli/master
...
Assign the Viewer to a variable so it can be used
2013-05-22 23:06:31 -07:00
Chris Cinelli
11f23c01e7
Update AUTHORS
2013-05-23 00:00:47 -06:00
Chris Cinelli
2d53c6174a
Updated default viewer name
2013-05-22 23:38:07 -06:00
Chris Cinelli
0310176601
Update manifest to provide a object accessible to parent when the HTML is in an iframe
2013-05-21 18:27:53 -06:00
Lu Wang
6adf903b1b
compiler flag change
2013-05-11 18:42:50 +08:00
Lu Wang
4e2aefeb6f
remove gplv2
2013-05-11 14:53:03 +08:00
Lu Wang
943f949e8e
Merge branch 'master' of github.com:coolwanglu/pdf2htmlEX
2013-05-10 22:45:56 +08:00
Lu Wang
1634eb3b8f
.gitignore
2013-05-10 22:45:30 +08:00
Lu Wang
d7254f4d00
.gitignore
2013-05-10 22:44:07 +08:00
Lu Wang
35baa47fa3
Update README.md
2013-05-10 22:38:59 +08:00
Lu Wang
ee9bcbe793
Update README.md
2013-05-10 22:32:20 +08:00
Lu Wang
84a43f23a4
Update README.md
2013-05-10 22:25:05 +08:00