W3C CVS Root

CVS log for Amaya/amaya/HTMLtable.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.221: download - view: text, markup, annotated - select for diffs
Tue Feb 17 15:42:52 2009 UTC (15 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +3 -2 lines
Apply the style to the col element when the whole column is selected
Irene

Revision 1.220: download - view: text, markup, annotated - select for diffs
Tue Feb 17 11:57:22 2009 UTC (15 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +72 -0 lines
Reformat the table when the width attribute of a col or colgroup element is
edited.
Irene

Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Feb 5 09:01:39 2009 UTC (15 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +12 -9 lines
Fix reported warnings
Irene

Revision 1.218: download - view: text, markup, annotated - select for diffs
Tue Feb 3 16:51:56 2009 UTC (15 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +6 -14 lines
Avoid 2 consecutive searchs
Irene

Revision 1.217: download - view: text, markup, annotated - select for diffs
Mon Dec 22 10:24:38 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-1
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +325 -319 lines
New exception for ColColRef attribute
+ fix several possible overflows
Irene

Revision 1.216: download - view: text, markup, annotated - select for diffs
Fri Nov 7 16:44:14 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-0
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +11 -5 lines
Improve the creation of template elements within tables
Irene

Revision 1.215: download - view: text, markup, annotated - select for diffs
Thu Oct 9 16:10:32 2008 UTC (15 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +5 -2 lines
It was impossible to delete a table with col elements
Irene

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Sep 2 14:26:15 2008 UTC (15 years, 9 months ago) by quint
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +1 -7 lines
Do not generate a new line in the source code after a comment
in a block element, unless there is a space after the comment.
VQ

Revision 1.213: download - view: text, markup, annotated - select for diffs
Fri Jul 25 09:03:26 2008 UTC (15 years, 10 months ago) by quint
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +29 -2 lines
SVG: setting rounded corner radius to -1 when either rx or ry is missing in a rect element.
VQ

Revision 1.212: download - view: text, markup, annotated - select for diffs
Wed May 28 08:28:13 2008 UTC (16 years ago) by quint
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +397 -182 lines
HTML tables: introducing a Table_content element to wrap the real content of
  the table.
  Handling attribute align and style=background-color on elements COL and
  COLGROUP.
VQ

Revision 1.211: download - view: text, markup, annotated - select for diffs
Fri May 23 16:23:21 2008 UTC (16 years ago) by quint
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +213 -0 lines
HTML tables: handling attribute align for elements col and colgroup.
VQ

Revision 1.210: download - view: text, markup, annotated - select for diffs
Fri Mar 28 11:52:16 2008 UTC (16 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +78 -31 lines
Handling elements COL and COLGROUP when manipulating columns
in a HTML table.
VQ

Revision 1.209: download - view: text, markup, annotated - select for diffs
Wed Mar 26 10:34:05 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +4 -1 lines
Clean up in template management.

Revision 1.208: download - view: text, markup, annotated - select for diffs
Fri Mar 21 15:49:42 2008 UTC (16 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +131 -5 lines
HTML tables: control editing of attribute span for elements COL and
     COLGROUP.
VQ

Revision 1.207: download - view: text, markup, annotated - select for diffs
Wed Mar 19 15:36:20 2008 UTC (16 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +8 -0 lines
Tables: updating COL and COLGROUP elements when a column is pasted and
        when a column deletion is undone.
VQ

Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue Mar 11 12:03:35 2008 UTC (16 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +285 -14 lines
HTML Tables: handling elements COL and COLGROUP when creating
and deleting columns. Operations paste, undo, redo need more
work.
VQ

Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon Mar 10 11:01:06 2008 UTC (16 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +298 -54 lines
HTML: parsing of elements COL and COLGROUP and their attributes.
VQ

Revision 1.204: download - view: text, markup, annotated - select for diffs
Wed Feb 20 11:42:23 2008 UTC (16 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-10-0
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +3 -0 lines
Fixing a set of warning
Irene

Revision 1.203: download - view: text, markup, annotated - select for diffs
Tue Feb 5 13:19:08 2008 UTC (16 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +1 -1 lines
Table footers were misplaced.
VQ

Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed Jan 16 17:55:32 2008 UTC (16 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -0 lines
Improving selection of multiple cells in a table.
VQ

Revision 1.201: download - view: text, markup, annotated - select for diffs
Fri Jan 11 17:16:06 2008 UTC (16 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +2 -2 lines
Allow table rows to be merged.
VQ

Revision 1.200: download - view: text, markup, annotated - select for diffs
Fri Jan 11 14:31:12 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +1 -1 lines
Don't propose the last created target when a new link is created
Irene

Revision 1.199: download - view: text, markup, annotated - select for diffs
Fri Jan 11 11:04:51 2008 UTC (16 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +5 -5 lines
Initial implementation of command "Merge cells".VQ.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Fri Jan 4 12:35:43 2008 UTC (16 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +15 -0 lines
Sometimes the delete of a division including a table didn't work correctly
Irene
CVe: ----------------------------------------------------------------------

Revision 1.197: download - view: text, markup, annotated - select for diffs
Fri Nov 16 10:19:46 2007 UTC (16 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +4 -4 lines
Fixing the selection after the Enter command in basic editing mode
+ a new clear button on Image and Object dialogs
+ code clean up
Irene

Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Aug 28 11:17:21 2007 UTC (16 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +46 -20 lines
Fixing a problem with instantiation of row elements
Irene

Revision 1.195: download - view: text, markup, annotated - select for diffs
Wed Jun 27 14:35:41 2007 UTC (16 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +36 -2 lines
Update table editing
Irene

Revision 1.194: download - view: text, markup, annotated - select for diffs
Tue Jun 19 15:07:48 2007 UTC (17 years ago) by quint
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +17 -9 lines
Amaya crashed when deleting the last row of a table.
VQ

Revision 1.193: download - view: text, markup, annotated - select for diffs
Fri Jun 8 14:46:58 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +3 -2 lines
Missing return in a function
Irene

Revision 1.192: download - view: text, markup, annotated - select for diffs
Thu Jun 7 09:42:40 2007 UTC (17 years ago) by quint
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +114 -14 lines
Templates: prevent XTiger elements from disturbing table processing.
VQ

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jun 5 15:26:32 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +15 -15 lines
By default a pasted column was inserted within a new paragraph instead of
after or before the current column
Irene

Revision 1.190: download - view: text, markup, annotated - select for diffs
Thu May 31 09:26:19 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +58 -16 lines
When a table is cut, it was not copied.
Irene

Revision 1.189: download - view: text, markup, annotated - select for diffs
Wed May 23 14:36:00 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +3 -0 lines
Fixing Amaya crashes (transformations)
Irene

Revision 1.188: download - view: text, markup, annotated - select for diffs
Fri Apr 20 10:24:19 2007 UTC (17 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +5 -1 lines
Accept empty template elements within a table
Irene

Revision 1.187: download - view: text, markup, annotated - select for diffs
Thu Mar 29 16:54:45 2007 UTC (17 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +26 -1 lines
improving table formatting in the presence of XTiger elements.
VQ

Revision 1.186: download - view: text, markup, annotated - select for diffs
Wed Mar 21 10:32:23 2007 UTC (17 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +15 -1 lines
HTML: improving cell extension when the extended cell is empty.
VQ

Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Feb 12 11:38:03 2007 UTC (17 years, 4 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-54
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +69 -2 lines
Templates: allow definition lists to be correctly created in bags.
VQ

Revision 1.184: download - view: text, markup, annotated - select for diffs
Tue Feb 6 10:48:10 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -1 lines
When a table is deleted the document was not set modified
Irene

Revision 1.183: download - view: text, markup, annotated - select for diffs
Fri Dec 8 09:20:51 2006 UTC (17 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-53bis, Amaya-9-53
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +27 -1 lines
Adding a set of protections
Irene

Revision 1.182: download - view: text, markup, annotated - select for diffs
Mon Dec 4 11:39:53 2006 UTC (17 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +34 -0 lines
Remove the table when the last tbody of a table is deleted
Irene

Revision 1.181: download - view: text, markup, annotated - select for diffs
Tue May 9 13:32:55 2006 UTC (18 years, 1 month ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-52
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +2184 -2184 lines
Line indent
Irene

Revision 1.180: download - view: text, markup, annotated - select for diffs
Wed Dec 21 15:28:34 2005 UTC (18 years, 5 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-51, Amaya-9-5, Amaya-9-4
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +2 -2 lines
undoing and redoing multiple times the creation of a target anchor in a
XHTML document could crash Amaya.
VQ

Revision 1.179: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (19 years ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-3, Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.178: download - view: text, markup, annotated - select for diffs
Wed Mar 2 10:57:54 2005 UTC (19 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
Detect invalid ID values when the document is parsed.
Control ID, NAME, and ACCESSKEY values generated by Attribute dialogues.
Irene

Revision 1.177: download - view: text, markup, annotated - select for diffs
Fri Jan 28 16:14:22 2005 UTC (19 years, 4 months ago) by quint
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +10 -4 lines
Fixing a crash with very big tables.
VQ

Revision 1.176: download - view: text, markup, annotated - select for diffs
Fri Nov 26 17:34:43 2004 UTC (19 years, 6 months ago) by quint
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +6 -0 lines
Fixing a problem when deleting a column in a table with a tfoot.
VQ

Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Oct 14 11:08:05 2004 UTC (19 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-7
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +5 -5 lines
Improve the management of mandatory attributes in the GTK version.
+ fix some bugs with the set of structure checking.
Irene

Revision 1.174: download - view: text, markup, annotated - select for diffs
Wed Oct 13 13:52:09 2004 UTC (19 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +1 -2 lines
Updating the WX workspace.
Irene

Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Oct 12 14:52:33 2004 UTC (19 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +1 -26 lines
Prevent the cursor to skip tables when using the Left Arrow key.
VQ

Revision 1.172: 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
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +11 -11 lines
CSS: implementing value "list-item" for property "display", and
properties list-style-type and list-style-position.
VQ

Revision 1.171: download - view: text, markup, annotated - select for diffs
Fri Sep 3 09:00:49 2004 UTC (19 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +12 -27 lines
Removing the support of Thot external references.
Irene

Revision 1.170: download - view: text, markup, annotated - select for diffs
Thu Jul 8 09:57:02 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-6
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +6 -1 lines
Code clean up + make proto.
Irene

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Jun 21 07:09:18 2004 UTC (19 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +1 -0 lines
Fixing warnings.
VQ

Revision 1.168: download - view: text, markup, annotated - select for diffs
Wed Jun 9 08:26:05 2004 UTC (20 years ago) by quint
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +2 -1 lines
There was a bug when creating a new row in a MathML table with the
new commands Insert/Append.
VQ

Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Mar 4 14:22:11 2004 UTC (20 years, 3 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +3 -2 lines
Tables: when pasting a short row in a table, the added empty cells were
not inserted at the right position in the pated row.
VQ

Revision 1.166: download - view: text, markup, annotated - select for diffs
Thu Mar 4 13:40:15 2004 UTC (20 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +13 -3 lines
Some fake text element could appear at the first level within a table.
VQ

Revision 1.165: download - view: text, markup, annotated - select for diffs
Fri Feb 20 16:46:20 2004 UTC (20 years, 3 months ago) by quint
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +53 -7 lines
MathML: adapting the new table editor to MathML tables.
VQ

Revision 1.164: download - view: text, markup, annotated - select for diffs
Thu Feb 19 18:08:54 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +19 -43 lines
Tables: allow a new column to be created after a cell with colspan=0.
        colspan is then changed to its actual value.
VQ

Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Feb 19 16:01:50 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +35 -64 lines
Last improvements to column pasting in tables.
VQ

Revision 1.162: download - view: text, markup, annotated - select for diffs
Thu Feb 12 10:05:31 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +1 -1 lines
Bug fixes:
- sometimes the last cell added by paste was not removed by undo.
- Table menus were disabled by undo operations.
Irene

Revision 1.161: download - view: text, markup, annotated - select for diffs
Thu Feb 12 09:59:52 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +30 -10 lines
Pasting a column with vertically extended cells led to a wrong
structure.
VQ

Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:25:05 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +141 -48 lines
Tables: when pasting a whole column, empty cells are inserted at the
        positions where the original column did not contain any cell.
VQ

Revision 1.159: download - view: text, markup, annotated - select for diffs
Sat Feb 7 16:06:46 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -1 lines
In some cases, tables could be broken by the Enter key.
VQ

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Feb 4 16:25:04 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +122 -38 lines
Generate column headings when a table is created by the paste command.
Irene

Revision 1.157: download - view: text, markup, annotated - select for diffs
Wed Feb 4 12:15:35 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +150 -87 lines
Undoing/redoing the creation or change of attributes colspan and
rowspan through the attribute menu led to a wrong structure.
VQ

Revision 1.156: download - view: text, markup, annotated - select for diffs
Tue Feb 3 14:47:24 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +286 -238 lines
When extending a cell it may hapeen that all cells of the next row or
next column disappear. In that case, the empty row or column is removed.
VQ

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Jan 29 16:04:58 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +4 -3 lines
Fix warnings (unitialized variables).
Irene

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Jan 26 13:48:48 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +31 -6 lines
Bug fix: when undoing the vertical extension of a cell that "eat"
several cells below, some cells were misplaced.
VQ

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Jan 26 11:48:26 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +53 -67 lines
Bug fix: cells were not generated correctly when creating a column
         from a cell that is below a vertically extended cell.
VQ

Revision 1.152: download - view: text, markup, annotated - select for diffs
Mon Jan 26 10:32:38 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +109 -88 lines
Improving extension of cells in tables.
VQ

Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Jan 23 12:06:29 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +3 -1 lines
Bug when pasting a column.
VQ

Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Jan 23 09:55:57 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +45 -13 lines
Improving the pasting of columns with cells having rowspan = 0
VQ

Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Jan 22 16:49:36 2004 UTC (20 years, 4 months ago) by quint
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -2 lines
More efficient implementation of search functions limited to subtrees.
VQ

Revision 1.148: download - view: text, markup, annotated - select for diffs
Tue Jan 20 09:00:37 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +150 -71 lines
Improving the pasting of table rows
VQ.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -1 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Jan 14 12:09:14 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +16 -76 lines
When creating a new cell in a newly created row, this new cell was not
linked to its column head.
VQ

Revision 1.145: download - view: text, markup, annotated - select for diffs
Tue Jan 13 08:57:35 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -1 lines
Take into account colspan when pasting a new column.
Irene

Revision 1.144: download - view: text, markup, annotated - select for diffs
Mon Jan 12 18:06:38 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -1 lines
Pasted cells could get an arbitrary vertical spanning value.
VQ

Revision 1.143: download - view: text, markup, annotated - select for diffs
Mon Jan 12 17:41:28 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +189 -104 lines
command Copy add empty cells where appropriate when copying a row.
VQ

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon Jan 12 14:54:58 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +114 -105 lines
The row extension was not updated when a cell is pasted.
Irene

Revision 1.141: download - view: text, markup, annotated - select for diffs
Mon Jan 12 08:04:24 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +587 -281 lines
Validity check of attributes colspan and rowspan when entered directly
by the user.
Better positionning of pasted (or created) cells.
VQ

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Jan 9 18:39:34 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +196 -65 lines
Better handling of colspan = 0 when creating or deleting columns.
VQ

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Jan 9 10:21:35 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +23 -18 lines
When building a table, stop spanning of cells with rowspan=0 at the end
of their group of rows.

VQ

Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Jan 9 09:57:23 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +28 -36 lines
Bug fix: "infinite" (i.e. 0) rowspan with comments between rows.
VQ

Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Jan 9 09:22:12 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +12 -5 lines
When redoing the creation of a column, some cells were not attached to
the right column.
Irene

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Jan 8 10:24:38 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +50 -46 lines
Just after the creation of a table, inserting a new row didn't generate
included cells.
When the first row of a table included a colspanned cell the span was not
applied.
Irene

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Jan 7 16:13:17 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +13 -11 lines
Limit the search of the next row or the next colhead in the current table.
Irene

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Jan 7 15:17:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +4 -0 lines
Register the new created cell after the colhead creation.
Irene

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Jan 7 14:12:44 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +1 -3 lines
When a table is created or pasted, don't notify the application for
enclosed rows and cells.
When a row is created or pasted, don't notify the application for
enclosed cells.
Irene

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Jan 7 12:07:54 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +45 -36 lines
Fix the bug of the table creation.
Avoid to loose extensions in copy/paste of tables.
Remove row extension in pasted rows.
Irene

Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Jan 7 10:49:01 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +71 -47 lines
Bug fix: creating a column in a table with several tbody, tfoot and
thead elements.
VQ

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Jan 6 17:29:33 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +59 -0 lines
Removing extra extensions when copying a row or a column.
Irene

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Jan 6 15:36:42 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +62 -23 lines
Improvements to table structure checking.
VQ

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Jan 6 11:49:34 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +16 -8 lines
Undoing the creation of a thead crashed Amaya.
Fix a problem with the paste of a column.
Irene

Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Jan 5 16:33:25 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +17 -38 lines
Bug fix: pasting a table row that contains at least one table.
VQ

Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon Jan 5 11:10:54 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +26 -6 lines
Bug fix: wrong structure generated when pasting a table row below
another row that has vertically spanning cells.
VQ

Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Jan 5 08:28:31 2004 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +536 -331 lines
Pasting table rows + handling value 0 for attributes colspan and
rowspan
VQ

Revision 1.124: download - view: text, markup, annotated - select for diffs
Wed Dec 31 15:40:33 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +20 -6 lines
When deleting a column, empty cells are generated at the locations
left free by spannig cells from previous columns. This allows to
preserve the column structure when pasting a deleted column.
VQ

Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Dec 31 14:33:39 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +17 -9 lines
fixing a bug when deleting a table row with empty spaces caused by
cell extended vertically from above.
VQ

Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:59:28 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +16 -2 lines
When deleting a row, generate empty cells at the positions in that row
that are covered by cells spanning from rows above.
VQ

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Dec 31 12:11:03 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +10 -5 lines
Registering rowspan deletion when deleting a table row.
VQ

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Dec 31 10:58:46 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +279 -226 lines
Manage extended cell when deleting a column.
Irene

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Dec 31 09:40:43 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +2 -3 lines
Fix a trouble with shortcuts.
Irene

Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Dec 30 17:34:35 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +42 -13 lines
When deleting a table row, we now pay attention to the rowspan
attributes in the deleted row and in the rows above.
VQ

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Dec 30 16:11:15 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +23 -12 lines
Next and previous inverted in GetSiblingRow.
Irene

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Dec 30 15:27:50 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +67 -50 lines
Progress with the delete column.
Irene

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Dec 30 15:03:26 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +88 -108 lines
Code clean up.
Irene

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Dec 30 14:52:29 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +127 -52 lines
Merging changes.
Irene

Revision 1.113: download - view: text, markup, annotated - select for diffs
Tue Dec 30 14:43:02 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +169 -124 lines
Handling spanned cells when deleting a table row.
VQ

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Dec 30 13:28:02 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +0 -1 lines
The undo of a delete column didn't work.
Irene

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Dec 30 11:57:11 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +72 -341 lines
Code clean up.
Irene

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Dec 30 11:00:27 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +63 -0 lines
Delete the column head when the column is deleted.
Irene

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Dec 30 10:42:56 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +89 -60 lines
Improvements to the creation of rows in tables.
VQ

Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Dec 30 08:56:33 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +6 -12 lines
Irene

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Dec 29 17:14:06 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +112 -17 lines
Managing extended cells when a new row is inserted.
Irene

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Dec 29 15:41:03 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +304 -183 lines
Managing rowspan and colspan when creating a new column.
Irene

Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Dec 29 13:50:44 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +90 -41 lines
Simplifying change of attributes colspan and rowspan
VQ

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Dec 29 11:32:33 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +49 -19 lines
Handle all possible changes to attributes rowspan and colspan.
VQ

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:03:55 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +204 -82 lines
Improving editing of colspan and rowspan attributes
VQ

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Dec 24 15:07:00 2003 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +64 -15 lines
Implementing functions that insert a column before or after.
Updating shortcuts.
Irene

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Dec 23 16:51:09 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +306 -171 lines
Implementing commands Extend cell and Shrink cell
VQ

Revision 1.100: download - view: text, markup, annotated - select for diffs
Mon Dec 22 18:07:22 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -1 lines
Prevent redo after row creation to generate extra empty cells
VQ

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Dec 22 17:34:58 2003 UTC (20 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +141 -29 lines
handling attribute colspan in tables
VQ

Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Dec 19 11:25:56 2003 UTC (20 years, 6 months ago) by quint
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +10 -12 lines
Fixing a bug that happens when trying to select a column containing a
cell that contains another table.
VQ

Revision 1.97: 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.96: preferred, colored
Changes since revision 1.96: +6 -6 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.96: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:19:02 2003 UTC (20 years, 8 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -0 lines
splitting a HTML table could cause a crash.
VQ

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Oct 9 07:43:24 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +28 -21 lines
The transformation of a <td> into a <th> is now performed by a
change of the type element.
Introduction of a new Undo/Redo case: when only the element
type changes.
Application of that new Undo/Redo to the <td>/<th> change, but also
to some Math transformations.

Changed the default backgound color of the selection because the previous
one was to dark to see that an empty table is selected.
Irene

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Oct 8 06:36:13 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +3 -0 lines
Move the API function TtaInsertElement next to TtaCreateElement in
structcommands.c.
Add the prefix Tta to the API function TtaChangeElementType.
Add object and embed into the label "Load images".
Irene

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Jul 21 12:35:15 2003 UTC (20 years, 11 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-1b
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +135 -106 lines
Editing: Undoing/Redoing a command "delete column" in a table (XHTML or
         MathML) is now possible
VQ

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Jul 17 15:37:11 2003 UTC (20 years, 11 months ago) by quint
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -2 lines
Table editing: allow undo/redo to work properly after the creation of
               a cell that generates a new column.
VQ

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Jan 21 16:18:28 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-1, Amaya-8-0, Amaya-7-2
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +20 -14 lines
Bug fix: By error name/id were changed even if the new name and id
apply to the same element.
The collision of id was not checked for cells, rows, math, svg elements.
Irene

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:06 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Jul 25 17:41:18 2002 UTC (21 years, 10 months ago) by quint
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +25 -5 lines
Tables: When a comment or some text (even just spaces) occurred between
        a thead and a tbody in a (X)HTML table, the Thot tree of that table
        was not constructed correctly.
VQ

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Jan 28 11:16:51 2002 UTC (22 years, 4 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-2, Amaya-6-1, Amaya-6-0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
MathML + I18N: handling UTF16 characters in the parsing and editing
               functions for MathML.
VQ.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jan 11 12:04:13 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Implementation of the right-to-left text writing and the right-to-left paragraphs
formatting.
Irene

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Jan 9 11:23:03 2002 UTC (22 years, 5 months ago) by quint
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -1 lines
Removing an unused variable.
VQ

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jan 9 10:13:50 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +5 -56 lines
Amaya managed colspan attributes in a bad way when the top right cell of
the table was affected.
Irene

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Dec 14 18:11:09 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-3
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
Fixing some warning messages
VQ

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Dec 11 17:12:57 2001 UTC (22 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -0 lines
After a "Paste" command, filter element and attributes that are not
allowed by the document profile.
VQ.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Mar 16 17:20:43 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-2, Amaya-5-1, Amaya-5-0, Amaya-4-3-2
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +27 -237 lines
Irene

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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:05:19 2001 UTC (23 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +10 -10 lines
Removing the macro TEXT ()
Irene

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Jan 2 08:19:31 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +9 -36 lines
MathML: re-apply attribute columnalign of a mtable or mrow when
new columns or rows are created.
VQ.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Dec 29 18:34:22 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +14 -7 lines
SVG: adding SVG path to the Thot library. Not complete yet.
VQ.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Dec 28 17:07:28 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +15 -13 lines
Bug fix: when creating a new table, all cells were immediately removed.
VQ

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Dec 27 18:10:29 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +567 -532 lines
MathML 2.0: implementing attributes rowspan and columnspan for element mtd.
VQ.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Dec 26 10:13:47 2000 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +14 -1 lines
Bug fix: when pasting a MathML expression, some extra <mrow> elements
were added.
MathML: support for attributes frame, align, side (element mtable).
VQ

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Dec 18 10:35:46 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -0 lines
Fixing some warning messages
VQ.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Dec 18 08:46:09 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +50 -14 lines
MathML: implementing attributes rowalign and columnalign
VQ.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Dec 14 09:01:56 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -0 lines
There was a confusion between the MathML and the GraphML schema during
the export.
Fixing some compilation warnings too.
Irene

Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Sep 5 13:44:44 2000 UTC (23 years, 9 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -4 lines
Amaya transformations were broken.
Fixing some minor bugs too.
Irene

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jul 6 14:43:24 2000 UTC (23 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +83 -43 lines
MathML: when loading a page, MathML tables are completed with missing
   empty cells at the end of each row. These added cells were displayed
   as grey rectangles. They are not displayed any more.
VQ.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Jun 29 08:59:04 2000 UTC (23 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
Amaya didn't manage correctly empty cells with a rowspan and a colspan
Irene

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Apr 14 13:44:00 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
Updating the documentation
Irene

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 24 14:14:11 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -4 lines
Fixing a bug in the building of tables
Irene

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:34 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
New features: Browsing and saving HTML files according to the charset.
              Charset may be given by the http header or the http-equiv
              element.

Ramzi.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Mar 10 11:19:15 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +19 -7 lines
Lock and Unlock the table formatting within each editing commands.
Prevent attribute redisplay within removed part of the document tree.
Irene

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Mar 8 16:15:15 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -0 lines
Bug fix: Amaya crashed when a TD including a table was deleted
Irene

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Mar 6 08:03:28 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +10 -0 lines
Amaya generated extra cells.
Irene

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Feb 28 16:57:59 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +74 -24 lines
Bug fixes in the table formatter
Irene

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Feb 21 18:14:29 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +6 -6 lines
Unicode + Internationalization of compilers.

Ramzi.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Feb 10 09:42:38 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +8 -8 lines
Unicode + fixed: problems due to the modification of
psdisplay, windowdisplay.

Ramzi

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:29:38 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +8 -8 lines
Bugs fixed:
- Printing (still a problem to fix).
- Find (Bug reported by Philipp): Amaya creashes after a several find.

Work: Unicode.

Ramzi.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Jan 18 17:24:11 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +7 -68 lines
Removed all  #ifdef MATHML
Added 4 new commands for MathML: MI, MO, MN, MTEXT.
VQ.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Dec 6 08:58:43 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Fixing some warning messages sent by the C compiler
VQ

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Dec 3 16:59:52 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +18 -12 lines
Bug fix: Table callbacks didn't register modification for undo commands

Irene

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jun 28 14:00:02 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -1 lines
Initializing some unitialized variables

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jun 27 16:26:42 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +14 -14 lines
Preparing Unicode version: String management.

Ramzi.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:20 1999 UTC (25 years ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +49 -49 lines
Rename the Thot boolean into ThotBool to avoid conflicts with jpeg includes.
Extend the CSS structure to take included structures into account
iIrene

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Apr 24 09:29:23 1999 UTC (25 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Fixing two bugs:
   Amaya entered an infinite loop when creating a new cell at the
   beginning of a row in some circumstances.
   Amaya entered an infinite loop when deleting a character string.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Apr 15 13:16:26 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Various bugs were fixed (Windows).

Unicode support. Please, because of some incompatibility with Windoz, use:
CHAR_T   instead of CHAR
UCHAR_T  ------- -- UCHAR
PCHAR_T  ------- -- PCHAR
PUCHAR_T ------- -- PUCHAR

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Mar 6 11:12:52 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +11 -6 lines
Preparing for improvements in Undo/Redo for tables

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Mar 2 09:45:06 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Cleaning code.
Ramzi.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jan 29 17:21:34 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
Support of unicode in Amaya.
Ramzi.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jan 26 14:09:57 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +6 -3 lines
* COLGROUP and COL elements are accepted and can be created within TABLE elements,
  but the rendering is not implemented yet.
* Comments in files amaya.keyboard and amaya.kb are now allowed.
* When a document included the sequence <form>..<table>..</form>..</table>
  Amaya closed the table at the end of the form. Now it reports a parsing error
  on the end tag </form> and avoids to split the table.
Irene

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jan 8 13:59:36 1999 UTC (25 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +17 -5 lines
Bug fixes:
- changing Data Cell into Heading Cell provided a bad display
- changing browser mode into editor mode didn't restore editing menus of
  closed windows.
Irene

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Dec 8 08:01:37 1998 UTC (25 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -0 lines
Integrate patches which allows to easily compile Amaya on different platforms.
Improve the management of the control click for Thot and Amaya.
Irene

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Nov 13 16:08:39 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Doc updates and bug fix in the selection.
Irene

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:18:51 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +569 -471 lines
A new stuff on table and matrix editing
Irene

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Oct 30 17:14:18 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +209 -89 lines
Major change in the menu Types and new functions to optimize and improve
the table editing.
Irene

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Oct 26 13:48:23 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +11 -3 lines
Amaya asks the number of rows and columns the user wants when a new table
is created.
Amaya constrained the structure and reordered Meta, Script, Link, Style
elements.

Irene

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 9 15:53:44 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -1 lines
Bug fix in Amaya:

Footer in HTML Tables were transformed into empty elements by the
procedure that cleans up tables.

This bug prevented, for instance, to activate the button that allows
to change character size in W3C slides.

Vincent

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:32:25 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +22 -6 lines
When character strings or unexpected elements appear between cells
or rows in a table, they are ignored by the HTML parser.

VQ

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 9 11:51:28 1998 UTC (26 years ago) by cvs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -4 lines
New functions Zoom In and Zoom Out.
Replace Command_line by Submit and Reset.
Irene

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 29 08:56:52 1998 UTC (26 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
More code to edit matrices in MathML.

Vincent.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Mar 17 12:15:02 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Fixing a bug in table formatting (rowspan + colspan).
Suppress a loop in Amaya
Fixing a memory leak in messages tables
Alternate view for tables
Fixing bugs in query.c
  Irene

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Feb 4 10:31:59 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +10 -0 lines
Irene

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jan 30 17:56:02 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +35 -0 lines
Bug fix: when deleting the last row in a HTML table, the Table element
was not deleted and some "ghost" elements remained.

VQ.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jan 30 14:26:55 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Improving table formatting when a cell include maths.
Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 26 09:56:57 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
Irene

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jan 23 17:55:47 1998 UTC (26 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +344 -1344 lines
Improving table formatting.
Irene

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jan 20 15:42:34 1998 UTC (26 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +953 -1614 lines
New implementation of table formatting.
Irene

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 3 12:43:28 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -1 lines
Irene

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Mar 15 12:04:57 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -2 lines
The "Show Map Areas" command use now an attribute on the root of the
document to control lineweight of areas.
There no longer any conflict with table borders.

VQ.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 13 10:36:37 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +95 -87 lines
Fix bugs of concrete image redisplays
Irene

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 4 17:48:13 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +111 -157 lines
Adding command Link Numbering in the Special menu

VQ.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Feb 26 19:26:31 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +34 -1 lines
Improvement to table formatting in Amaya: when a cell contains only
an <IMG> with an attribute width, it takes the width of that image.

VQ.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 1 11:54:02 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0b, AMAYA_0_95b
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +23 -1 lines
Adding tag <U> plus various bug fixes

VQ.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jan 31 11:29:46 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Modified EXPORT en THOT_EXPORT, first steps for Kaffe integration and
event loop rewriting, Daniel.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:56:24 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +76 -59 lines
Improving table formatting

VQ.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 21 19:21:47 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0a, AMAYA_0_95a
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -2 lines
Improving form handling.
Adding attribute size to element Select.
Handling attribute Selected for Options.

VQ.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 20 13:14:55 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -5 lines
Bug fix

A crash occured when deleting the first cell of a new row that has been
created in a table.

VQ.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 14 12:21:39 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -0 lines
Insure ++
+ Authors in Amaya code
+ new printmenu
Irene

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 6 17:26:45 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, AMAYA_SOURCES_0_95
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +15 -8 lines
Bug fix

Attribute width can now be changed freely

VQ.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jan 6 10:51:15 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -9 lines
Cheking warning messages (amaya directory).
Ramzi.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 3 16:54:48 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -0 lines
Adding warning message to files not completely translated in english.
Ramzi.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 2 12:04:39 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -0 lines
Bug fix

It was possible to create a table cell immediately within another table cell!

VQ.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:16:39 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -17 lines
Suppression des fichiers .h
Irene

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:09:18 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -3 lines
New copyright statement for amaya (directory):
/*
 *
 * (c) COPYRIGHT MIT and INRIA, 1996.
 * Please first read the full copyright statement in file COPYRIGHT.
 *
 */

Ramzi.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 24 14:34:06 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -0 lines
Debwith Insure.
Ramzi.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Dec 24 13:32:15 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2 lines
Removing regular expressions

VQ.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 24 08:47:03 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +42 -27 lines
Attribute width for table cells (TD, TH) can now be either a number
of pixels or a relative size (% of table width).

VQ.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 23 17:03:19 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +271 -29 lines
New actions for attribute Cell_width

VQ.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 23 12:19:49 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +159 -95 lines
Fixing some small bugs:

- attribute height and width are taken into account for IMG and table cells

VQ.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 21 10:25:04 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Fixing several small bugs

VQ.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:49:08 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1623 -1397 lines
Pretty printing.
Ramzi.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 6 17:52:33 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +146 -142 lines
Checking comments in amaya directory.
Ramzi.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 2 15:02:57 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2629 -0 lines
Correction erreur (amaya, batch) Cecile

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 2 12:21:06 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -2629 lines
traductions generales Cecile

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 26 18:20:35 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Translation of files: batch (Vincent), boxrelations (Irene), buildlines (Irene),
constcoor (Vincent), constmenu (Jose) and regexp (Vincent).
Ramzi.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:56 1996 UTC (27 years, 7 months ago) by cvs
Branches: OPERA
CVS tags: Start_Nov_20_96
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Opera tree

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:56 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Initial revision

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