Commit Graph

240 Commits

Author SHA1 Message Date
sekelsenmat
d19752c40c fpvectorial-odt: Changes some parts in recommendation of a validator
git-svn-id: trunk@42467 -
2013-08-23 20:03:43 +00:00
sekelsenmat
fb141c9889 fpvectorial-odt: Implements support for bullet lists
git-svn-id: trunk@42440 -
2013-08-21 06:04:01 +00:00
sekelsenmat
c3f6ea1d25 fpvectorial: Expands the styles support to have a selectable margin information. Now ODT paragraph margins are working =)
git-svn-id: trunk@42439 -
2013-08-21 05:25:36 +00:00
sekelsenmat
2a9e3f0c45 fpvectorial: Fixes forgotten overrides
git-svn-id: trunk@42438 -
2013-08-21 04:21:55 +00:00
sekelsenmat
63238825c1 fpvectorial: Patch from Michael Thompson, improves fpvectorial.pas for DOCX
git-svn-id: trunk@42437 -
2013-08-21 04:17:29 +00:00
sekelsenmat
6a44be2ad0 fpvectorial-eps: Patch from Michael Thompson, fixes compilation of fpvectorial in 64 bits
git-svn-id: trunk@42436 -
2013-08-21 04:13:52 +00:00
sekelsenmat
a2b44d51fa fpvectorial: Patch from Michael Thompson, improves docx and text document
git-svn-id: trunk@42417 -
2013-08-18 06:58:31 +00:00
sekelsenmat
e66da1d47d fpvectorial-odt: Now styles are working =)
git-svn-id: trunk@42415 -
2013-08-17 07:44:24 +00:00
sekelsenmat
bd29b651ed Patch from Michael Thompson: First commit of the docx writter
git-svn-id: trunk@42409 -
2013-08-16 06:43:56 +00:00
sekelsenmat
b1f478d8ed fpvectorial-odt: Advances the writer
git-svn-id: trunk@42375 -
2013-08-09 12:38:42 +00:00
sekelsenmat
fbd4d7e732 fpvectorial: Rewrites more of the page handling system, introducing a necessary API break. Advances the ODT writer, now it starts showing some text
git-svn-id: trunk@42374 -
2013-08-09 12:24:33 +00:00
sekelsenmat
409456340f fpvectorial: Rewrites the basic architecture of text documents, now each rich text has a sequence of paragraphs which has a sequence of text spans
git-svn-id: trunk@42373 -
2013-08-09 08:39:34 +00:00
sekelsenmat
7c47abc6d7 fpvectorial-odt: Advances text document support
git-svn-id: trunk@42368 -
2013-08-08 10:18:35 +00:00
sekelsenmat
f13dca75fb fpvectorial: Fixes a typo
git-svn-id: trunk@42366 -
2013-08-06 13:33:46 +00:00
sekelsenmat
4880929587 fpvectorial-svg: Nasty workaround
git-svn-id: trunk@42323 -
2013-08-04 13:38:54 +00:00
sekelsenmat
ee0b433bd1 fpvectorial: Fixes a bug in the TvRasterImage drawer, it was using the image real size instead of desired size, and a minor workaround in svg: Now wmtboc finally renders more or less ok in both EPS and SVG
git-svn-id: trunk@42321 -
2013-08-04 12:59:55 +00:00
sekelsenmat
8b13c332d2 fpvectorial-svg: Fixes a missing conversion of coordinates
git-svn-id: trunk@42318 -
2013-08-04 11:49:30 +00:00
sekelsenmat
f573ac8ed2 fpvectorial-svg: Fixes a bug in the translate transform (the Y axis of SVG and fpvectorial are opposites and this needs a lot of taking care of)
git-svn-id: trunk@42317 -
2013-08-04 11:30:45 +00:00
sekelsenmat
17fe854c92 fpvectorial-svg: Implements applying layer transforms to sub-entities
git-svn-id: trunk@42314 -
2013-08-04 11:02:09 +00:00
sekelsenmat
fe54b32b9b fpvectorial-svg: Fixes a bug in the transform function tokenizer, now the text in wmtboc.svg appears
git-svn-id: trunk@42312 -
2013-08-04 10:43:51 +00:00
sekelsenmat
9342b8538f fpvectorial-svg: Fixes block reading, which was broken after a change in ReadEntityFromNode
git-svn-id: trunk@42311 -
2013-08-04 10:38:39 +00:00
sekelsenmat
9230dae80f fpvectorial-svg: Implements support for reading PNG raster images inside SVG
git-svn-id: trunk@42309 -
2013-08-04 10:22:05 +00:00
sekelsenmat
3b079a52cc fpvectorial-svg: Rewrites the transformation matrix support, it much more flexible and robust now, but does not yet work in some corner cases like transformations in layers and inserts
git-svn-id: trunk@42296 -
2013-08-04 07:16:14 +00:00
sekelsenmat
21990f5b89 fpvectorial-eps: Fixes a regression in radat and implements setcmykcolor
git-svn-id: trunk@42285 -
2013-08-03 15:11:44 +00:00
sekelsenmat
e59bc52695 fpvectorial-eps: Fixes setting the current graphic state (translate and scale) to bezier curves
git-svn-id: trunk@42281 -
2013-08-03 14:22:19 +00:00
sekelsenmat
e2aff28251 fpvectorial-eps: Fixes a bug in the tokenizer, arrays were not getting added to dictionaries
git-svn-id: trunk@42280 -
2013-08-03 14:07:07 +00:00
sekelsenmat
ee532ac376 fpvectorial: Advances support for matrix transformations, specially in raster images
git-svn-id: trunk@42277 -
2013-08-03 12:55:11 +00:00
sekelsenmat
2c31646986 fpvectorial: Advances support for drawing raster images, now it shows at least 1 correct image =)
git-svn-id: trunk@42276 -
2013-08-03 12:06:16 +00:00
sekelsenmat
b613d2541d fpvectorial: Advances support for drawing raster images, now it shows something, although wrong
git-svn-id: trunk@42275 -
2013-08-03 11:52:00 +00:00
sekelsenmat
4e125000da fpvectorial: Advances support for drawing raster images, not yet working
git-svn-id: trunk@42273 -
2013-08-03 11:29:43 +00:00
sekelsenmat
fb644c854b fpvectorial: Fixes bugs in the deflate routine and fixes the ASCII85 decoded and isolates it in a reusable routine
git-svn-id: trunk@42272 -
2013-08-03 11:09:30 +00:00
sekelsenmat
91fa76f1e4 fpvectorial-odt: Advances the support for styles
git-svn-id: trunk@42246 -
2013-07-31 06:07:52 +00:00
sekelsenmat
e9a3b8461f fpvectorial: Starts adding support for styles
git-svn-id: trunk@42245 -
2013-07-31 05:07:33 +00:00
sekelsenmat
d0f5409cda fpvectorial-odt: advances the odt writer
git-svn-id: trunk@42240 -
2013-07-30 14:36:28 +00:00
sekelsenmat
549a7558c7 fpvectorial-odt: Advances the odt writer and starts a test project for it
git-svn-id: trunk@42239 -
2013-07-30 13:09:26 +00:00
sekelsenmat
84ef01e07a fpvectorial-odt: Advances the odt writer
git-svn-id: trunk@42216 -
2013-07-28 07:33:42 +00:00
sekelsenmat
b05e1e1ab1 fpvectorial: First commit for ODT writing support and text document support
git-svn-id: trunk@42215 -
2013-07-28 06:06:07 +00:00
sekelsenmat
15044a3da0 fpvectorial-eps: Initial implementation of decompression of images in EPS, not yet working
git-svn-id: trunk@42166 -
2013-07-21 06:57:14 +00:00
sekelsenmat
892310ac0e fpvectorial-eps: Changes the return of sub-routines of the tokenizer state machine to what it should always have been: A stack. Also does other improvements for supporting raster images
git-svn-id: trunk@42165 -
2013-07-20 21:41:01 +00:00
sekelsenmat
7b2d487b16 fpvectorial-eps: Further implementation of the image operator, not yet working
git-svn-id: trunk@42159 -
2013-07-20 16:07:24 +00:00
sekelsenmat
c11a7d82dc fpvectorial-eps: Further implementation of TDictionaryToken and the image operator, not yet working
git-svn-id: trunk@42158 -
2013-07-20 15:45:58 +00:00
sekelsenmat
e5edeb10ad fpvectorial-eps: Fixes running some EPS files
git-svn-id: trunk@42143 -
2013-07-20 04:57:04 +00:00
sekelsenmat
a134f0af35 fpvectorial-eps: Fixes a regression in fttest.eps
git-svn-id: trunk@42116 -
2013-07-17 12:17:35 +00:00
sekelsenmat
b3fe02e30d fpvectorial-eps: Adds enough new operators to be able to execute the new eps test without errors, the drawing is wrong, however
git-svn-id: trunk@42065 -
2013-07-12 06:05:55 +00:00
sekelsenmat
2be0335478 fpvectorial-eps: Many fixes for supporting dictionaries as operators
git-svn-id: trunk@42064 -
2013-07-12 05:45:49 +00:00
sekelsenmat
211fc8e632 fpvectorial-eps: Fixes a bug in the support for literal strings
git-svn-id: trunk@42059 -
2013-07-11 14:29:08 +00:00
sekelsenmat
08edea2463 fpvectorial-eps: Starts raw data reading support
git-svn-id: trunk@42057 -
2013-07-11 07:32:45 +00:00
sekelsenmat
0c611e9c4e fpvectorial: Advances the radial gradient code, not yet working
git-svn-id: trunk@41932 -
2013-06-28 15:05:51 +00:00
sekelsenmat
74435823d2 fpvectorial-svg reader: Start implementing matrix transformations, for now started support for translation
git-svn-id: trunk@41862 -
2013-06-24 11:22:12 +00:00
sekelsenmat
315ca8edf3 fpvectorial-svg reader: Fixes applying the styles of non-path elements
git-svn-id: trunk@41861 -
2013-06-24 10:02:35 +00:00
sekelsenmat
d470200313 fpvectorial: Fixes quadratic beziers in SVG reader
git-svn-id: trunk@41860 -
2013-06-24 09:28:15 +00:00
sekelsenmat
9942ebde4e fpvectorial: Minor SVG rendering improvements
git-svn-id: trunk@41663 -
2013-06-10 11:34:00 +00:00
sekelsenmat
17439e0e35 fpvectorial: Now smooth bezier seams 100% correct =)
git-svn-id: trunk@41660 -
2013-06-10 11:08:58 +00:00
sekelsenmat
2d16f24983 fpvectorial: Starts improving smooth bezier to
git-svn-id: trunk@41652 -
2013-06-10 07:32:14 +00:00
sekelsenmat
cb7c9207bb fpvectorial: Greatly improves the ellipse arc drawing, now it finally works in many cases =)
git-svn-id: trunk@41650 -
2013-06-10 07:04:55 +00:00
sekelsenmat
a17f69a025 git-svn-id: trunk@41642 - 2013-06-09 21:33:34 +00:00
sekelsenmat
5f6878bdb7 fpvectorial: More attempts at implementing support for elliptical arcs, not yet working
git-svn-id: trunk@41632 -
2013-06-09 13:40:42 +00:00
sekelsenmat
c91049023b fpvectorial: Starts attempt to finish implementing elliptical arcs ... not yet working
git-svn-id: trunk@41580 -
2013-06-07 12:13:19 +00:00
sekelsenmat
8b83833f63 fpvectorial: Improves the elliptical arc code
git-svn-id: trunk@41561 -
2013-06-06 09:43:56 +00:00
sekelsenmat
fca3bddf16 fpvectorial: Starts implementing support for elliptical arcs in the base classes and in SVG
git-svn-id: trunk@41542 -
2013-06-04 16:16:35 +00:00
sekelsenmat
2caade0306 fpvectorial: Initial work to support brush complex gradients and reworks the SVG reader to support the defs section
git-svn-id: trunk@41541 -
2013-06-04 14:39:06 +00:00
sekelsenmat
70e8cdb2f5 fpvectorial: Fixes exception in loading head.svg, improves svg support
git-svn-id: trunk@41537 -
2013-06-04 09:38:58 +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
d729485e9d fpvectorial: Vertical formulas look nicer with a smaller vertical spacing
git-svn-id: trunk@41466 -
2013-05-30 15:36:05 +00:00
sekelsenmat
5cbb0e8796 fpvectorial: Adds support for vertical stacks in MathML and improves the formula infrastructure in general
git-svn-id: trunk@41465 -
2013-05-30 15:33:37 +00:00
sekelsenmat
810f515e86 fpvectorial: Improves a lot the SVG reader. Finishes the support for commands without a command token, adds support for reading the style of the <svg> tag. Radad test image now almost perfect.
git-svn-id: trunk@40852 -
2013-04-19 12:29:58 +00:00
sekelsenmat
140415c25d fpvectorial: minor improvements
git-svn-id: trunk@40799 -
2013-04-12 15:53:56 +00:00
sekelsenmat
f4ab0c51f3 fpvectorial: Removes part of the unfinished layer tools system
git-svn-id: trunk@40784 -
2013-04-10 13:28:33 +00:00
sekelsenmat
882739042e fpvectorial: Disables the new layer tools code as it proved too little for SVG and re-enables the old system. Also found and fixed the SVG wrong colors: It was a wrong order of reading RGB values
git-svn-id: trunk@40783 -
2013-04-10 13:25:15 +00:00
sekelsenmat
f2e93a25c3 fpvectorial: Starts adding support for layer styles
git-svn-id: trunk@40763 -
2013-04-09 14:53:56 +00:00
sekelsenmat
2075f09486 fpvectorial: Fixes a mistake in the reading of absolute coordinates of path elements in the SVG reader
git-svn-id: trunk@40760 -
2013-04-09 13:14:59 +00:00
sekelsenmat
5906395798 fpvectorial: Improves the svg reader, now it recognizes lines without command token after a move in d=
git-svn-id: trunk@40719 -
2013-04-05 10:18:25 +00:00
sekelsenmat
2fa374f22e fpvectorial: Fixes a bug in the layers code of the SVG reader, it didnt return the current layer to the parent
git-svn-id: trunk@40718 -
2013-04-05 09:12:43 +00:00
sekelsenmat
d18fae7b03 fpvectorial: Fixes the svgz compression issue: I just had to change a virtual tag to override!
git-svn-id: trunk@40706 -
2013-04-03 12:13:21 +00:00
sekelsenmat
728912bdcb fpvectorial: Improves the SVG reader, now it can fully read (thought not properly render) the entire w3c svgz example
git-svn-id: trunk@40619 -
2013-03-22 10:45:22 +00:00
sekelsenmat
74bbda0e40 fpvectorial: Starts adding svgz support
git-svn-id: trunk@40618 -
2013-03-22 10:34:19 +00:00
sekelsenmat
999f5becad fpvectorial: Adds the arrows and degree symbol to arc dimensions
git-svn-id: trunk@40617 -
2013-03-22 10:08:19 +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
mattias
48ec025ae8 fixed compilation with fpc 2.6.3
git-svn-id: trunk@40410 -
2013-02-25 22:17:54 +00:00
sekelsenmat
aadb033941 fpvectorial: Advances a lot the ODG enhanced drawing reading
git-svn-id: trunk@39939 -
2013-01-23 14:46:49 +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
mattias
fb537b160f keep old StrikeTrough for current RC 2.6.2
git-svn-id: trunk@39901 -
2013-01-19 20:35:10 +00:00
ask
e10e3ce749 Fix compilation after r39879 #f1fe1fc167
git-svn-id: trunk@39885 -
2013-01-19 07:03:26 +00:00
mattias
f1fe1fc167 fixed compilation with fpc 2.6.1 23444
git-svn-id: trunk@39879 -
2013-01-18 16:21:23 +00:00
sekelsenmat
f758bdf235 Fixes compilation of Lazarus with FPC trunk due to the fix to spelling mistake in TFPCustomFont
git-svn-id: trunk@39870 -
2013-01-17 09:17:52 +00:00
sekelsenmat
26a3419dbb fpvectorial: Advances the ODG reader
git-svn-id: trunk@39863 -
2013-01-16 11:43:12 +00:00
sekelsenmat
c30b0c2636 fpvectorial: Much improves the ODG reader, adding a lot of structural work for styles and page sizes and starts more entities
git-svn-id: trunk@39853 -
2013-01-14 14:42:44 +00:00
sekelsenmat
1dce23a89c fpvectorial: Advances the odg drawer
git-svn-id: trunk@39828 -
2013-01-11 14:49:09 +00:00
sekelsenmat
5bb378a5ab fpvectorial: Now it already shows something when loading odg documents
git-svn-id: trunk@39827 -
2013-01-11 11:20:26 +00:00
sekelsenmat
636d4484a0 fpvectorial: Starts structural work for ODG support
git-svn-id: trunk@39825 -
2013-01-11 09:52:11 +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
6e01f3745a fpvectorial-svg reader: Implements support for passing layer styles to children
git-svn-id: trunk@39729 -
2013-01-02 11:51:26 +00:00
sekelsenmat
865a07f674 fpvectorial: Fixes setting the font info for formulas and improves SVG layer and text reading
git-svn-id: trunk@39727 -
2013-01-02 10:33:09 +00:00
sekelsenmat
ba73becf3e fpvectorial: Greatly improves the FPV tokens debug information and fixes the svg style reading for paths
git-svn-id: trunk@39726 -
2013-01-02 09:59:56 +00:00
sekelsenmat
84b0c8d37e fpvectorial: Improvese the drawing of polylines and improves the memory footprint for LAS
git-svn-id: trunk@39725 -
2013-01-02 08:24:01 +00:00
sekelsenmat
bf50f1c80c fpvectorial-svg reader: Improves the polyline style reading and fixes a points reading typo in polyline/polygon support
git-svn-id: trunk@39724 -
2013-01-02 08:05:43 +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
b4334bc3e5 fpvectorial: Further changes to support the new background color
git-svn-id: trunk@39721 -
2013-01-02 07:27:36 +00:00