Lu Wang
757810f170
travis debug
...
Update README.md
track travis branch on CI
install ttfautohint; run ctest with output-on-failure
check more c++11 features
use local browser to test
install selenium through pip in travis
refactor tests
use html instead of png as reference
2014-11-18 13:17:22 +08:00
Lu Wang
bd891e7eb0
add libpoppler-private-dev to travis
2014-11-16 22:52:40 +08:00
Lu Wang
92413fdec3
use auto when possible
...
fix typo
2014-11-16 22:11:03 +08:00
Lu Wang
527e7b6216
improve test runner
2014-11-16 13:40:02 +08:00
Lu Wang
22d19329c0
working on unittest
...
use fontforge PPA in travis
exluding test/ in the archive
..
rewrite test_naming.py
migrate old test_nameing.py to new unittest
2014-11-16 00:06:43 +08:00
Lu Wang
2ca5ea6031
todo
2014-11-13 12:35:34 +08:00
Lu Wang
ad6ff61797
ENABLE_SVG is on by default; do not support poppler <0.25.0
2014-11-13 12:32:31 +08:00
Lu Wang
4101e845eb
Merge branch 'master' into incoming
2014-11-13 12:19:49 +08:00
Lu Wang
67dac7d993
wrap-and-sort
2014-11-12 11:43:28 +08:00
Lu Wang
1a6ecd81fc
fix ppa packaging
2014-11-12 10:58:16 +08:00
Lu Wang
eb4de24102
trying to fix ppa packaging
2014-11-12 09:45:49 +08:00
Lu Wang
4f41716f63
Merge pull request #434 from srijs/patch-1
...
fix typo: generalise error message
2014-10-01 19:55:37 +08:00
Sam Rijs
5baa3be878
fix typo: generalize error message
2014-09-26 16:32:58 +10:00
Lu Wang
ac19f26368
Update README.md
2014-08-28 07:44:31 +08:00
Lu Wang
f5c2cca4f5
render text on background image if used as path
2014-08-21 17:07:42 -07:00
Lu Wang
4ec223297d
update manpage
2014-08-20 16:02:21 -07:00
Lu Wang
2a9e8a3d40
Merge pull request #414 from duanyao/workaround_leading_space_chrome
...
Workaround chrome/webkit bug of word-spacing with leading spaces.
2014-08-18 20:04:38 -07:00
Duan Yao
fdf1c36744
Workaround chrome/webkit bug of word-spacing with leading spaces.
2014-08-19 10:30:43 +08:00
Lu Wang
b4fe859c0d
Merge pull request #408 from duanyao/Fix_page_box_dt
...
Fix page box bug in DrawingTracer (#404 ); add more debug output.
2014-08-17 19:34:45 -07:00
Duan Yao
5205e7b613
Fix page box bug in DrawingTracer ( #404 ); add more debug output.
2014-08-18 10:10:05 +08:00
Lu Wang
55b5b51f0e
Merge pull request #406 from duanyao/fix_offset_and_padding
...
Fix offset optimizing issue introduced by padding char (#398 ).
2014-08-07 13:41:09 -07:00
Lu Wang
4df4ea5e4c
Merge pull request #407 from duanyao/fix_bitmap_dump
...
Fix bitmap dump
2014-08-05 14:20:18 -07:00
Duan Yao
166625fb71
Update man page for --svg-embed-bitmap.
2014-08-05 18:59:19 +08:00
Duan Yao
144ec439f0
Don't dump jpeg not in RGB or Gray colorspaces (Fix 400).
2014-08-04 02:56:01 +08:00
Duan Yao
e230bc06a9
Force --svg-embed-bitmap on when user set --embed-image on.
2014-08-04 02:55:45 +08:00
Duan Yao
c7053f392b
Fix offset optimizing issue introduced by padding char ( #398 ).
2014-08-04 02:47:51 +08:00
Lu Wang
f609ed732f
update travis file
2014-07-25 01:08:47 -07:00
Lu Wang
d02a8e5c01
fix test
2014-07-25 01:08:10 -07:00
Lu Wang
311bdf78ea
bump version
2014-07-25 00:44:28 -07:00
Lu Wang
07f9b75116
..
2014-07-25 00:35:42 -07:00
Lu Wang
75709ac6c3
update changelog, prepare for new release
2014-07-24 20:14:01 -07:00
Lu Wang
ffa7ead922
purge css draw
2014-07-24 20:02:39 -07:00
Lu Wang
80b8e1f5de
Merge pull request #365 from duanyao/covered_text_handling
...
Covered text handling
2014-07-13 17:41:31 -07:00
Lu Wang
b45f141f5f
Merge pull request #384 from duanyao/xhtml_output
...
Change output format to xhtml, and enable --output-filename option.
2014-07-13 17:20:41 -07:00
Lu Wang
6e8d5396cd
make license consistent
2014-07-13 17:16:36 -07:00
Lu Wang
2081f9eb88
merge fix
2014-07-13 17:02:15 -07:00
Lu Wang
123b37ce22
lots of improvements from josch
2014-07-13 16:59:30 -07:00
Lu Wang
329364285e
Merge branch 'incoming' of github.com:coolwanglu/pdf2htmlEX into incoming
2014-07-13 16:34:51 -07:00
Duan Yao
5993548c1d
Change output format to xhtml.
2014-07-12 08:45:20 +08:00
Lu Wang
11ae1fbad0
sync with fontforge master
2014-06-30 12:16:55 -07:00
Lu Wang
10cbf4e5c5
Merge pull request #379 from duanyao/proof_output
...
Proof mode: take care of render mode change inside text object; fix line...
2014-06-29 23:11:17 -07:00
Duan Yao
448b0d6dad
Rename files CoveredTextHandler.* to CoveredTextDetector.*
2014-06-29 14:55:48 +08:00
Duan Yao
d0348b3974
Rename class CoveredTextHandler to CoveredTextDetector
2014-06-29 14:48:57 +08:00
Duan Yao
9bd1eb2c2a
Remove unuseful constructor/destructor of CoveredTextHandler
2014-06-29 14:39:51 +08:00
Duan Yao
24b5eeb1e5
re-apply "fix rise with optimize-text( 9c0b2a8a
)" after rebase
2014-06-29 13:51:31 +08:00
Duan Yao
25d53ba0d1
Fix call to Color constructor.
2014-06-29 13:16:42 +08:00
Duan Yao
85f04be632
Covered text handling: rename option name to --correct-text-visibility.
2014-06-29 13:16:42 +08:00
Duan Yao
ceb4e3eac6
Covered text handling: use class instead of inline style.
2014-06-29 13:12:35 +08:00
Duan Yao
39e171a737
Improve covered text handling: 1. take care of chars corespond to 0 or more than one unicode points;
...
2. merge sibling invisiable spans; 3. improve interfaces of HTMLLineState and HTMLRenderer;
2014-06-29 13:12:35 +08:00
Duan Yao
65e82028bb
Allow covered text handling (--process-covered-text) to work without cairo.
2014-06-29 13:12:35 +08:00