Commit Graph

488 Commits

Author SHA1 Message Date
wp_xyz
6d54f9ad91 Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
wp_xyz
1e7cf4ebe3 Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
wp_xyz
9140371e91 fpVectorial: Some cleanup in svg writer. 2024-05-12 12:07:48 +02:00
wp_xyz
6d966f6a88 fpVectorial: Declare TvSVGVectorialWriter.WriteEntity as protected and virtual. (https://www.lazarusforum.de/viewtopic.php?p=141423#p141423). 2024-05-12 11:58:29 +02:00
wp_xyz
06f18454f8 FPVectorial: Simplify reader/writer registration avoiding exception when a registered format is registered again. 2024-05-11 17:52:33 +02:00
wp_xyz
cb8f4216d5 fpVectorial: Allow usage of custom file reader and writer classes. 2024-05-11 16:22:00 +02:00
Bart
1f7accb9e2 Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800. 2024-04-17 13:29:00 +02:00
wp_xyz
51d2468af3 fpvectorial: One more exception when a non-text page is passed to the pdf writer. Issue #40858. 2024-03-21 19:09:21 +01:00
wp_xyz
e8c9f1f61e fpvectorial: Raise exception when pdfvectorialwriter is requested to save a vectorial (non-text) page. Issue #40858. 2024-03-21 19:00:50 +01:00
mattias
656d6ffc5d clean up 2023-12-07 11:16:10 +01:00
wp_xyz
2c448bcff5 fpvectorial: Support lists in pdf writer. Merge request !234 by Morith Lamprecht. Update fpvtextwritetest and fpvtextwritetext2 demo projects. 2023-09-09 16:16:42 +02:00
wp_xyz
6eb18a2d11 fpvectorial: Extend fpvtextwritetest2 to optionally use pdfwriter. 2023-09-08 12:02:50 +02:00
wp_xyz
f3c4d7f58d Misc packages: Replace separate calls to sin() and cos() by sincos(). Issue #40473. 2023-08-31 12:14:54 +02:00
wp_xyz
ffe2e33f69 fpvectorial: Replace separate sin() and cos() calls by sincos(). Issue #40475 2023-08-31 00:42:24 +02:00
wp_xyz
24e996ddef fpvectorial: Add new pdf writer to package. Modify fpvTextWriteTest demo to support pdfwriter. 2023-08-22 18:49:35 +02:00
Moritz Lamprecht
0fafee823a added pdf document writer 2023-08-22 15:10:38 +00:00
Moritz Lamprecht
9613dea1c4 fpvectorial: added cell spacing to docxvectorialwriter 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
8d65086d85 fpvectorial: added page margins to docxvectorialwriter 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
98d5cc077b fpvectorial: moved page margins to TvPage 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
0809235351 fpvectorial: added document wide page margin 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
2766cbc94c fpvectorial: added Scale() override to TvRasterImage 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
0f899214d4 odtvectorialwriter: padding is now respected 2023-08-07 13:23:08 +00:00
Moritz Lamprecht
0d47d64dd3 added some more fonts 2023-08-07 13:23:08 +00:00
Juha
41adb276bb Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
wp_xyz
50a68c5dc8 TAChart, TurboPower_IPro: Fix "OffsetRect deprecated" message. 2023-06-16 01:50:13 +02:00
wp_xyz
77ae9452b9 Misc: Switch x and y loops at several places. Issue #40231 2023-04-29 16:38:00 +02:00
Juha
abb5f2b097 LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
wp_xyz
f823854588 fpvectorial: Fix odt and docx writers truncating the last two characters of each paragraph. 2023-01-31 00:06:41 +01:00
wp_xyz
6b98e93cee fpvectorial: Remove some obsolete declarations 2023-01-28 19:29:07 +01:00
wp_xyz
5bc07f9b2c fpvectorial: Fix memory leaks in svg reader and visualtest application. 2023-01-28 17:31:29 +01:00
wp_xyz
4650dfa54a fpvectorial: Fix compilation if USE_LCL_CANVAS is not defined. 2023-01-24 13:40:06 +01:00
wp_xyz
1b3379213d fpvectorial: Fix doubling of rounded rectangle corner radius after svg reading. 2023-01-23 23:29:17 +01:00
wp_xyz
cd60db2407 fpvectorial: Fix misplaced rounded rectangle painted on canvas. 2023-01-23 23:17:01 +01:00
wp_xyz
f26def2c25 fpvectorial/visualtest: Fix usage of image directory in macOS. 2023-01-23 20:00:42 +01:00
wp_xyz
ebcffd6ca1 fpvectorial: Fix writing of rotated rectangles and ellipses to wmf. Fix corners of rotated rounded rectangles. 2023-01-23 19:07:51 +01:00
wp_xyz
03193dbf6d fpvectorial: Cleanup. Some additional comments. 2023-01-23 17:01:35 +01:00
wp_xyz
6fcd0a3784 fpvectorial: Fix some bugs in wmf writer. TvPage.CalculateDocumentSize does not change TvPage.Width and .Height any more. 2023-01-22 17:31:27 +01:00
wp_xyz
f27a9ad86f fpvectorial: Improvements in visualtests, wmf format. 2023-01-22 00:36:56 +01:00
wp_xyz
a3e63f4fa4 fpvectorial: Fix rendering of wmf files in visualtest application. 2023-01-21 13:48:46 +01:00
wp_xyz
1d5178fc7b fpvectorial: Classification the visualtest results as "pass"/"fail". 2023-01-20 23:46:29 +01:00
wp_xyz
04bac79cc7 fpvectorial: Support winding rules for non-gradient polygon fills. 2023-01-20 13:22:03 +01:00
wp_xyz
89b047a06c fpvectorial: Fix rendering of radial gradients 2023-01-20 00:54:00 +01:00
wp_xyz
e4e48d6ab8 fpvectorial: Some explanatory comments. 2023-01-20 00:05:23 +01:00
wp_xyz
502ddd5d42 fpvectorial: Fix rotation of shapes. Add rotation tests to visualtests. 2023-01-19 23:49:40 +01:00
wp_xyz
b05560e6e5 fpvectorial: Add 2-lines-text test to visual tests. 2023-01-18 00:18:46 +01:00
wp_xyz
020d5d64ad fpvectorial: Fix text position when rendering svg files. 2023-01-18 00:15:55 +01:00
wp_xyz
fad8ac5227 fpvectorial: Less hints and warnings in wmf reader/writer units. 2023-01-17 17:25:19 +01:00
wp_xyz
ae2450bb4f fpvectorial: Fix misc issues in wmfviewer demo project. 2023-01-17 16:38:43 +01:00
wp_xyz
bfc81e3972 fpvectorial: Fix crash in GuessDocumentSize 2023-01-17 14:09:31 +01:00
wp_xyz
cbf86becca fpvectorial: Improved rendering of text in wmf. 2023-01-12 13:49:02 +01:00