W3C CVS Root

CVS log for Amaya/amaya/SVGT.T

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:22:07 2009 UTC (15 years, 1 month ago) by quint
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -0 lines
SVG: avoid to save copies of gradient stops.
VQ

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Dec 5 15:13:28 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-1, Amaya-11-0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -5 lines
No indent within SVG text
Irene

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Dec 3 15:56:46 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3 lines
Don't indent SVG text
Irene

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Sep 16 17:15:18 2008 UTC (15 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +40 -38 lines
SVG: first step for implementing markers (currently disabled).
VQ

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 23 10:45:21 2008 UTC (15 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -12 lines
The font-face element was set by error empty
Irene

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jun 11 10:53:14 2008 UTC (16 years ago) by vatton
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -14 lines
First implementation of SVG editing
F. Wang

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 2 13:44:39 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-10-0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -2 lines
Complete the support of xml:id in HTML, SVG and MathML documents.
Support of data: formats with stylesheet PIs.
Irene

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 23 15:33:46 2005 UTC (19 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Bug fix: Non latin characters within comments were not correctly encoded.
+ Update Welcome pages.
Irene

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Dec 9 15:35:41 2004 UTC (19 years, 6 months ago) by quint
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Attribute xml:lang was not displayed in the Structure view, nor generated
in the source file when it was associated with a <math> or <svg> element
within a XHTML page.
VQ

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Sep 23 14:13:46 2004 UTC (19 years, 8 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-7
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +19 -19 lines
CSS: implementing value "list-item" for property "display", and
properties list-style-type and list-style-position.
VQ

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Oct 17 17:16:36 2003 UTC (20 years, 7 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-6, Amaya-8-5, Amaya-8-4, Amaya-8-3, Amaya-8-2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2146 -1092 lines
SVG: all SVG elements and attributes are now parsed and saved.
VQ

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Oct 7 08:47:13 2003 UTC (20 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1730 -173 lines
SVG: All elements and attributes are now recognized be the SVG parser,
except the filter elements and their attributes.
VQ

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 16 15:14:03 2003 UTC (20 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +20 -20 lines
SVG: avoid flashing when saving a SVG document or a document containing
some SVG.
VQ

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Sep 4 10:34:40 2003 UTC (20 years, 9 months ago) by quint
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +630 -144 lines
SVG: Amaya now recognizes the following SVG elements:
   textPath, altGlyph, altGlyphDef, altGlyphItem, glyphRef, marker,
   color-profile, linearGradient, radialGradient, stop, pattern, mask.
as well as the corresponding attributes:
   startOffset, textLength, lengthAdjust, method, spacing,
   glyphRef, format, refX, refY, markerUnits, markerWidth, markerHeight,
   orient, local, name, rendering-intent, stop-color, stop-opacity,
   gradientUnits, gradientTransform, spreadMethod, fx, fy, offset,
   patternUnits, patternContentUnits, patternTransform,
   maskUnits, maskContentUnits
These elements and attributes are parsed, stored in the DOM tree,
displayed only in the structure view, and saved when saving a file.
VQ

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 7 07:24:30 2003 UTC (21 years, 2 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-1b, Amaya-8-1, Amaya-8-0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +22 -32 lines
Animation elements within <use> were not generated in the output file.
VQ

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Feb 17 08:03:37 2003 UTC (21 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Last bits of implementing Opacity in the P language.
VQ

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 13 09:50:43 2003 UTC (21 years, 5 months ago) by cheyroul
Branches: MAIN
CVS tags: Amaya-7-2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +82 -0 lines

GL : Fix Background image, sync problem, group
opacity, compilation with Xft library version 2.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Dec 11 11:39:23 2002 UTC (21 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-7-1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -0 lines
Introduction of the SVG attribute baseProfile.
Irene

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Nov 14 16:53:34 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +19 -19 lines
XML namespaces declarations/prefixes are no longer generated
by the translation schemas.
Original declarations/prefixes (from parsing or editing) and
original locations are used for the export.
It remains to be done :
 . Allow the user to declare his own prefixes thru the menu
 . Improve the handling of unknown namespaces
   within HTML/SVG/MathML
 . Improve the handling of the NS declarations when
   we delete an element.
Laurent

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Oct 10 07:15:42 2002 UTC (21 years, 8 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -0 lines


- GL : add Opacity, glyph index caching, picture caching
   Rewrite Text engine now using textures, Scroll engine is cleaner

- GTK : Add stix, fontconfig load, zoom on CRTL + mouse wheel
        Need _FONTCONFIG and _STIX
        Config files are in "config" subdirectory
- Add Base64 images decoding (alpha, need _BASE64)
- Fix warnings in code

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Aug 30 13:47:59 2002 UTC (21 years, 9 months ago) by pierre
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -0 lines
Minor changes and bug fix with Timeline:
- attributes of cursor introduced in SVG schemas do not show up anymore in structure view
- change method to set position of text_id elements on timeline
- animateMotion can begin at t>0.0s

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Aug 29 11:01:04 2002 UTC (21 years, 9 months ago) by pierre
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -0 lines
Enhance Timeline.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jul 15 14:51:23 2002 UTC (21 years, 10 months ago) by quint
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -0 lines
SVG: implementation of attribute baseline-shift
VQ

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 15 08:02:15 2002 UTC (21 years, 10 months ago) by quint
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +44 -0 lines
SVG: the cloned content of <use> elements was generated in the source
     file when saving the document.
VQ

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 10 08:24:33 2002 UTC (21 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +24 -0 lines
SVG: implementation of tref element.
VQ

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Jun 24 08:07:04 2002 UTC (21 years, 11 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +355 -32 lines
SVG: displaying animation elements in the strucvture view + saving
VQ

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jun 22 11:10:28 2002 UTC (21 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +192 -115 lines
SVG: introducing animation elements in SVG.S and parser tables.
VQ

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 17 14:31:10 2002 UTC (21 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +36 -0 lines
New parsed SVG attribute: writing-mode
Irene

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 7 11:21:57 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Bug fixes:
 - A background image attached to the body element was overrode by the
   background color of the html element.
 - The MathML stylesheet PI is now generated before the DOCTYPE and refers
   a local version instead of the Web version.
Irene

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 4 11:09:26 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -145 lines
Avoid to generate alphanumeric entities within SVG documents.
Irene

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 25 15:07:41 2002 UTC (22 years, 1 month ago) by quint
Branches: MAIN
CVS tags: Amaya-6-1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -0 lines
SVG: adding support for attribute version for element SVG.
     Needs to recompile the while amaya directory. (make clean)
VQ

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Apr 12 15:21:27 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +24 -0 lines
SVG: implementing element clipPath, but without its semantics. Simply prevent
     clipping paths to be displayed (often black filled) as ordinary paths.
VQ

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 23 11:57:29 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +21 -0 lines
SVG: implementing attribute text-anchor.
VQ

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 22 16:26:17 2002 UTC (22 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
The unicode version displays now characters &euro; &oelig; and &OElig;
Irene

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 7 11:57:28 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -4 lines
Bug fixed:
A CDATA delimitor was automatically generated around the content of 'style' and 'script' SGV elements.
Laurent

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 23 18:21:15 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +278 -241 lines
SVG: implementation of attributes direction and bidi-override
VQ

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 21 14:00:12 2002 UTC (22 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -0 lines
- Add and manage the element 'CDATA' for XML documents.
- Bug fixed : a wrong context was taken for the parsing of a generic-xml document
Laurent

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 15 13:20:56 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Resolving conflicts with the new notion of script.
Irene

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 17 08:40:19 2001 UTC (22 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1 lines
When creating a new MathML or SVG document a strange xml:lang attribute
was added to the root element.
VQ.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 10 12:16:22 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -1 lines
Improve the handling of the DOCTYPE declaration.
Laurent

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 6 10:21:36 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -0 lines
Store, display and save the Doctype declaration of the document (no longer generated by Amaya).
Ps: The display of the Doctype declaration in the structure view could be improved, I am not a P cialist.
Laurent

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 16 18:12:40 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +147 -2 lines
Bug fix: in MathML and SVG, a greek character was preceded in the
         source code by xml:lang="Symbol"
VQ

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 12 16:24:30 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -0 lines
The xml:lang attribute was not supported in SVG and MathML.
Laurent

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 9 15:03:57 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -0 lines
SVG: implementing attribute text-decoration
VQ

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 2 12:44:24 2001 UTC (22 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +124 -0 lines
SVG: implementing attributes font-family, font-size, font-style, font-variant
     and font-weight
VQ

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 22 10:54:24 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +36 -0 lines
SVG: always include a foreignObject element within a switch element.
VQ.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 17 13:19:40 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +18 -0 lines
- Progress on the generic-XML support in Amaya (generation of the default presentation rules for the structure view and the formatted view).
- While amaya doesn't support completely generic-XML, we create an "unknown element/attribute" for each elem/attr that belongs to a not-supported namespace. The unknown elem/attr are shown in the structure view (with a different color) and saved with their original name. As a result, Amaya no longer stops the parsing processus when a not-supported namespace is found in a document.
Laurent

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 5 12:42:08 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Renaming GraphML by SVG
Don't forget to relaunch "../configure", "make clean", "make depend"

Irene

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster