wp
|
99063d2076
|
fpvectorial: Fix memory leak in dxf reader (http://forum.lazarus.freepascal.org/index.php/topic,36827.msg246126)
git-svn-id: trunk@54901 -
|
2017-05-13 21:57:43 +00:00 |
|
sekelsenmat
|
0c3cc1302d
|
fpvectorial: Adds a link from more complex entities to the page, and from the page to the document. Improves the list and header level in ODT
git-svn-id: trunk@42472 -
|
2013-08-24 06:49:48 +00:00 |
|
sekelsenmat
|
b1a1f310b0
|
fpvectorial: Advances the support for rotation and adds support for DXF LWPOLYLINE closed flag
git-svn-id: trunk@41505 -
|
2013-06-03 08:51:35 +00:00 |
|
sekelsenmat
|
957f9973d0
|
fpvectorial: Starts rotation support
git-svn-id: trunk@41503 -
|
2013-06-03 08:09:00 +00:00 |
|
sekelsenmat
|
114a0f6e2d
|
fpvectorial: Finishes the basic implementation for arc dimensions in fpvectorial base and the DXF reader
git-svn-id: trunk@40601 -
|
2013-03-21 16:18:30 +00:00 |
|
sekelsenmat
|
7f6afd69d5
|
fpvectorial: Starts implementing support for arc dimensions
git-svn-id: trunk@40598 -
|
2013-03-21 10:52:23 +00:00 |
|
sekelsenmat
|
ea48f9e94f
|
fpvectorial: Adds 3D polygon support to the base code and to DXF, together with a 2D rendering
git-svn-id: trunk@39936 -
|
2013-01-23 11:14:14 +00:00 |
|
sekelsenmat
|
5ddc2fce3c
|
fpvectorial: Starts preparing support for inserting any kind of entity, fixes setting the pen info for dimension drawings and implements rounded corners in TvRectangle
git-svn-id: trunk@39731 -
|
2013-01-02 14:41:14 +00:00 |
|
sekelsenmat
|
c84d05e1d3
|
fpvectorial: Further adjustments to support background color, now it is starting to look good
git-svn-id: trunk@39723 -
|
2013-01-02 07:39:05 +00:00 |
|
sekelsenmat
|
1e2c30bfef
|
fpvectorial: Starts implementing support for a page background color
git-svn-id: trunk@39675 -
|
2012-12-28 12:32:16 +00:00 |
|
sekelsenmat
|
2b67ea8738
|
fpvectorial: Fixes uninitialized values in DXF ELLIPSE read which was leading to crashes
git-svn-id: trunk@39674 -
|
2012-12-28 12:00:47 +00:00 |
|
sekelsenmat
|
6c7d1e61e7
|
fpvectorial: Many improvements to the layer system, svg reading of colors and of paths
git-svn-id: trunk@39672 -
|
2012-12-28 10:33:19 +00:00 |
|
sekelsenmat
|
b6a578c647
|
fpvectorial: Fixes a crash caused by an uninitialized variable in the block search. Moved the block search to a separate function to make the code reusable and more clear.
git-svn-id: trunk@39632 -
|
2012-12-23 12:24:17 +00:00 |
|
sekelsenmat
|
1de5a255f9
|
fpvectorial: Adds support for 999 comments in the begining of the file and fixes some typos
git-svn-id: trunk@39628 -
|
2012-12-23 10:48:27 +00:00 |
|
sekelsenmat
|
f6091734fe
|
fpvectorial: Adds the possibility to force a text encoding when reading files, and fixes some other minor issues
git-svn-id: trunk@39609 -
|
2012-12-21 09:41:59 +00:00 |
|
sekelsenmat
|
b4385f1db1
|
fpvectorial: Greatly improves the placement of TvInsert blocks. Previously it did not properly position paths and other complex structures.
git-svn-id: trunk@39595 -
|
2012-12-20 14:06:16 +00:00 |
|
sekelsenmat
|
9a94c99ce1
|
fpvectorial: Centralizes the dxf debug defines
git-svn-id: trunk@39593 -
|
2012-12-20 11:06:05 +00:00 |
|
sekelsenmat
|
17e5398d46
|
fpvectorial: Large rework to support merely creating entities via our convenient Add routines, without adding it to the page, this coded in fpvectorial and the DXF reader. Adds skeleton support for ATTRIB entities and TABLES to support reading more DXF files.
git-svn-id: trunk@39573 -
|
2012-12-17 16:04:01 +00:00 |
|
sekelsenmat
|
74b95eaefd
|
fpvectorial: Adds support for radial/diametral dimensions in both generic fpvectorial and in the DXF reader
git-svn-id: trunk@39186 -
|
2012-10-29 11:46:52 +00:00 |
|
sekelsenmat
|
2c2ab8a509
|
fpvectorial: Fixes DXF DIMENSION support for places where the DimensionLeft position is provided
git-svn-id: trunk@39185 -
|
2012-10-29 10:58:14 +00:00 |
|
sekelsenmat
|
1ce12a8760
|
fpvectorial: Further advances the BLOCK and INSERT support
git-svn-id: trunk@39024 -
|
2012-10-09 14:41:04 +00:00 |
|
sekelsenmat
|
8659c6e351
|
fpvectorial: Starts adding support for BLOCK and INSERT entities from DXF
git-svn-id: trunk@39023 -
|
2012-10-09 14:21:45 +00:00 |
|
sekelsenmat
|
81f2c80fa7
|
fpvectorial: Moves all remaining entities to the new rendering method of fpvectorial, except the path. Fixes the mess about text positioning by defining a new uniform way of working for it. Refactors the fpvectorial implementation to reflect the order of declaration of classes.
git-svn-id: trunk@37238 -
|
2012-05-10 12:51:48 +00:00 |
|
sekelsenmat
|
fc747d6013
|
fpvectorial: DXF: Adds support for the color of an arrow
git-svn-id: trunk@37236 -
|
2012-05-10 10:02:59 +00:00 |
|
sekelsenmat
|
43b9f71606
|
fpvectorial: Adds support for the arrow entity in both generic fpvectorial and also DXF, and with a rendered directly in fpvectorial. Also fixes the text coordinates in DXF
git-svn-id: trunk@37235 -
|
2012-05-10 09:57:14 +00:00 |
|
sekelsenmat
|
bb35556ee3
|
fpvectorial: DXF: Starts changing the color palette to the expanded one
git-svn-id: trunk@36816 -
|
2012-04-16 13:54:00 +00:00 |
|
sekelsenmat
|
468c54e0a4
|
fpvectorial: Starts adding support for non-UTF-8 codepages for the DXF reader
git-svn-id: trunk@36815 -
|
2012-04-16 13:14:05 +00:00 |
|
sekelsenmat
|
c7cd777175
|
Compilation fix for fpvectorial
git-svn-id: trunk@33180 -
|
2011-10-30 16:46:43 +00:00 |
|
sekelsenmat
|
fb8a2a5c4b
|
Adding fpvectorial to the Lazarus repository
git-svn-id: trunk@33179 -
|
2011-10-30 16:41:36 +00:00 |
|