summaryrefslogtreecommitdiff
path: root/packages/fpvectorial
Commit message (Collapse)AuthorAgeFilesLines
* Fixes compiling avisocncvectorialwriter, adds a dimension entity and ↵sekelsenmat2011-03-084-42/+513
| | | | | | multiple improvements to fpvtocanvas and the DXF vectorial reader git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17092 3ad0048d-3df7-0310-abae-a5850022a9f2
* Many reliability improvements to the dxf reader, adds text support for both ↵sekelsenmat2011-01-303-52/+166
| | | | | | the dxf reader and the canvas output git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16850 3ad0048d-3df7-0310-abae-a5850022a9f2
* Improves the DXF readersekelsenmat2011-01-263-56/+264
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16820 3ad0048d-3df7-0310-abae-a5850022a9f2
* Large improvements to the DXF reader and adds a new circle entity to fpvectorialsekelsenmat2011-01-265-163/+485
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16816 3ad0048d-3df7-0310-abae-a5850022a9f2
* Adds a DXF reader and fixes an error in the Canvas outputsekelsenmat2011-01-142-4/+309
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16765 3ad0048d-3df7-0310-abae-a5850022a9f2
* opps, there was already a viewer. The converter can viewsekelsenmat2011-01-146-893/+0
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16764 3ad0048d-3df7-0310-abae-a5850022a9f2
* Starts implementing a fpvectorial viewersekelsenmat2011-01-146-0/+893
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16763 3ad0048d-3df7-0310-abae-a5850022a9f2
* Initial transformation of fpvectorial segments in classes, as well as making ↵sekelsenmat2010-10-235-99/+246
| | | | | | the number of segments dynamic git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16202 3ad0048d-3df7-0310-abae-a5850022a9f2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-291-123/+158
| | | | | | | | | | | | | | | later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
* Makes the multi_test_1.svg file a little more beaultifulsekelsenmat2010-09-011-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15933 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixes typo on fpvectorial svg outputsekelsenmat2010-09-011-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15932 3ad0048d-3df7-0310-abae-a5850022a9f2
* Adds a lazarus project for fpvwritetestsekelsenmat2010-09-011-0/+72
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15931 3ad0048d-3df7-0310-abae-a5850022a9f2
* Rewrites the bezier rendering of the svg output of fpvectorialsekelsenmat2010-09-011-85/+43
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15930 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixes the font size setting in the fpvectorial svg output and adds a bigger ↵sekelsenmat2010-09-012-5/+30
| | | | | | test to the suite git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15929 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixes the coordinates, dpi value and text rendering of the svg output of ↵sekelsenmat2010-09-013-79/+76
| | | | | | fpvectorial git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15928 3ad0048d-3df7-0310-abae-a5850022a9f2
* Updates the fpvectorial testssekelsenmat2010-08-311-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15924 3ad0048d-3df7-0310-abae-a5850022a9f2
* Patch from JiXian, advances the implementation of text rendering and bezier ↵sekelsenmat2010-08-312-20/+163
| | | | | | drawing for the svg writer in fpvectorial git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15923 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixes the svg coordinates and svg path generationsekelsenmat2010-08-282-11/+60
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15915 3ad0048d-3df7-0310-abae-a5850022a9f2
* Adds bezier curve and text support for the fpvectorial writer test app.sekelsenmat2010-08-231-0/+26
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15885 3ad0048d-3df7-0310-abae-a5850022a9f2
* Adds support for texts in the core of fpvectorial and adds a new example ↵sekelsenmat2010-08-234-0/+148
| | | | | | application for generating a set of documents from code git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15884 3ad0048d-3df7-0310-abae-a5850022a9f2
* Adds a Corel Draw file format explorer and starts implementing the CDR ↵sekelsenmat2010-08-168-1/+384
| | | | | | reader in fpvectorial git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15829 3ad0048d-3df7-0310-abae-a5850022a9f2
* Renames the main fpvectorial example and adds a routine to detect the format ↵sekelsenmat2010-08-166-37/+61
| | | | | | from the extension. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15826 3ad0048d-3df7-0310-abae-a5850022a9f2
* small fix for the fpvectorial examplesekelsenmat2010-08-131-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15802 3ad0048d-3df7-0310-abae-a5850022a9f2
* Now the SVG writer works for linessekelsenmat2010-08-133-10/+25
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15801 3ad0048d-3df7-0310-abae-a5850022a9f2
* Starts implementing svg writer and improves test app and pdf readersekelsenmat2010-08-138-43/+215
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15799 3ad0048d-3df7-0310-abae-a5850022a9f2
* Starts code to add support to cdr and svg to fpvectorialsekelsenmat2010-08-138-1/+348
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15793 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixed fpmake.pp files:joost2010-04-151-1/+1
| | | | | | | | | | | | * ExternalURL does not exist anymore * Do not add dependencies on files in other packages, add a package dependency on the package where the files are in instead * Replaced the copy of fcl-base's fpmake.pp in fcl-extra with a real one * Fixed some dependencies and file-names git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15148 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Makefiles version 2.5.1jonas2009-08-132-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13533 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated using latest fpcmakejonas2009-08-021-1/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13487 3ad0048d-3df7-0310-abae-a5850022a9f2
* * makefile fixes (fpmake untested), 2.3.1 fields-before-methods fix for ↵marco2009-07-175-5/+3147
| | | | | | pdfvrlexico git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13405 3ad0048d-3df7-0310-abae-a5850022a9f2
* Isolates fpvectorial writeln and removes lazarus specific filessekelsenmat2009-07-178-99/+114
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13404 3ad0048d-3df7-0310-abae-a5850022a9f2
* Initial commit for the FPVectorial librarysekelsenmat2009-07-1712-0/+2361
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13403 3ad0048d-3df7-0310-abae-a5850022a9f2