6738395c7f
Add docxf & oform to standardtester
2022-05-16 14:38:46 +03:00
ec8fa5d6cc
[Test] Update tests
2022-04-29 17:26:51 +03:00
88435e51bb
Merge pull request #883 from ONLYOFFICE/release/v7.1.0
...
Release/v7.1.0
2022-03-27 18:29:51 +03:00
ded794244d
[Test] Update tests
2022-03-25 18:26:05 +03:00
1f24c4fbec
Fix standardtester crash
2022-03-22 19:15:00 +03:00
ece6f2a907
Merge branch 'develop' into feature/downloader
2022-02-01 17:50:54 +03:00
2750b471ba
[test] For bug 55091
2022-01-28 19:42:39 +03:00
08471d634f
[Test] Update tests
2022-01-28 16:48:31 +03:00
53186e12d2
[Test] Update tests
2022-01-25 20:24:18 +03:00
d997dae36c
[Network] and [Kernel] add Cancel for downloader (windows)
2022-01-22 20:04:48 +03:00
7066a55813
[Test] Update tests
2022-01-21 17:49:22 +03:00
53f53200df
Merge pull request #828 from ONLYOFFICE/feature/add-onProgress-downloader
...
Feature/add on progress downloader
2022-01-18 17:46:27 +03:00
fb2b4b2797
[Network] add save call onProcess on windows
2022-01-18 15:08:00 +03:00
2194dd5899
[Network] add callBack onProcess for curl (both variant)
2022-01-18 15:00:27 +03:00
23dd433b20
[Test] Update tests
2022-01-17 20:00:20 +03:00
8f9d36085b
[Test] add TestDownloader
2022-01-17 19:26:47 +03:00
01a4770af4
[test] Fix test scripts
2022-01-11 19:07:32 +03:00
874129f41c
Merge branch 'feature/number-format-locale' into develop
2022-01-11 17:45:57 +03:00
61735c2790
[Test] Update tests; remove xsd:extension
2021-12-30 17:47:09 +03:00
c8a848766d
[Test] Update DocxFormatCodeGen for js xml
2021-12-15 20:09:31 +03:00
d5cbd33a59
restore
2021-10-12 12:45:01 +03:00
8e4750bb0b
Merge branch 'feature/odf' into feature/odf2
2021-10-11 09:40:00 +03:00
bafa576191
Merge branch 'feature/NewParcerNamespaceTest' into develop
2021-09-27 10:47:13 +03:00
93b55d7936
[x2t] Add NSStringExt::FromHumanReadableByteCount to parse memory limit
2021-09-26 00:31:18 +03:00
faeac14054
[x2t] Rename MEMORY_LIMIT -> X2T_MEMORY_LIMIT; "0" is no memory limit
2021-09-24 20:03:37 +03:00
6148c337d9
[x2t] Add MEMORY_LIMIT environment variable
2021-09-24 20:03:37 +03:00
071c0e75c8
[test] For MemoryLimit
2021-09-14 13:02:02 +03:00
c6823c617a
[test] Test process memory limitation
2021-09-14 12:51:37 +03:00
761ceab8d2
Merge commit '8c726e475a562e64a39d36cac32226249a3f7697' into feature/odf
2021-09-07 12:10:14 +03:00
e4896d7893
Update standardtester.pro
2021-06-18 10:58:57 +03:00
09c2d38b5c
Fix bug 50706
2021-06-03 11:35:54 +03:00
9114aa1f90
Fix build
2021-06-01 16:49:12 +03:00
9f6e34b975
Add all sheets to generations
2021-05-28 11:55:38 +03:00
72d9418fd5
radial fix
2021-04-22 15:37:50 +03:00
cac21d43ad
Fix build on windows
2021-04-19 17:52:10 +03:00
1b5766ac77
wrong radius fix
2021-04-14 14:41:05 +03:00
ea281eb57c
fix
...
little radial fix
2021-04-13 14:15:39 +03:00
923cab1fc0
triangle
...
found patch bug if res = 0
2021-04-09 14:36:29 +03:00
7cc4bff37c
patch, axial and radial gradient
...
works most of the times but there are some bugs
cannot test functional and triangle
2021-04-08 16:32:22 +03:00
f03e7cf2a9
magic constant
2021-04-06 16:42:17 +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
ccda615144
gitignore smth
2021-03-31 11:42:02 +03:00
4d9e28ce09
UI triangle
2021-03-26 18:18:16 +03:00
7cb4914239
fix test crash
...
Not parametric coonspatch optimisation
2021-03-26 17:40:11 +03:00
ed498c296d
Test UI and Bug fixes
...
Made new ui to test
Fixed bug with linear gradient
Optimised Coons patch
2021-03-26 15:57:37 +03:00
27950b108b
Empty pixel fix
...
Finally fixed not rendering some pixels in an effective way.
Added comments. Started making an adaptor to easly convert PDF info to gradient info.
2021-03-24 14:10:45 +03:00
e1f905ffe0
fixed empty pixels
...
Now there are no empty pixels but it works muchs slower.
Trying different ways to optimise.
Small change in test app, now its easier to test shadings.
2021-03-22 18:25:08 +03:00
290b677dbe
coons patch and tensor shading
...
made somewhat working realisation of coons patch gradient and tensor shading
still need debugging and optimisations
2021-03-22 14:03:00 +03:00
c1855bbf2a
Working trinagle interpolation
...
Fixed triangle interpolation, both parametric and color.
Started developing Tensor Product gradient. (Does not work for now)
A bit of refactoring.
2021-03-20 16:47:44 +03:00
b8d663139b
Fix compile on all platforms
2021-03-18 09:17:19 +03:00