Commit Graph

55 Commits

Author SHA1 Message Date
bb66fe9fc5 Refactoring graphics project 2022-08-04 19:18:14 +03:00
0469fe7b59 Refactoring 2022-08-03 18:43:51 +03:00
3fdefb4952 Refactoring 2022-08-02 20:37:07 +03:00
ee60028d7c Limiting the use of the file system 2022-06-21 09:29:21 +03:00
d43e0a4bc8 Limited use of FontManager 2022-06-15 20:06:28 +03:00
c2654f2a3d Added conversion of WMV format to SVG 2022-06-07 20:41:52 +03:00
b8d0b5df96 refactoring the WMF conversion code 2022-06-06 16:31:32 +03:00
c7accbd1fb Improved EMF to SVG conversion 2022-06-02 19:49:55 +03:00
5c8132d476 Added the ability to convert Emf to Svg 2022-05-25 19:23:16 +03:00
673df114cc Refactoring 2021-07-14 23:33:54 +03:00
406005815b Refactoring and adding a save to Emf has started 2021-07-13 21:55:08 +03:00
4c483e506e Refactoring and adding data reading from an Xml file 2021-07-12 21:32:48 +03:00
c309339666 Major refactoring 2021-07-09 22:29:16 +03:00
434a69f15a Refactoring 2021-06-20 16:13:06 +03:00
922810b157 Combining data output into Xml and a file 2021-06-17 22:42:39 +03:00
48f23caff6 Refactoring 2021-05-07 18:41:05 +03:00
fa86ad2322 Added a prototype for reading data from an Xml file 2021-05-05 21:25:42 +03:00
d3bcc73216 Refactoring 2021-04-14 21:20:21 +03:00
e7c87085a7 Fix metafile to raster sizes (#207) 2020-01-09 15:37:39 +03:00
7ae3c6f2ea Fix bug with svg (#153) 2019-06-07 15:22:15 +03:00
152d05d5a5 . 2019-04-22 18:40:22 +03:00
792a0b35e1 [copyright] For bug 39644
Change address Latvian office.
2019-01-17 17:03:31 +03:00
288d208da3 [copyright] Update Copyright
2018 -> 2019
2019-01-17 16:44:11 +03:00
9cd97d48b8 MetaFile - fix bugs #39745, #39747 2018-11-16 14:10:37 +03:00
dac34c32c0 RtfFormat - fix fonts in meta files 2018-08-17 18:46:47 +03:00
a0b32c1523 21 2018-04-16 16:49:30 +03:00
42c35a9803 20 2018-04-16 15:02:52 +03:00
2a5d29c874 13 2018-04-13 18:09:02 +03:00
c3cd1afa85 Update copyright to 2018 2018-03-01 14:30:24 +03:00
d31344d7d3 correct metafile bounds 2017-09-29 17:29:21 +03:00
e7dae4b381 OdfFormatReader - fix after testing 2017-09-25 16:46:32 +03:00
04d197375c change license to 2017 2017-01-17 18:17:26 +03:00
beb64a6efa utf8 -> utf8 with BOM 2016-06-23 19:23:34 +03:00
7e8eeed3ea add AGPL header 2016-06-23 17:24:44 +03:00
01a3fd5efc to utf8 2016-06-23 16:47:17 +03:00
e3a40816bf OdfFileReader
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62936 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:07:39 +03:00
4dd84f2c7b протащены градиенты в мета файлах
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62851 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:06:55 +03:00
6093b1ad72 .....
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62729 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:06:12 +03:00
05edf7aeec git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62728 954022d7-b5bf-4e40-9824-e11837661b57 2016-05-21 00:06:09 +03:00
a5188a04fc StarView Metafile по новому ..
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62703 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:05:50 +03:00
2bb1941038 Переделано открытие EMF на манер WMF, т.е. теперь первоначальный обсчет всех точек делается в классе CEmfFile, чтобы не было проблем с клипом как в WMF. Реализованы записи ExcludeClipRect и SetArcDirection. Исправлены мелкие баги при открытии EMF.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62391 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:00:46 +03:00
de23437b26 Исправлен баг в графическом рендерере с текстурным брашем. Доработка WMF, из-за того, что клип приходится запоминать пришлось переделать пересчет координат в MetaFileRenderer, из-за этого надо будет переделать и EMF.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62380 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:00:36 +03:00
64ae206b4d Удален старый вариант WMF. Немного изменена структура файлов.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62375 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:00:12 +03:00
320dce8da5 Исправлены баги при отрисовке текста. Исправлены баги с обновлением DeviceContext в WMF. Добавлена обработка CharSet в wmf.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62364 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:55 +03:00
2ff0280c69 X2t - FileConverter linux
добавлены rtf, doc

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62346 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:35 +03:00
b9feada2d6 Рендеринг Emf переделан на общий класс IOutputDevice, сам класс CEmfFile теперь наследуется от базового CMetaFileBase, в который перенесены основные функции. Все это сделано, чтобы переделать Wmf на такую же схему, чтобы у обоих форматов использовался общий рендерер. В самом Wmf добавлены классы для новой реализации формата по вышеописанной схеме.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62334 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:27 +03:00
18c16e5535 SwapRGB перенесен в правильное место.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62290 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:10 +03:00
72c5d9f476 SwapRGB
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62285 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:07 +03:00
2644d9cadb Убраны все заглушки для линукса, добавлена функция в GraphicsRenderer SetSwapRBG.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62281 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:59:02 +03:00
16b3747ac4 Новый вариант Wmf.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62280 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:58:59 +03:00