W3C CVS Root

CVS log for Amaya/amaya/f/XHTMLbuilder_f.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 7 13:49:03 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4 lines
char* => const char*
(Regis patches + many many others)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 6 12:41:27 2006 UTC (17 years, 11 months 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-10-0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -16 lines
Object/Input/Img creation and copy/paste
Irene

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 17 12:54:00 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
CVS tags: Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -0 lines
Add a mandatory "xml:id" attribute to free elements.

A. Tollenaere

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Dec 21 15:34:01 2004 UTC (19 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-2-1, Amaya-9-2, Amaya-9-1
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -2 lines
The command ChageDoctype didn't work well.
+ Spellcheck of the Welcome page.
Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 10 11:45:00 2004 UTC (20 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
When an image was inserted within a nested table the enclosing table
was not correctly reformatted.
Irene

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 5 15:48:32 2004 UTC (20 years, 5 months ago) by gully
Branches: MAIN
CVS tags: Amaya-8-3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +27 -27 lines
Remove "#ifndef __STDC__" specific prototypes generation (make proto).
Now fuctions's prototypes are by default __STDC__ compliant (even if __STDC__ flag is not defined).
[ This ugly change is necessary for wxWindows port on WINDOWS platform. ]

S. GULLY

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Aug 13 13:31:59 2003 UTC (20 years, 10 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Adding the Referer field in some HTTP/GET requests.
Irene

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jul 16 09:46:10 2003 UTC (20 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -0 lines
HTML: Fixing several bugs related to element input:
     - write an error message when attribute type is invalid
     - avoid generating a size attribute when its not present in the
       source, and set a default value (new attribute IntAreaSize).
CSS: Selectors of the form input.class where not recognized

VQ

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jul 16 13:51:35 2002 UTC (21 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-8-1, Amaya-8-0, Amaya-7-2, Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
The style defined in a svg external reference is now applied.
Laurent

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 21 16:18:04 2002 UTC (22 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-6-2, Amaya-6-1, Amaya-6-0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
The CSS parser didn't handle correctly enumerated attribute values.
Irene

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 20 13:50:29 2002 UTC (22 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -0 lines
- Improve the namespace declarations handling for xml documents.
- Improve the export of generic xml documents.
- Display the current namespace in the structure view.
Laurent

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Oct 26 16:37:26 2001 UTC (22 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-5-3, Amaya-5-2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +8 -0 lines
Interpretation of percent for attributes height.
Irene

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Sep 24 10:07:25 2001 UTC (22 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -8 lines
Modifications in XML parsing phase :
- removal of the useless DTD-specific actions "EntityCreated" (due to progress on I18N support)
- pseudo-paragraphs for XHTML elements within SVG or MathML elements were not built with the right schema
Laurent

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 17 13:19:41 2001 UTC (22 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -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.21: download - view: text, markup, annotated - select for diffs
Wed Jul 18 08:27:54 2001 UTC (22 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -0 lines
- The element "Document" can no more contains text as immediate children.
- Factorization of duplicated code.
Laurent

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Apr 12 16:13:23 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1, Amaya-5-0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -8 lines
Code clean up
Irene

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 16 16:40:28 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -10 lines
Removing CHAR_T, ustr, ufopen, usprintf from these files.
Irene

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 7 16:15:30 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
Improve the treatment of XML entities (but character entities are still lost inside an attribute value).
LC

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 22 14:32:58 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +66 -4 lines
Factorize the similar code used by both parsers (HTML and XML) for the attributes.
Move the resulting functions into XHTMLbuilder.c module.
LC

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 15 10:47:57 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -8 lines
Unify the treatment of XML entities (the exhaustive table for MathML entities is not yet connected).
LC

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 23 09:27:16 2000 UTC (23 years, 7 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +14 -14 lines
- Unify the treatment of the entities in the new XML parser.
- Add the option "EXPAT_PARSER_DEBUG" to see the traces of the Expat perser callbacks.
- The new XML parser is used by default now. If you want to use the old one, add the option "OLD_XML_PARSER".
LC

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 27 11:09:32 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -4 lines
Creation of Polylines and Lines.
Irene

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 28 13:52:12 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -14 lines
Filtering XMHTL-basic elements and attributes
Irene

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 25 14:17:53 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -0 lines
Amaya didn'r manage the charset of XML documents correctly.
Irene

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 23 12:20:49 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
The XML parser based on expat didn't interpret entities correctly.
Table sharing between the XML and HTML parsers.
Irene

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 22 14:28:39 2000 UTC (23 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -0 lines
Preparing the parsing according to the current profile
Irene

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 13 13:22:59 2000 UTC (23 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +34 -0 lines
Adding the support of XHTML-basic with the option
XHTML-BASIC + EXPAT_PARSER
Irne

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 27 14:44:40 2000 UTC (23 years, 11 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -34 lines
JK: new enable ftp menu entry (General preferences).
Adding some missing prototypes, after a make proto

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 7 17:12:14 2000 UTC (24 years ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -0 lines
LC

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 19 13:45:58 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -8 lines
Improvement of the XML parser
Laurent

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 3 13:59:50 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Manage margins, borders, and paddings on inline elements.
Irene

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 27 14:55:24 2000 UTC (24 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +26 -26 lines
Cleaning up Thot structures
Irene

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:46:49 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
XML parser
Updating entities mapping and adding namespace processing

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 20 16:54:49 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +22 -4 lines
Work in progress
Laurent

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 17 16:54:14 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Prepare amaya for parsing XML documents
Laurent

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