W3C CVS Root

CVS log for Amaya/amaya/templates.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.251: download - view: text, markup, annotated - select for diffs
Thu Oct 22 10:40:45 2009 UTC (14 years, 6 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3
Diff to: previous 1.250: preferred, colored
Changes since revision 1.250: +9 -2 lines
Fix a template editing bug
Irene

Revision 1.250: download - view: text, markup, annotated - select for diffs
Tue Sep 29 08:49:54 2009 UTC (14 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.249: preferred, colored
Changes since revision 1.249: +4 -1 lines
It was impossible to insert text into an empty string <use>
Irene

Revision 1.249: download - view: text, markup, annotated - select for diffs
Mon Sep 7 14:01:56 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.248: preferred, colored
Changes since revision 1.248: +26 -71 lines
Sometimes prompt indicators were not set
+ avoid to generate a first use when loading a document within an empty
repeat

irene

Revision 1.248: download - view: text, markup, annotated - select for diffs
Thu Sep 3 16:14:27 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.247: preferred, colored
Changes since revision 1.247: +64 -11 lines
Keep an empty use element when the repeat is empty
Irene

Revision 1.247: download - view: text, markup, annotated - select for diffs
Thu Sep 3 15:19:35 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.246: preferred, colored
Changes since revision 1.246: +82 -71 lines
Improve the UI to edit template instances
Irene

Revision 1.246: download - view: text, markup, annotated - select for diffs
Wed Sep 2 16:09:21 2009 UTC (14 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.245: preferred, colored
Changes since revision 1.245: +2 -0 lines
When creating a Free text field in a template, the document was not
set as modified, and it was not possible to save it.
VQ

Revision 1.245: download - view: text, markup, annotated - select for diffs
Fri Aug 28 09:02:27 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.244: preferred, colored
Changes since revision 1.244: +10 -24 lines
Code clean up
Irene

Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Aug 27 16:12:57 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.243: preferred, colored
Changes since revision 1.243: +44 -14 lines
Improve the template editor
Irene

Revision 1.243: download - view: text, markup, annotated - select for diffs
Mon Aug 24 12:49:36 2009 UTC (14 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.242: preferred, colored
Changes since revision 1.242: +1 -1 lines
Fix reported warnings
Irene

Revision 1.242: download - view: text, markup, annotated - select for diffs
Thu Aug 20 12:21:24 2009 UTC (14 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.241: preferred, colored
Changes since revision 1.241: +71 -3 lines
It's now possible to create a xt:import
Irene

Revision 1.241: download - view: text, markup, annotated - select for diffs
Tue Aug 18 14:33:16 2009 UTC (14 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.240: preferred, colored
Changes since revision 1.240: +126 -44 lines
Allow the insertion of components within a template head and a XTiger library
+ allow the insertion of XHTML elements within a component
+ prepare the new function to create an import

Irene

Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Aug 17 15:28:52 2009 UTC (14 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.239: preferred, colored
Changes since revision 1.239: +1 -1 lines
New function to create a template library
Irene

Revision 1.239: download - view: text, markup, annotated - select for diffs
Mon Aug 17 13:39:26 2009 UTC (14 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.238: preferred, colored
Changes since revision 1.238: +7 -5 lines
Instantiate empty use elements within document instances
Irene

Revision 1.238: download - view: text, markup, annotated - select for diffs
Thu Jul 16 15:01:39 2009 UTC (14 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.237: preferred, colored
Changes since revision 1.237: +31 -15 lines
Detect when a presentation box is selected
Irene

Revision 1.237: download - view: text, markup, annotated - select for diffs
Tue Jun 30 15:59:25 2009 UTC (14 years, 10 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-2
Diff to: previous 1.236: preferred, colored
Changes since revision 1.236: +1 -1 lines
Fix several memory leaks reported by insure
Irene

Revision 1.236: download - view: text, markup, annotated - select for diffs
Thu Jun 25 13:41:21 2009 UTC (14 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.235: preferred, colored
Changes since revision 1.235: +40 -27 lines
The management of option attribute in template instances was buggy
Irene

Revision 1.235: download - view: text, markup, annotated - select for diffs
Wed Jun 24 15:40:40 2009 UTC (14 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.234: preferred, colored
Changes since revision 1.234: +62 -22 lines
When several xtiger types are proposed, the option was ignored
Irene

Revision 1.234: download - view: text, markup, annotated - select for diffs
Thu Jun 18 12:12:31 2009 UTC (14 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.233: preferred, colored
Changes since revision 1.233: +17 -9 lines
When a use component generates a text, it was not generated.
It's now possible to change the current choice of the use element.
Irene

Revision 1.233: download - view: text, markup, annotated - select for diffs
Wed Jun 10 10:57:22 2009 UTC (14 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.232: preferred, colored
Changes since revision 1.232: +40 -98 lines
Change the management of Templates list
+ Implementation of a new WebDAV list of sites
+ Fix problems with lock/unlock status
Irene

Revision 1.232: download - view: text, markup, annotated - select for diffs
Tue Apr 28 14:57:01 2009 UTC (15 years ago) by vatton
Branches: MAIN
Diff to: previous 1.231: preferred, colored
Changes since revision 1.231: +10 -3 lines
IsTemplateDocument returned TRUE for a template instance
Irene

Revision 1.231: download - view: text, markup, annotated - select for diffs
Wed Feb 11 11:40:55 2009 UTC (15 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.230: preferred, colored
Changes since revision 1.230: +59 -25 lines
Improve the management of <repeat> and <use> elements within paragraphs
Irene

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

Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Feb 3 15:26:18 2009 UTC (15 years, 3 months ago) by carcone
Branches: MAIN
Diff to: previous 1.228: preferred, colored
Changes since revision 1.228: +1 -1 lines
Change the prototype of the function 'TtaShowDialogue'
to avoid to move a dialogue in some cases.
Laurent

Revision 1.228: download - view: text, markup, annotated - select for diffs
Thu Jan 29 09:57:49 2009 UTC (15 years, 3 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-1
Diff to: previous 1.227: preferred, colored
Changes since revision 1.227: +1 -1 lines
Generate a pseudo paragraph when a bag includes a string
Irene

Revision 1.227: download - view: text, markup, annotated - select for diffs
Wed Dec 3 08:50:58 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-0
Diff to: previous 1.226: preferred, colored
Changes since revision 1.226: +0 -17 lines
currentType attributes in templates were lost.
Irene

Revision 1.226: download - view: text, markup, annotated - select for diffs
Tue Dec 2 16:55:34 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.225: preferred, colored
Changes since revision 1.225: +8 -41 lines
Buttons '+' didn't work within bag elements
Irene

Revision 1.225: download - view: text, markup, annotated - select for diffs
Tue Nov 25 09:21:08 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.224: preferred, colored
Changes since revision 1.224: +1 -0 lines
Sometimes the drop menu that allows one to create repeated elements was
not displayed
Irene

Revision 1.224: download - view: text, markup, annotated - select for diffs
Fri Nov 21 14:08:52 2008 UTC (15 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.223: preferred, colored
Changes since revision 1.223: +1 -1 lines
Prepare Amaya 11 release
Irene

Revision 1.223: download - view: text, markup, annotated - select for diffs
Wed Nov 19 08:42:36 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.222: preferred, colored
Changes since revision 1.222: +16 -16 lines
Check the length of given labels + TEMPLATE_DEBUG
Irene

Revision 1.222: download - view: text, markup, annotated - select for diffs
Tue Nov 18 15:35:45 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +25 -5 lines
The Enter key is able to create a hierarchy of <use> within a <repeat>
Irene

Revision 1.221: download - view: text, markup, annotated - select for diffs
Fri Nov 14 14:29:46 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +170 -88 lines
Extend the possibility to generate component and use elements.
+ limit possible values of labels
+ Complete the documentation
Irene

Revision 1.220: download - view: text, markup, annotated - select for diffs
Thu Nov 13 11:30:37 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +72 -64 lines
Improve the creation of repeat elements
+ update the template structure when the template is saved
Irene

Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Nov 13 08:54:54 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +4 -5 lines
Prevent Style editing on template elements
Irene

Revision 1.218: download - view: text, markup, annotated - select for diffs
Wed Nov 12 15:54:32 2008 UTC (15 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +175 -106 lines
Adding controls when a bag, a component or a use is created.
Allow transformations in bag elements
+ Update the template documentation.

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

Revision 1.216: download - view: text, markup, annotated - select for diffs
Fri Oct 17 15:21:01 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +1 -4 lines
Irene

Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Oct 17 14:44:27 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +2 -2 lines
Fix reported warnings
Irene

Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Oct 14 16:28:45 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +43 -8 lines
Better check of inline and block template elements
Irene

Revision 1.213: download - view: text, markup, annotated - select for diffs
Tue Oct 14 10:37:19 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +20 -13 lines
When a template instance is created, the XTiger PI was added to the
template document and all head and components were removed.
Irene

Revision 1.212: download - view: text, markup, annotated - select for diffs
Fri Oct 10 13:28:26 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +7 -7 lines
Improve the support of Enter key within template instances
Irene

Revision 1.211: download - view: text, markup, annotated - select for diffs
Fri Oct 10 09:58:50 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +1 -1 lines
Prevent use of null pointers
Irene

Revision 1.210: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:59:36 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +38 -19 lines
Look for the types attribute when the currentType attribute is not defined
+ avoid to insert a block level template element within a pseudo-paragraph
Irene

Revision 1.209: download - view: text, markup, annotated - select for diffs
Thu Oct 2 13:08:24 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +577 -458 lines
The Enter key now works on template instances
Irene

Revision 1.208: download - view: text, markup, annotated - select for diffs
Tue Sep 30 10:46:21 2008 UTC (15 years, 7 months ago) by kia
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +10 -6 lines
Add xt:use titles

Revision 1.207: download - view: text, markup, annotated - select for diffs
Tue Sep 30 10:38:13 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +17 -14 lines
Adding some controls with templates
Irene

Revision 1.206: download - view: text, markup, annotated - select for diffs
Tue Sep 30 09:58:01 2008 UTC (15 years, 7 months ago) by kia
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +210 -156 lines
Change behavior when try to create use (or comp) around an existing xt:use.

Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon Sep 29 13:28:13 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +7 -3 lines
Use full_content_location instead of content_location
Irene

Revision 1.204: download - view: text, markup, annotated - select for diffs
Mon Sep 29 13:13:23 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +9 -5 lines
Use the full document location to generate the template name
Irene

Revision 1.203: download - view: text, markup, annotated - select for diffs
Mon Sep 29 10:43:00 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +1 -2 lines
Fixing errors detected on Windows platforms
Irene

Revision 1.202: download - view: text, markup, annotated - select for diffs
Mon Sep 22 12:47:20 2008 UTC (15 years, 7 months ago) by kia
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +2 -5 lines
Fix params

Revision 1.201: download - view: text, markup, annotated - select for diffs
Mon Sep 22 12:37:14 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +4 -2 lines
Irene

Revision 1.200: download - view: text, markup, annotated - select for diffs
Mon Sep 22 10:54:53 2008 UTC (15 years, 7 months ago) by kia
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +149 -32 lines
Union in templates.
Some controls on xt:name attributes

Revision 1.199: download - view: text, markup, annotated - select for diffs
Thu Sep 18 13:46:13 2008 UTC (15 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +43 -0 lines
Add unions

Revision 1.198: download - view: text, markup, annotated - select for diffs
Thu Sep 18 09:07:32 2008 UTC (15 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +36 -21 lines
Create xt:repeat with and without create component.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Wed Sep 17 14:07:49 2008 UTC (15 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +56 -21 lines
Template fixes and adds.

Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Sep 2 15:05:39 2008 UTC (15 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +24 -4 lines
Improve the template panel (new entries, tooltips)
+ fix the generated name of the template
Irene

Revision 1.195: download - view: text, markup, annotated - select for diffs
Fri Aug 22 14:13:54 2008 UTC (15 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +29 -3 lines
New template commands

Revision 1.194: download - view: text, markup, annotated - select for diffs
Fri Aug 22 12:43:14 2008 UTC (15 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +139 -30 lines
Create empty xt:use at insertion point.

Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Aug 20 10:25:33 2008 UTC (15 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +17 -9 lines
Make traces optional
Irene

Revision 1.192: download - view: text, markup, annotated - select for diffs
Wed Aug 6 13:18:48 2008 UTC (15 years, 9 months ago) by kia
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +29 -4 lines
Register created component.
Test and remove component.

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Jul 22 09:01:42 2008 UTC (15 years, 9 months ago) by kia
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +63 -20 lines
Modify template loading process.

Revision 1.190: download - view: text, markup, annotated - select for diffs
Tue Jul 1 14:13:23 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +45 -43 lines
Prevent to create an unnamed component

Revision 1.189: download - view: text, markup, annotated - select for diffs
Tue Jul 1 14:04:56 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +7 -21 lines
Allow to create xt:use[string] in xt:component in html:head

Revision 1.188: download - view: text, markup, annotated - select for diffs
Tue Jul 1 12:59:17 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +0 -4 lines
Fix component creation (dont move too much elements)

Revision 1.187: download - view: text, markup, annotated - select for diffs
Mon Jun 30 13:30:35 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +118 -35 lines
Add use (simple) creation.
Make repeat creation more flexible.

Revision 1.186: download - view: text, markup, annotated - select for diffs
Mon Jun 30 11:11:43 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +111 -18 lines
Creation of component for repeated elements

Revision 1.185: download - view: text, markup, annotated - select for diffs
Fri Jun 27 12:29:57 2008 UTC (15 years, 10 months ago) by kia
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +113 -67 lines
Laurent's dialogs

Revision 1.184: download - view: text, markup, annotated - select for diffs
Thu Jun 26 09:28:08 2008 UTC (15 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +3 -3 lines
Update some dialog messages
Irene

Revision 1.183: download - view: text, markup, annotated - select for diffs
Wed Jun 25 15:47:21 2008 UTC (15 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +6 -7 lines
Change Template icons and display components
Irene

Revision 1.182: download - view: text, markup, annotated - select for diffs
Mon Jun 23 10:57:10 2008 UTC (15 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +18 -14 lines
Template buttons now works only on template instances
Irene

Revision 1.181: download - view: text, markup, annotated - select for diffs
Thu Jun 19 16:06:47 2008 UTC (15 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +12 -1 lines
Replace the option element by an option attribute
Irene

Revision 1.180: download - view: text, markup, annotated - select for diffs
Thu Jun 19 09:44:42 2008 UTC (15 years, 11 months ago) by kia
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +104 -4 lines
Template tool panel.
Add xt:repeat creation

Revision 1.179: download - view: text, markup, annotated - select for diffs
Fri May 16 12:26:58 2008 UTC (16 years ago) by kia
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +62 -60 lines
xml comments and xmlpi in templates

Revision 1.178: download - view: text, markup, annotated - select for diffs
Tue Apr 22 13:56:02 2008 UTC (16 years ago) by kia
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +7 -10 lines
Ref counting.

Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Apr 15 15:11:33 2008 UTC (16 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +1 -1 lines
It was impossible to split the tab of a new created XML template instance
Irene

Revision 1.176: download - view: text, markup, annotated - select for diffs
Fri Apr 11 14:14:49 2008 UTC (16 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +1 -1 lines
Irene

Revision 1.175: download - view: text, markup, annotated - select for diffs
Fri Apr 4 14:09:22 2008 UTC (16 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +1 -1 lines
Fixing a problem with the creation of template instances
Irene

Revision 1.174: download - view: text, markup, annotated - select for diffs
Fri Apr 4 12:43:15 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +158 -1 lines
Create simple use-simple and bag-any in templates.

Revision 1.173: download - view: text, markup, annotated - select for diffs
Thu Apr 3 14:56:28 2008 UTC (16 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +4 -0 lines
The prompt attribute was not generated
Irene

Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Apr 1 08:54:04 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +2 -3 lines
Use SearchSet instead of HashMap to prevent heavy allocation and memory corruption.

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

Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Mar 14 08:18:31 2008 UTC (16 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +42 -6 lines
The creation of a template instance is not limited to HTML documents
Irene

Revision 1.169: download - view: text, markup, annotated - select for diffs
Thu Mar 13 09:13:20 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +11 -2 lines
Update template submenu.
Create template for xml

Revision 1.168: download - view: text, markup, annotated - select for diffs
Wed Mar 12 14:18:42 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +9 -1 lines
Create template from document.

Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Mar 6 10:32:05 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +8 -1 lines
Stubs for template creation.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Feb 27 14:15:35 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
CVS tags: Amaya-10-0
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +1 -1 lines
Fix access right for xt:use

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Feb 25 11:42:47 2008 UTC (16 years, 2 months ago) by kia
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +7 -5 lines
Verify template integrity when loading.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Tue Jan 29 13:19:43 2008 UTC (16 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +1 -1 lines
Fix error in template element test.

Revision 1.163: download - view: text, markup, annotated - select for diffs
Wed Jan 16 10:57:47 2008 UTC (16 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +1 -2 lines
Fixing Windows warnings
Irene

Revision 1.162: download - view: text, markup, annotated - select for diffs
Tue Jan 15 16:29:26 2008 UTC (16 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +23 -15 lines
Allow transformations within template bags
Irene

Revision 1.161: download - view: text, markup, annotated - select for diffs
Tue Nov 20 11:46:06 2007 UTC (16 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +0 -15 lines
Attribute filtering for templates instances.

Revision 1.160: download - view: text, markup, annotated - select for diffs
Fri Nov 16 13:52:31 2007 UTC (16 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +16 -0 lines
Remove _WINGUI and _GTK
Add functions to filter attribute in template context

Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Nov 15 16:57:53 2007 UTC (16 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -3 lines
Improve the Enter command with templates
Irene

Revision 1.158: download - view: text, markup, annotated - select for diffs
Wed Nov 14 15:21:04 2007 UTC (16 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +29 -2 lines
Can insert HTML element in xt:bag.
Can insert HTML element with context menu in repeat.

Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Nov 9 14:38:04 2007 UTC (16 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +0 -21 lines
Use the new document dialog to generate template instances
Irene

Revision 1.156: download - view: text, markup, annotated - select for diffs
Thu Nov 8 10:43:20 2007 UTC (16 years, 6 months ago) by vatton
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +17 -15 lines
Enter removed the selected repeated instance but didn't generate a new one
Irene

Revision 1.155: download - view: text, markup, annotated - select for diffs
Wed Oct 24 13:35:08 2007 UTC (16 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +1 -1 lines
Insertable XTiger element are listed in context menu.
There not are in XML panel anymore.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Oct 15 10:46:02 2007 UTC (16 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +11 -74 lines
Remove the attribute currOccurs attribute
+ fix the initial text insertion within use instances
Irene

Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Oct 5 15:26:19 2007 UTC (16 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +22 -21 lines
Remove the prompt attribute as soon as the text is inserted
Irene

Revision 1.152: download - view: text, markup, annotated - select for diffs
Fri Oct 5 12:24:53 2007 UTC (16 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -1 lines
Templates: when returning with "undo" to the initial state of an
element generated by a template, the special status of strings
regarding selection is restored.
VQ

Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Oct 4 15:35:41 2007 UTC (16 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +18 -4 lines
Better selection after deleting an element in a XTiger
repeat construct.
VQ
CVS ----------------------------------------------------------------------

Revision 1.150: download - view: text, markup, annotated - select for diffs
Mon Aug 20 14:56:34 2007 UTC (16 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +0 -138 lines
The GTK version didn't compile
Irene

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Aug 17 14:29:50 2007 UTC (16 years, 9 months ago) by kia
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +0 -1 lines
Begin of the new attribute interface restriction API.

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Jun 28 10:34:00 2007 UTC (16 years, 10 months ago) by kia
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +41 -43 lines
Typo

Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Jun 27 15:30:19 2007 UTC (16 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +15 -11 lines
When only p are accepted within a bag, no text could be inserted
within these paragraphs
Irene

Revision 1.146: download - view: text, markup, annotated - select for diffs
Fri Jun 22 14:17:09 2007 UTC (16 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +78 -0 lines
Make a distinction between strings generated by the template and strings
inserted by the user.
Irene

Revision 1.145: download - view: text, markup, annotated - select for diffs
Fri Jun 8 14:50:10 2007 UTC (16 years, 11 months ago) by kia
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +26 -15 lines
Fix xt:use type (simple/el) in xt:option.
Fix undo in this case.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Jun 8 09:53:28 2007 UTC (16 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +23 -7 lines
Fixing initial Read/Write access of template instances
Irene

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Jun 5 09:32:26 2007 UTC (16 years, 11 months ago) by kia
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +1 -1 lines
Add a flag to MetaData to check if a document is a XTiger template.

Revision 1.142: download - view: text, markup, annotated - select for diffs
Mon May 28 08:03:23 2007 UTC (16 years, 11 months ago) by kia
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -3 lines
List all possibilities (including anyElement) for bags.

Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu May 10 12:11:27 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +8 -5 lines
Template TEXT_UNIT is not considered as a template element.
Irene

Revision 1.140: download - view: text, markup, annotated - select for diffs
Thu May 10 10:48:51 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +12 -5 lines
Insert block level elements at the right position
Irene

Revision 1.139: download - view: text, markup, annotated - select for diffs
Thu May 10 09:34:01 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +2 -2 lines
Avoid many redisplay when adding a template component
Irene

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu May 10 09:20:26 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +199 -72 lines
Attach a menu to the bag button
Irene

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:13:52 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +20 -12 lines
Fixing warnings reported by INSURE
Irene

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Apr 26 10:38:16 2007 UTC (17 years ago) by kia
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +1 -1 lines
Prevent a crach when expanding template declarations.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Apr 25 13:46:58 2007 UTC (17 years ago) by cvs
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +0 -1 lines
Remove some uneeded headers for templates.
Emilien

Revision 1.134: download - view: text, markup, annotated - select for diffs
Wed Apr 25 13:26:52 2007 UTC (17 years ago) by kia
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +18 -13 lines
Refactor template management to avoid memory leaks.

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Apr 25 07:43:28 2007 UTC (17 years ago) by vatton
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -2 lines
Integration of regis patches (warnings_fixes)
Irene

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Apr 18 15:18:52 2007 UTC (17 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +14 -26 lines
Xtiger elements disturbed the formatting of tables
Irene

Revision 1.131: download - view: text, markup, annotated - select for diffs
Mon Apr 16 14:54:56 2007 UTC (17 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +12 -15 lines
Improve Amaya dialogs
Irene

Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Apr 3 10:10:57 2007 UTC (17 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +21 -15 lines
"Send by mail" copies only local resources and update links to remote
resources if necessary.
"Saves As" with "TransformURLs" copies local resources if the destination
is on a remote server.

Irene

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Mar 14 10:57:36 2007 UTC (17 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +47 -44 lines
Save As now is able to save css, xsl, js, images and objects
Irene

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Feb 13 08:07:37 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
CVS tags: Amaya-9-54
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -1 lines
Memleaks--

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Feb 9 09:59:04 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +16 -0 lines
Dont show attributes for XTiger elements when editing an instance.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Thu Feb 8 11:32:09 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -1 lines
Fixing problems reported by Insure
Irene

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Feb 7 14:49:23 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -6 lines
Fix bag child insertion, enable any* elements.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Feb 6 14:34:15 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
memleak--

Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Feb 6 11:53:03 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -1 lines
Fix element deletion in xt:repeat

Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Feb 6 10:04:37 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +14 -43 lines
Prevent creating too many xt:repeat children with standard input (return).
Prevent inserting xt:use into another wt:use with standard input (return).

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Feb 6 09:39:40 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +5 -1 lines
It was impossible to insert text within a use child.
Irene

Revision 1.120: download - view: text, markup, annotated - select for diffs
Tue Feb 6 09:17:39 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +9 -3 lines
Prevent from adding unwanted HTML elements in bags.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Feb 6 08:50:08 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -1 lines
Point to w3c.org for the default template
Irene

Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Feb 5 14:10:06 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +3 -3 lines
Prevent from showing elements other than components in XMLPanel

Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Feb 5 12:23:13 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +81 -23 lines
Prevent some crashes.
Fill xt:use when xt:repeat child is create manually.
Allow creating xt:use in xt:bag.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Fri Feb 2 15:51:19 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +57 -1 lines
Insert components into bags.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Fri Feb 2 13:54:49 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +16 -32 lines
Fix some compile warnings.
Fix text_unit creation for templates.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Feb 2 12:07:47 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -2 lines
A use could be generated without its title attribute
Irene

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Feb 2 11:07:19 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +39 -34 lines
Normal processing for elem creation

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Feb 2 08:41:36 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +56 -55 lines
The attribute name of use, bag, repeat, and option is renamed title
Irene

Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Feb 1 15:15:40 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +16 -1 lines
Removing folder
+ don't remove spaces within use elements.
Irene

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Feb 1 13:15:25 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +39 -4 lines
Add many pointer param tests.
Fix new base element creation.
Add some ReadOnly tests.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Jan 31 15:30:21 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +61 -27 lines
Dont export currentType attribute for templates.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jan 31 13:37:15 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +35 -2 lines
Fixing a problem with the reload of templates.
Irene

Revision 1.107: download - view: text, markup, annotated - select for diffs
Wed Jan 31 11:58:12 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +82 -3 lines
Prevent deleting some template elements.
Functions to prevent template deleting.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Jan 31 11:23:29 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +15 -42 lines
It's now possible to generate an instance form a Web template
Irene

Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Jan 30 13:35:57 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +12 -11 lines
Fixing some problems reported by Insure
Iene

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Jan 29 11:17:16 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +141 -98 lines
Prevent memory leaks.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jan 26 13:15:48 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +114 -58 lines
No title attribute anymore.
Template versions.
Undo/redo.
Some status bar refresh.
Replaces some useEl by useSimple when needed.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Jan 24 10:14:35 2007 UTC (17 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +29 -25 lines
Irene

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Jan 23 15:37:48 2007 UTC (17 years, 3 months ago) by kia
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +51 -64 lines
Emilien

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jan 17 14:10:15 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Code clean up
Irene

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Jan 16 11:18:22 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +33 -1 lines
Undo++

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Jan 16 10:26:01 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +115 -39 lines
Increment currentOccurs param when insert xt:repeat child.
Prevent from adding a xt:repeat child when currentOccurs=maxOccurs.
Correct selection.

Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Jan 11 13:33:23 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +22 -2 lines
Select the first modifiable element (non read-only) when create a xt:reteat child.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Thu Jan 11 11:57:12 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +39 -14 lines
Prevent from insert redundant xt:use into xt:repeat.
Create base and xml elements correctly.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Jan 10 15:09:35 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +12 -3 lines
Prevent xt:repeat and xt:use menu to be shown in source or structure view.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Jan 10 14:25:16 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +119 -176 lines
Popup menu for repeats.
Popup menu for empty use.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Jan 10 10:02:35 2007 UTC (17 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -0 lines
Fixing a warning on Windows platforms
Irene

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jan 9 10:14:58 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -25 lines
Fix gtk compilation + Cleanup

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Jan 9 08:37:46 2007 UTC (17 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -1 lines
Add ... when the selected path cannot be fully displayed
+ restore the top to bottom order
+ clear the previous path when a new document is loaded
Irene

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jan 5 15:01:53 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +67 -66 lines
Expanding unions.
Popup menu for repeats.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Jan 5 09:48:12 2007 UTC (17 years, 4 months ago) by kia
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +246 -87 lines
Templates

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Dec 22 11:10:56 2006 UTC (17 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Fixing compiling errors on Windows platforms
Irene + Emilien

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Dec 21 08:00:13 2006 UTC (17 years, 5 months ago) by kia
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +72 -7 lines
List insertable elements for templates.
Add interactive status bar.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Dec 8 11:56:10 2006 UTC (17 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-53bis, Amaya-9-53
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -1 lines
Resptore the previous APP_HOME
Irene

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Dec 1 09:16:19 2006 UTC (17 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Fix initialization problems.
Irene

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Nov 16 10:14:58 2006 UTC (17 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +12 -2 lines
Create template repository config file if not found.
Emilien

Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Nov 15 13:41:40 2006 UTC (17 years, 6 months ago) by kia
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +198 -0 lines
New configuration internal structure for templates and its associated configuration panel.
Emilien

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Oct 10 08:37:06 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-52
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -0 lines
Fixing memory leaks
Irene

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Oct 9 15:53:22 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -0 lines
Insert a null character at the end of the buffer
Irene

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Oct 9 09:56:19 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +11 -1 lines
Update the selection when editing templates.
Irene

Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Oct 9 07:23:38 2006 UTC (17 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +12 -9 lines
VQ

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Sep 29 09:20:07 2006 UTC (17 years, 7 months ago) by quint
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +14 -7 lines
Improvements to template editing.
VQ

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Sep 29 07:34:27 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +21 -7 lines
Don't activate template menus when the user click in the structure view.
Irene

Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Sep 28 07:50:59 2006 UTC (17 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +86 -169 lines
Generate two kind of use xtiger elements.

Warning: "configure" and "make depend" are needed
Irene

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Sep 15 16:14:07 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +40 -2 lines
First implementation of XTiger element option
VQ

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Sep 15 15:17:14 2006 UTC (17 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -0 lines
Template menus work now as expected.
Irene

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Sep 15 15:05:34 2006 UTC (17 years, 8 months ago) by vatton
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +13 -13 lines
Avoid conflicts between function names.
Irene

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Sep 15 14:11:01 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +11 -1 lines
Implementing XTiger element "attribute".
VQ

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Sep 6 14:31:21 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +33 -0 lines
Implementing the Return key for xt:repeat
VQ

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Sep 5 16:08:14 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +122 -31 lines
First step towards editing based on templates
VQ

Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Sep 1 16:21:42 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +7 -3 lines
Code reorg.
VQ

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Sep 1 15:19:54 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Cleaning up type definitions for templates
VQ

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Sep 1 14:19:34 2006 UTC (17 years, 8 months ago) by quint
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +27 -8 lines
Cleaning up template modules
VQ

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Aug 16 14:53:56 2006 UTC (17 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +10 -7 lines
Fixing a crash
Irene

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Jul 25 13:47:29 2006 UTC (17 years, 9 months ago) by francesc
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +152 -6 lines
Instanciation of repeat element attributes.
Creation of a system for freeing unused templates (it is not working yet, as something is not
freed and it blocks the Amaya processus on closing after an instance creation)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Jul 17 15:01:47 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +9 -0 lines
XTiger : Relative URLs are assigned on instance creation and undone after saving.
Added document closing event to HTML structure schema to free unused templates.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jul 13 08:41:00 2006 UTC (17 years, 10 months ago) by vatton
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +32 -6 lines
Remove menu elements in templates.
Irene

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jul 12 10:10:15 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +8 -8 lines
Corrected bug when creating new instances

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jul 11 14:58:32 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +13 -10 lines
Now templates are loaded only once. The instance creation form is now dettached from views (it has no parent) to avoid crashing.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jul 6 09:54:49 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +15 -0 lines
Added confirmation menu when overwriting instances.
Reloading document after overwriting if already opened.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jul 5 14:57:47 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -2 lines
Bug cleaned (freeing an application memory zone)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Fri Jun 23 14:40:28 2006 UTC (17 years, 10 months ago) by francesc
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Now the template structure is private. It is a cleaner solution

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon May 22 10:42:43 2006 UTC (18 years ago) by francesc
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -10 lines
Now we can create instances from XTiger templates

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed May 17 08:25:18 2006 UTC (18 years ago) by francesc
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +16 -3 lines
*** empty log message ***

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue May 2 15:27:01 2006 UTC (18 years ago) by vatton
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -3 lines
Fix a crash in NewTemplate
Irene

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue May 2 08:09:03 2006 UTC (18 years ago) by vatton
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Irene

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue May 2 07:46:32 2006 UTC (18 years ago) by vatton
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +18 -0 lines
Irene

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Apr 28 10:18:50 2006 UTC (18 years ago) by vatton
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +99 -94 lines
Code clean up to compile correctly on Linux platforms.
Irene

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Apr 27 15:51:47 2006 UTC (18 years ago) by francesc
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +107 -541 lines
First version for XTiger templates. Some old templates files has been modified.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 22 16:35:41 2006 UTC (18 years, 2 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-51, Amaya-9-5
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
Replace ClickEvent structure by int as this generated a problem.
Irene

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Mar 10 16:17:00 2006 UTC (18 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Skip Source and Log documents when there is a crash.
Reload Images and CSS when the document is restored.

Irene

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Dec 5 14:11:38 2005 UTC (18 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-4, Amaya-9-3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Check _WX and TEMPLATES

Irene

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Oct 12 11:02:41 2005 UTC (18 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +69 -75 lines
Keep in mind the last template directory used by the author.
Irene

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Oct 4 13:40:54 2005 UTC (18 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +117 -107 lines
Fix some problems with templates code.
Irene

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Aug 23 16:09:16 2005 UTC (18 years, 8 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
The shift+tab shortcut go to the end of the previous free area in template's instances.

A. Tollenaere

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Aug 22 14:03:19 2005 UTC (18 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
The Win32 version didn't compile.
Irene

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 19 13:11:20 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +70 -31 lines
Add an option (general preferences) to hide presentation associated with template's elements.

A. Tollenaere

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Aug 18 12:32:23 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +128 -30 lines
- Add a template_id meta only for the template itself, to store the version and the path of the template.
- Bug fixes

A. Tollenaere

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 18 10:33:10 2005 UTC (18 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
Win32 versions didn't compile.

Irene

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 17 15:20:54 2005 UTC (18 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Integration of templates support in WX Windows version.
Irene

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Aug 16 15:11:35 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +44 -15 lines
The <free_content> tag should now behave as expected (structure is no more editable).

A. Tollenaere

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Aug 16 14:02:42 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -2 lines
Bug fix.

A. Tollenaere

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 16 13:15:09 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -6 lines
The fix areas are now correctly locked when opening a document generated from a template. Opening directly a template won't lock these areas.

A. Tollenaere

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Aug 12 15:04:51 2005 UTC (18 years, 9 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +42 -6 lines
Add a meta to identify instances from templates,
Fix a bug when "free" elements where leaves.

A. Tollenaere

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 21 14:59:58 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
Fix read-only free_struct and free_content elements

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jul 21 10:57:01 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
- Template's dialog update
- Default template's instance is now $HOME/New.html

A. Tollenaere

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 20 14:31:12 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +10 -10 lines
Fix where to open templates' instances bug.

A. Tollenaere

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 18 16:11:14 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +80 -19 lines
Templates :
   - When creating an instance of a template, relative URLs are updated
   - When editing an instance of a template only areas between <free_struct> and </free_struct>
   elements can be modified
   - Red dashed frames are drawn to show editable regions

A. Tollenaere

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 8 14:23:34 2005 UTC (18 years, 10 months ago) by tollenae
Branches: MAIN
CVS tags: Amaya-9-2-1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +15 -8 lines
Template's dialogs update

A. Tollenaere

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jul 4 13:41:49 2005 UTC (18 years, 10 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
+ make possible to change max url limit in history
+ make possible to clear the url list
+ add menu commands :
    goto -> parent element
	goto -> first child
	goto -> next element
	goto -> previous element
S. GULLY

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 21 12:20:19 2005 UTC (18 years, 11 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +74 -1 lines
Fix compilation problems with GTK version

A. Tollenaere

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jun 20 15:28:31 2005 UTC (18 years, 11 months ago) by tollenae
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +109 -10 lines
Add some code for templates support

Antoine Tollenaere

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (18 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 27 11:33:25 2005 UTC (19 years ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -0 lines
Fixing some bugs reported by Insure++
Irene

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 30 16:18:09 2004 UTC (20 years, 1 month ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-1, Amaya-8-7, Amaya-8-6, Amaya-8-5, Amaya-8-4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +10 -4 lines
Display multi-group selectors like other browsers.
Irene

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:06 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +34 -42 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.23: download - view: text, markup, annotated - select for diffs
Mon Feb 17 11:00:51 2003 UTC (21 years, 3 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
JK: Added the form data to the combo box URI.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:12 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-7-2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 8 07:36:19 2002 UTC (21 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Improving the management of combo boxes.
Irene

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Oct 4 14:59:16 2002 UTC (21 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Rewrite a part of ComboBox code to allow update each time an URL is
added.
Code clean up at the same time.
Irene

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 6 13:59:49 2002 UTC (21 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3, Amaya-6-2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -2 lines
Make some progress with the support of Japanese characters + some bug fixes
- The internationalization of URIs didn't work correctly
- The GTK version of print crashed.
Irene

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 16 17:14:01 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-1, Amaya-6-0, Amaya-5-3, Amaya-5-2, Amaya-5-1, Amaya-5-0, Amaya-4-3-2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -31 lines
Irene

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

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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 14 08:18:08 2000 UTC (23 years, 8 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Cleaning up the code + new temporary version number.
Irene

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:39 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +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.13: download - view: text, markup, annotated - select for diffs
Wed Mar 1 11:12:44 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Fixing a bug introduced by the Unicode
Irene

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:05:45 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Unicode:

TtaGetNextWideCharFromMultibyteString (CHAR_T*, char**, CHARSET)

CHARSET is a new parameter indicating th echaracter encoding:

typedef enum {
  ISOLatin1,
  ISOLatin2,
  ...
  ISOLatin6,
  UTF7,
  UTF8,
  UTF16
} CHARSET;

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:04:01 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Unicode.
New Features:
- html2thot.c
  * GetNextChar allows to get the next Wide Char from a file or a buffer.
  * ParseHTMLError writes a multibyte string into the output file. This file
    is supposed to be UTF 8 for the moment.

- config.c
  New function: GetNextWideCharFromMultibyteString allows to read the right number
  bytes into a string coded in char* (bytes) and gives a Wide Char.
  This function is used in getFirstWord, getSecondWord, SingleWord, getStringAfterColon.
  It also will be used for the HTML parser.


- fileaccess.c
  New function:
  * TtaGetWideChar reads the right number of bytes to give a wide char
  * TtaWriteWideChar transforms a wide char into the right number of bytes and writes
    the bytes into a file.
  Modified functoins:
  * TtaWriteDocIdent
  * TtaCheckDirectory
  * TtaReadOpen

- uio.c
  New function: ufgets allows to read the right number of bytes from a given
  file to give a Wide character string which length is N (parameter of ufgets).
  If N > NB (number of wide characters remaining) then ufgets returns a
  Wide Character String whitch length is NB.
  if EOF then ufgets returns NULL.

- css.c
  Style sheets are handled as Wide Characters now.
  LoadStyleSheets is adapted to handle Wide Character Strings.

- mesage.c
  TtaGetMessageTable allowd to fill a table of Wide Character
  Strings from a file.

- registry.c
  New function WGetEnv.
  Windows provides _wgetenv to get system env vars coded in Wide Characters
  * WGetEnv does the samething on Unix.

  Modified functions:
  * TtaGetEnvString
  * TtaGetDefEnvString

- platforms.c
  Modified function: TtaFileExist.

Work still to do:
- interface with libwww
- interface with motif dialogs.

Ramzi.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 24 10:53:24 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -9 lines
Make Book didn't work correctly when chapters were locted in different
directories.
Irene

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Dec 9 14:47:02 1999 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Set window title for documents created from a template.
VQ

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 28 13:40:11 1999 UTC (24 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Cleaning the Unicode source.
Ramzi.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 31 15:42:56 1999 UTC (24 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines


Added first step of restart feature : Amaya is able to save all the
opened documents and to reopen them (after a quit for the moment) with
their original "modified" attribute (missing geometry and history
attributes...)
Added a RESTART button in the profile menu in order to test it.
To  disable  this test,  remove or  comment  the
line #define AMAYA_RESTART in the file thot_sys.h (All changes have
been written between #ifdef AMAYA_RESTART and #endif /* AMAYA_RESTART */
lines.)

Slight changes for profile feature (comments, symbols changes) and
for templates feature (environment variable is TEMPLATE_URL)

Documentation for templates and profiles

Luc Bonameau

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 25 13:05:15 1999 UTC (24 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
*** empty log message ***

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 30 16:36:15 1999 UTC (24 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +22 -12 lines

Bug fixed - Reloading templates

L.Bonameau

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

Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 22 15:22:34 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0 lines
Irene

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 18 10:21:39 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -15 lines
Bug fix in table formatting
+ a new interface to create a new HTML document or a new CSS style sheet
Irene

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 16 09:37:36 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN

Client side support for templates in Amaya.
French translation of Welcome Page.

Luc & Stephane.

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