Aleksei Pavliukov
|
e0f3189f5b
|
Add PdfAppender
|
2018-12-11 18:51:07 +03:00 |
|
Gunnsteinn Hall
|
01a87efdf3
|
Merge pull request #259 from dennwc/font_codes_strict
Strict types for runes, char codes and GIDs
|
2018-12-07 15:20:45 +00:00 |
|
Gunnsteinn Hall
|
12ea1a5927
|
Merge branch 'v3' into font_codes_strict
|
2018-12-07 15:15:27 +00:00 |
|
Gunnsteinn Hall
|
2c42c9644e
|
Update Jenkinsfile add -p flag on mkdir
|
2018-12-07 12:39:40 +00:00 |
|
Gunnsteinn Hall
|
ed88d1dd4c
|
Using dedicated TMPDIR per instance (allow concurrent builds)
|
2018-12-07 12:08:17 +00:00 |
|
Gunnsteinn Hall
|
e89ee8a42f
|
Update Jenkinsfile to download test dependencies
|
2018-12-07 11:51:02 +00:00 |
|
Gunnsteinn Hall
|
9642436460
|
Merge branch 'v3' of ssh://github.com/unidoc/unidoc into v3
|
2018-12-07 10:38:37 +00:00 |
|
Gunnsteinn Hall
|
7b839385c4
|
Update Jenkinsfile
|
2018-12-07 10:38:25 +00:00 |
|
Denys Smirnov
|
4e24c0280a
|
textencoding: rename variables and add relevant notes
|
2018-12-06 20:22:06 +02:00 |
|
Gunnsteinn Hall
|
ab5be5480e
|
Merge pull request #262 from adrg/paragraph-link-support
Styled Paragraph link support
|
2018-12-03 18:52:52 +00:00 |
|
Adrian-George Bostan
|
05b9ddcb2e
|
Fix split text chunks containing link annotations
|
2018-12-03 20:01:50 +02:00 |
|
Gunnsteinn Hall
|
6074504fc6
|
Merge branch 'v3' into paragraph-link-support
|
2018-12-02 22:14:53 +00:00 |
|
Gunnsteinn Hall
|
ec15ac6fa4
|
Add new dependency to Jenkinsfile
|
2018-12-02 22:02:56 +00:00 |
|
Adrian-George Bostan
|
999b403ad4
|
Merge branch 'v3' into paragraph-link-support
|
2018-12-01 12:02:12 +02:00 |
|
Adrian-George Bostan
|
080cf29fa0
|
Further improve code documentation
|
2018-12-01 11:56:38 +02:00 |
|
Adrian-George Bostan
|
7912d378a9
|
Improve documentation comments
|
2018-12-01 11:47:22 +02:00 |
|
Adrian-George Bostan
|
7e7292dbff
|
Add styled paragraph links test case.
|
2018-11-30 19:28:47 +02:00 |
|
Adrian-George Bostan
|
4a6d5da26c
|
Add default link style to paragraph
|
2018-11-30 18:45:48 +02:00 |
|
Adrian-George Bostan
|
9ac309464a
|
Adjust annotation position for all paragraph alignments
|
2018-11-30 18:21:47 +02:00 |
|
Adrian-George Bostan
|
09e41acdf9
|
Reverse internal link coordinate system Y axis
|
2018-11-30 18:09:05 +02:00 |
|
Denys Smirnov
|
0436f2c974
|
validate shex length in cmaps; add comments
|
2018-11-29 23:43:00 +02:00 |
|
Denys Smirnov
|
fb4a087a93
|
textencoding: introduce GlyphName type
|
2018-11-29 23:24:40 +02:00 |
|
Denys Smirnov
|
27efe08a26
|
cmap: remove global for missing code; should replace the rune afterwards
|
2018-11-29 04:52:23 +02:00 |
|
Denys Smirnov
|
e79be78aae
|
textencoding: simplify the code of computeTables
|
2018-11-29 04:45:39 +02:00 |
|
Denys Smirnov
|
8a4c4069b7
|
textencoding: unexport CodeToGlyph field
|
2018-11-29 04:42:35 +02:00 |
|
Denys Smirnov
|
6fddd80eba
|
textencoding: assert the type of differences map
|
2018-11-29 04:40:25 +02:00 |
|
Denys Smirnov
|
7c8d88185c
|
fonts: assert type of another map; add some comments
|
2018-11-29 04:30:37 +02:00 |
|
Denys Smirnov
|
b91c1b8c61
|
model: remove unnecessary typ names in font initialization
|
2018-11-29 04:19:29 +02:00 |
|
Denys Smirnov
|
46d22eac31
|
fonts: introduce types for GIDs and char codes; fix shadowing bug
|
2018-11-29 04:19:29 +02:00 |
|
Denys Smirnov
|
ab62ff5060
|
fonts: specify rune type as a key for Chars and runeToWidth
|
2018-11-29 04:19:29 +02:00 |
|
Denys Smirnov
|
6c0fd1e780
|
cmap: mapped values are runes, not strings
|
2018-11-29 04:19:29 +02:00 |
|
Gunnsteinn Hall
|
dd145a2d15
|
Merge pull request #258 from dennwc/stable_creator
Make PDF output stable when using custom fonts
|
2018-11-29 01:16:24 +00:00 |
|
Denys Smirnov
|
5b0eaf3f3a
|
creator: make output stable when using custom fonts; fixes #232
|
2018-11-29 02:56:26 +02:00 |
|
Gunnsteinn Hall
|
c3e3b326e4
|
Merge pull request #257 from dennwc/deps
List dependencies for Dep and Go modules
|
2018-11-28 23:55:46 +00:00 |
|
Denys Smirnov
|
41af4a14eb
|
list dependencies for dep and go modules
|
2018-11-29 01:15:19 +02:00 |
|
Adrian-George Bostan
|
585470eebe
|
Add styled paragraph support for internal link annotations
|
2018-11-28 22:19:30 +02:00 |
|
Adrian-George Bostan
|
e14d898abf
|
Add styled paragraph support for external link annotations
|
2018-11-28 21:28:27 +02:00 |
|
Adrian-George Bostan
|
e89519d010
|
Add Clear method to PdfObjectArray
|
2018-11-28 21:24:20 +02:00 |
|
Gunnsteinn Hall
|
319d40718c
|
Merge pull request #254 from adrg/list-component
Add list component
|
2018-11-18 10:44:35 +00:00 |
|
Adrian-George Bostan
|
2c50caf6a4
|
Remove unnecessary util function
|
2018-11-18 11:13:53 +02:00 |
|
Adrian-George Bostan
|
9fd0b08297
|
Merge branch 'v3' into list-component
|
2018-11-17 18:59:04 +02:00 |
|
Gunnsteinn Hall
|
a1c0e0d7fe
|
Merge pull request #248 from dennwc/font_fixes
TTF parser fixes and tests
|
2018-11-17 14:16:47 +00:00 |
|
Gunnsteinn Hall
|
76463b44dc
|
Merge branch 'v3' into font_fixes
|
2018-11-17 14:11:58 +00:00 |
|
Gunnsteinn Hall
|
b5abc6925e
|
Merge pull request #247 from dennwc/fonts_minor_2
Minor improvements to the fonts encoders
|
2018-11-17 14:11:20 +00:00 |
|
Denys Smirnov
|
2d7d6334bc
|
fonts: add tests for ttf parser
|
2018-11-17 15:03:38 +01:00 |
|
Denys Smirnov
|
86a30df78c
|
fonts: floats should be signed
|
2018-11-17 15:03:34 +01:00 |
|
Gunnsteinn Hall
|
04e74d73f6
|
Merge branch 'v3' into fonts_minor_2
|
2018-11-17 14:02:12 +00:00 |
|
Gunnsteinn Hall
|
55e00727ea
|
Merge pull request #251 from dennwc/crypto_no_panics
Remove panics from crypto code, simplify the code
|
2018-11-17 13:41:32 +00:00 |
|
Adrian-George Bostan
|
3e9267c57c
|
Improve list component test cases
|
2018-11-16 22:41:07 +02:00 |
|
Adrian-George Bostan
|
d6d91f07a5
|
Add List component test case
|
2018-11-16 22:32:58 +02:00 |
|