Commit Graph

334 Commits

Author SHA1 Message Date
d612b64b4b Merge branch 'release/v7.0.0' into develop 2021-12-10 12:04:00 +03:00
6bf0f0faf3 Fix bug #54168
Rework font substitution based on font embedding restrictions
2021-12-02 10:00:53 +03:00
01107f5a07 Fix bug 53947 2021-12-01 16:49:47 +03:00
ded9e12051 Merge pull request #783 from ONLYOFFICE/release/v7.0.0
Fix build
2021-11-23 12:04:41 +03:00
f5e4369384 Fix build 2021-11-23 12:03:47 +03:00
9134d0f087 Merge branch 'release/v7.0.0' into develop 2021-11-23 10:53:49 +03:00
374af06be8 Fix build 2021-11-21 21:31:32 +03:00
2a9ffc41b5 Find new substitution font if the specified font is restricted for embedding 2021-11-21 20:06:33 +03:00
8b42268d7e Merge branch 'release/v7.0.0' into develop 2021-11-21 16:12:33 +03:00
9c05b99951 Refactoring fonts_selection.bin generation 2021-11-21 15:59:42 +03:00
3e922260d3 Merge remote-tracking branch 'origin/release/v7.0.0' into develop 2021-11-17 10:57:12 +03:00
74bbbfd0e9 Refactoring gitignore 2021-11-13 20:13:39 +03:00
5ff7ca9b4c Merge remote-tracking branch 'origin/release/v7.0.0' into develop 2021-11-09 12:29:37 +03:00
c8e5debf80 Add GetLimitsY method to fontmanager 2021-11-09 12:25:26 +03:00
904eece17a Add GetFontBySymbol method to interface IApplicationFonts 2021-11-01 19:52:04 +03:00
f583be5ee4 Fix bug #53227
Add ability to set a placeholder for text forms, combo boxes and drop down lists
2021-10-31 23:29:12 +03:00
9e58de380e Merge remote-tracking branch 'origin/release/v7.0.0' into develop 2021-10-19 21:06:11 +03:00
87d864527b Implement filled picture forms 2021-10-15 22:44:55 +03:00
087594e557 Handle horizontal align for text forms when saving to PDF 2021-10-15 22:44:55 +03:00
133a05542f Fix problem with non initialized text align in the forms
Also fix saving picture forms for now AdobeReader shows special picture sign
2021-10-15 22:44:55 +03:00
3703cde00a Rework writing parameters of a TrueType font 2021-10-15 22:44:55 +03:00
903ae550d0 Implement new parameters and work around checkboxes 2021-10-15 22:44:55 +03:00
bafa576191 Merge branch 'feature/NewParcerNamespaceTest' into develop 2021-09-27 10:47:13 +03:00
a4fcd4919d Fix compile 2021-09-24 16:26:19 +03:00
bee3ff541a Rework PDFWriter on new CFieldInfo class 2021-09-24 14:17:16 +03:00
9b64445e3e Rework CFormFieldInfo class and add new parameters 2021-09-24 14:17:16 +03:00
84b3883a1f Merge remote-tracking branch 'origin/hotfix/v6.4.1' into release/v6.5.0 2021-09-03 17:02:35 +03:00
e6cb6d9438 Add new method to BaseThread (DestroyOnFinish) 2021-09-02 16:27:22 +03:00
ebc9990f71 Rename enum in core & repair external lib 2021-06-27 12:23:14 +03:00
c9144ea4c6 Namechages + adaptor classes 2021-06-25 18:37:59 +03:00
2e20dd9058 Repair FontAssistant for support core-ext (deprecated class) 2021-06-25 10:53:02 +03:00
13f125f508 Merge remote-tracking branch 'origin/release/v6.4.0' into feature/nativeRefactoring 2021-06-25 10:45:23 +03:00
b48fd55607 Refactoring 2021-06-20 20:13:46 +03:00
a3fb1eccd1 Merge remote-tracking branch 'origin/hotfix/v6.3.1' into release/v6.4.0 2021-06-16 11:05:22 +03:00
2ea9e20bd4 Merge branch 'feature/grad' into feature/newParser 2021-06-15 13:03:47 +03:00
d065709e0a Implement drawing border for field and special border for text-comb fields 2021-05-31 10:06:34 +03:00
971611603b Implement drawing border for field and special border for text-comb fields 2021-05-30 19:27:11 +03:00
f95e5a4487 Merge remote-tracking branch 'origin/feature/localraster' into develop
# Conflicts:
#	EpubFile/test/main.cpp
2021-05-28 09:54:28 +03:00
7763f666fd funtional gradient 2021-05-26 17:56:08 +03:00
f71d111641 radius fix 2021-05-25 19:20:22 +03:00
9dae8f2b66 transform to mm 2021-05-25 18:52:06 +03:00
2bd9e8adf1 scale refactor
little optimisation
2021-05-25 11:21:10 +03:00
1779672ea6 Rework the interface of the function for adding form fields 2021-05-23 21:43:19 +03:00
a4a6441377 Implement saving text fields from OnlineBin 2021-05-23 18:10:22 +03:00
a7aa7add19 Refactoring 2021-05-22 17:55:01 +03:00
94c48a6a3e Read simple text fields from binary
Also fix the problem with unicode fields names and hints
2021-05-17 22:51:30 +03:00
62e0ca27d1 scaling fix, little refactoring 2021-05-13 16:28:07 +03:00
420e2b8518 Linnear fix
[agg]Fixed issue when axial gradient didn't render extended part
[Graphics]Removed console log in color function
[Test] page numeration fix
2021-04-27 15:15:31 +03:00
cac21d43ad Fix build on windows 2021-04-19 17:52:10 +03:00
f6e2e91a4d Radial fix, PDF gradinet implementation
Fixed radial shading cone display
Started working on coons shading, it can convert pdfreader colors to graphics colors(rgb only) and drow similar (in math sense) shape, however size is still wrong, figuring out how to diplay shape with corect size and offset.
Todo:
 Other gradients
 Size and offset
 Alpha Channel
2021-04-03 17:40:56 +03:00