Commit Graph

461 Commits

Author SHA1 Message Date
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
wp_xyz
c69c83ead1 fpvectorial: Fix some issues with text in svg files. 2023-01-09 12:06:08 +01:00
wp_xyz
1c8fb9346e fpvectorial: Show debug tree in svgviewer sample project. 2023-01-08 18:22:25 +01:00
wp_xyz
9ce162804c fpvectorial: Avoid unnecessary widestring conversion. 2023-01-08 18:21:54 +01:00
wp_xyz
49c2c20c36 fpvectorial: Fix scaling of margin around painted image in svgviewer demo. 2023-01-08 00:43:37 +01:00
wp_xyz
94c1263a45 fpvectorial: Fix default brush of TPath entity when read from svg file. 2023-01-08 00:40:43 +01:00
wp_xyz
9c3bb03268 fpvectorial: Fix path tokenizer of svg reader choking on concatenated float values without intermediate space. 2023-01-08 00:37:40 +01:00
wp_xyz
193b28c432 fpvectorial: Fix calculation of path boundary box depending on Page.UseTopLeftCoordinates. 2023-01-08 00:34:02 +01:00
wp_xyz
7fb388c217 fpvectorial: Fix 3-digit hex color codes in svg. 2023-01-07 17:28:29 +01:00
wp_xyz
544911a758 fpvectorial: Add sample project "svgviewer" 2023-01-07 17:17:27 +01:00
wp_xyz
1ebbe21ad8 fpvectorial: Fix top-left coordinates in bounding-box calculation. 2023-01-07 17:12:14 +01:00
wp_xyz
c051f85d6f fpvectorial: Support writing gradient opacity in svg. 2023-01-06 13:20:49 +01:00
wp_xyz
565ed49825 fpvectorial: Support writing brush and pen opacity in svg. Patch by Johann Glaser. 2023-01-06 00:18:21 +01:00
wp_xyz
0da912bd84 fpvectorial: Fix scaling of pen width in wmf format. 2023-01-05 16:53:42 +01:00
wp_xyz
14de8d531d fpvectorial: Fix radial gradient brush for rendering and svg. 2023-01-05 16:36:20 +01:00
wp_xyz
2e9c5286f4 fpvectorial: Remove fileformat specification from TvVectorialReaderFlag; it is selected in the format-specific reader anyway. 2023-01-03 13:31:55 +01:00
wp_xyz
7274858123 fpvectorial: Fix initialization error in fpvutils.AlphaBlendColor 2023-01-02 18:28:33 +01:00
wp_xyz
e9a6b95bef fpvectorial: Fix compilation and crash of fpcorelexplorer sample project. 2023-01-02 17:47:10 +01:00
wp_xyz
4f95fc8f17 fpvectorial: Avoid empty line at end of text written to svg files. Less hints and warnings. 2023-01-01 15:48:46 +01:00
wp_xyz
07d796bdb3 fpvectorial: Add sample project to demonstrate usage of debug tree. 2022-12-31 16:59:54 +01:00
wp_xyz
52aec8a6a1 fpvectorial: Re-add and fix TvTable.AddColWidth (removed in commit 6b9ae632bc). Fixes compilation issue of sample project fpvtextwritetest2. 2022-12-31 15:57:39 +01:00
wp_xyz
038158c292 fpvectorial: Fix writing of utf8-encoded text. 2022-12-31 12:58:45 +01:00
wp_xyz
9e4c3a217d fpvectorial: Move sample projects into separate folders 2022-12-31 12:02:45 +01:00
wp_xyz
53f7749d99 fpvectorial: Font size as floating point value, issue #40073, patch by Johann Glaser. 2022-12-31 00:49:47 +01:00
wp_xyz
bed8f0d9e9 FPVectorial: Fix missing call to parent constructor of TIndentedStringList. Issue #39764. Patch by ExSystem. 2022-05-23 15:45:13 +02:00
wp_xyz
fde1f53879 images: Replace the default lazarus.ico used anywhere within the installation folder by the new version. Issue #39596. 2022-01-28 15:03:11 +01:00
juha
d9c207b72b Corrections for spelling errors in LCL and Components. Issue #38986, patch by Don Siders.
git-svn-id: trunk@65216 -
2021-06-11 07:11:44 +00:00
maxim
8ebd2bf8a7 FPVectorial: fixed typos related to 'occur' word
git-svn-id: trunk@65194 -
2021-06-10 22:08:06 +00:00