W3C CVS Root

CVS log for Amaya/amaya/HTMLform.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.136: download - view: text, markup, annotated - select for diffs
Tue Jun 30 13:18:46 2009 UTC (14 years, 10 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.135: preferred, colored
Changes since revision 1.135: +11 -11 lines
Don't update radio buttons outside the form
Irene

Revision 1.135: 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.134: preferred, colored
Changes since revision 1.134: +1 -1 lines
Change the prototype of the function 'TtaShowDialogue'
to avoid to move a dialogue in some cases.
Laurent

Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Sep 26 13:52:31 2008 UTC (15 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-11-1, Amaya-11-0
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +8 -8 lines
Prepare a WIKI post
Irene

Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed May 7 13:49:05 2008 UTC (16 years ago) by kia
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +4 -4 lines
char* => const char*
(Regis patches + many many others)

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Mar 19 17:28:00 2008 UTC (16 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +1 -1 lines
Complete the "clean up" function
Irene

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri May 19 10:27:37 2006 UTC (18 years ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-10-0
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +0 -1 lines
Adding a new exception to control the number of inserted characters into
input elements.
Irene

Revision 1.130: 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.129: preferred, colored
Changes since revision 1.129: +1 -1 lines
Replace ClickEvent structure by int as this generated a problem.
Irene

Revision 1.129: download - view: text, markup, annotated - select for diffs
Tue Feb 14 16:54:24 2006 UTC (18 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +860 -843 lines
Skip font elements within an option menu
Irene

Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Aug 30 09:02:54 2005 UTC (18 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-4, Amaya-9-3
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +4 -4 lines
Undo after filling a form set the document modified.
Irene

Revision 1.127: download - view: text, markup, annotated - select for diffs
Tue Jun 7 13:37:11 2005 UTC (18 years, 11 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +11 -10 lines
code cleaning + warning fixes
S. GULLY

Revision 1.126: 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.125: preferred, colored
Changes since revision 1.125: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Apr 25 14:18:39 2005 UTC (19 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
Increase the number of possible options.
Irene

Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Apr 11 10:25:09 2005 UTC (19 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +5 -2 lines
Fixing Windows warnings.
Irene

Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Jan 26 11:11:32 2005 UTC (19 years, 3 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -2 lines
+ Completly rewrite the menu managments for WX (becaus the old way was forbiden on MACOSX and was not really optimized): now there is only one menu for a window and when switching from one document to another, the menus enable/disable, toggle/untoggle are simply refreshed (not rebuilt)
+ Code cleaning about menus : removing old unused code.
+ Reorganize the frame creation chronologie in order to avoid to have orgphan window (not allowed on MACOSX)
+ Rewrite the toolbar code : now the toolbar is only a "view" of menu commands, the enable/disable state is really synchronized with the menu items state. The toolbar creation is now comming fro now ressources (Toolbar.xrc).

S. GULLY

Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Dec 27 15:39:13 2004 UTC (19 years, 4 months ago) by gully
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +8 -1 lines
HTML form selector implementation.
(I found a workaround: I used a popup wxMenu because I was unable to use properly a wxListBox. So the selector looks like a classique menu but it works!)
S. GULLY

Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Oct 13 09:44:40 2004 UTC (19 years, 7 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-7
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +0 -10 lines
Use Thot functions to open local files.
Irene

Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Oct 7 16:23:31 2004 UTC (19 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +6 -6 lines
+ first steps for HTML <select> popup widget (WX).
+ fix menu shortcut bug
S. GULLY

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Jun 2 10:54:44 2004 UTC (19 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-6
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +4 -4 lines
Removing some #ifdef _MOTIF
Irene

Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Mar 30 16:45:33 2004 UTC (20 years, 1 month ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +13 -7 lines
When an option entry is empty don't display the value of the previous
option.
Irene

Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Mar 30 16:18:08 2004 UTC (20 years, 1 month ago) by vatton
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +49 -180 lines
Display multi-group selectors like other browsers.
Irene

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Feb 24 17:02:59 2004 UTC (20 years, 3 months ago) by quint
Branches: MAIN
CVS tags: Amaya-8-3
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -44 lines
HTML: some improvements to the presentation of form widgets.
VQ

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Feb 17 17:21:15 2004 UTC (20 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -0 lines
Propose to save the document when it's modified and the user wants to
close it.
Irene

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +77 -106 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.113: download - view: text, markup, annotated - select for diffs
Tue Dec 16 12:10:05 2003 UTC (20 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +19 -19 lines
Rename flags _WINDOWS by _WINGUI
+ the flag _WINDOWS must be used only for windows specific code.
+ the flag _WINGUI must be used only for old windows gui stuff.

S. GULLY

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 6 months ago) by gully
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +30 -30 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.111: download - view: text, markup, annotated - select for diffs
Tue Oct 21 16:22:57 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +44 -22 lines
Code cleaning :
- adding a new flag in configure : _NOGUI ( easier to use than !defined(_GTK) && !defined(_MOTIF) && !defined(_WINDOWS) )
- adding the _GTK _MOTIF _WINDOWS _NOGUI everywhere when it's needed

NOTICE: normaly you do not need to reconfigure ...
but if there is problemes go into your compilation directory and execute :
../configure --with-gtk             <-- gtk version
../configure --with-gl              <-- gtk + gl canvas version
../configure --with-motif           <-- motif version
../configure --with-nogui           <-- nogui version

SG

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Apr 10 12:17:38 2003 UTC (21 years, 1 month ago) by kahan
Branches: MAIN
CVS tags: Amaya-8-1b, Amaya-8-1, Amaya-8-0
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +6 -1 lines
JK: oops, had forgotten to add utf-8 for the default charset for XHTML

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Apr 10 11:33:07 2003 UTC (21 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -0 lines
JK: Using ISO-8859-1 as a default form charset when a document
doesn't identify it.

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

Revision 1.107: download - view: text, markup, annotated - select for diffs
Thu Nov 28 10:38:40 2002 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +5 -2 lines
When a form is activated Amaya didn't check if the document was modified.
Irene

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Oct 11 15:03:26 2002 UTC (21 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +27 -23 lines
Submitted parameters are always in UTF-8, now it depends on the document
encoding.
Irene

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:38:34 2002 UTC (21 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +303 -295 lines
Uninitialized variable.
Irene

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Jun 17 09:12:49 2002 UTC (21 years, 11 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-6-4, Amaya-6-3, Amaya-6-2
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +4 -1 lines
JK: trying to fix the popup widget error on win32

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jun 7 15:11:09 2002 UTC (21 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -2 lines
Rename Iso functions + bug fix in XHTML doctype.
Irene

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Jun 6 15:16:53 2002 UTC (21 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +25 -10 lines
Strings of option menus were displayed in UTF-8.
Irene

Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Jun 6 13:59:45 2002 UTC (21 years, 11 months ago) by vatton
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +11 -5 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.100: download - view: text, markup, annotated - select for diffs
Mon Apr 15 13:28:13 2002 UTC (22 years, 1 month ago) by cvs
Branches: MAIN
CVS tags: Amaya-6-1, Amaya-6-0
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -4 lines
JK: code cleaning

Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Apr 15 08:02:05 2002 UTC (22 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -2 lines
JK: Some code cleaning, did a make proto too.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Apr 11 13:30:10 2002 UTC (22 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +7 -2 lines
JK: ScrPopupwidget for Windows: Merge of the windows + GTK functions.
Warning: I'm not sure if this compiles under Windows (going to check
right now).

Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Apr 3 08:44:44 2002 UTC (22 years, 1 month ago) by cheyroul
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3 lines
GL : Windows Opengl Version.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Mar 4 10:02:40 2002 UTC (22 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +4 -1 lines
JK: Destroy the form selector after the user makes its choice.
Use the MAXOPT option limit instead of the fixed constant we were using.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Feb 27 11:26:22 2002 UTC (22 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +80 -25 lines
- Added a new scrollbar popup widget for form selectors. It can be
  used with the keyboard or with the mouse.
- Made the text for the above widget be dynamically allocated (it previously
  had a limit due to a Motif bug).
- Increased the number of menu options in a selector to 500 (entries can
  be of any length).

To be done:

- Make escape or a click outside the widget close it.
- Change the size of the widget when we have less than n options.

-jose

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Oct 12 12:54:15 2001 UTC (22 years, 7 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-5-3, Amaya-5-2
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +4 -0 lines
JK: Clear the selection when submitting a form

Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Jul 9 07:23:49 2001 UTC (22 years, 10 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-5-1
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -1 lines
JK: The parsing buffer wasn't being freed when pressing return in a
form entry.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Jul 3 09:19:04 2001 UTC (22 years, 10 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -1 lines
JK: compiler warning

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed May 23 13:45:04 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +0 -99 lines
New function NextLinkOrFormElement that skips to the next form element
in the whole document (support of links not implemented yet).
Irene

Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Apr 19 07:54:44 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -2 lines
JK: code cleaning, escaping the "@" char.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed Apr 18 15:26:28 2001 UTC (23 years, 1 month ago) by kahan
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +204 -204 lines
JK: Depending on the forms tree, we sometimes didn't parse correctly all
the form elements when preparing a submit (like in ,access).
Code clean up.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Mar 30 16:06:28 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +24 -13 lines
The element BUTTON was not in the list of form elements.
Adding the support of the rigth click to open a new document into a new
window.
Irene

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Mar 29 12:57:33 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -0 lines
Adding Submit_Input, Reset_Input, and Button_Input in the list of form
elements taken into account by the key TAB.
Irene

Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Mar 28 11:09:33 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +95 -9 lines
In forms, the key TAB now moves the cursor focus from entry to entry.
A new event has beed added.
Irene

Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Mar 28 07:54:58 2001 UTC (23 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +53 -7 lines
A Return within a text-input, password, or text-area submits the form.
A new event is declared, so you must delete your files *APP.c
Irene

Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:35:58 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-2
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +226 -320 lines
Removing double signatures of functions and replacing STRING by char*
Irene

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Mar 19 09:29:26 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -10 lines
A search with an ISO-latin character crashed Amaya
Irene

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

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

Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Dec 12 12:28:26 2000 UTC (23 years, 5 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +23 -9 lines
JK: Defer the display when resetting a form's options.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Sep 26 08:08:50 2000 UTC (23 years, 8 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-4-1-0, Amaya-4-0-0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -0 lines
JK: added a message box warning if a form is missing an action attribute.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Jul 20 14:08:30 2000 UTC (23 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +10 -5 lines
Bug fix: When the selected OPTION in a SELECT had no content and no
         value attribute, the value posted for the SELECT element
         was some random garbage.
VQ.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Mar 17 12:24:33 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +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.76: download - view: text, markup, annotated - select for diffs
Thu Mar 2 14:33:07 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
Unicode:

New Features:
- [en|fr|de|it]-* files (for instance en-libdialogue, fr-amayamsg, ...)
  may indicate the charset at the beginning of the file:
  The syntax is: charset=[ISO Latin 1 | ISO Latin 2 | ... | Windows-1256 | UTF8]

  for example:
  file: en-amamsg

  charset=ISO Latin 1
  0 File
  1 File
  ...

  This information is used by TtaGetMessageTable in order to handle messages
  in the rigth way.
  The default charset is ISO Latin 1.

- TtaWC2ISOdup "duplicates a wc string to an monobyte string" (???)
- TtaISO2WCdup "duplicates a monobyte string to a WC string"

- TtaWC2MB: Converts a single Wide Character into a Mono/Multibyte character
  according to a Charset (ISOLatin1, ..., UTF8, WIN1256)

- TtaMB2WC: Converts a mono/multibyte character into a Wide Character
  according to a Charset.

- TtaMBS2WCS: Converts a Multibyte character string into a Wide character string.
  Memory has to be allocated for the Wide Character string before using this function.
  The conversion is done according to a Charset.
  For instance:
  char* toto = "This is a monobyte character string";
  CHAR_T* titi;
  /* ... */
  titi = TtaAllocString (strlen (toto) + 1);
  TtaMBS2WCS (toto, titi, ISOLatin1) does the right way what
  TtaISO2WCdup does (not in the right way).

- TtaWCS2MB: converts a Wide Character string into a mono/multibyte character
  string according to a charset. We can say the same thing here concerning
  TtaWCS2MBS and TtaWC2ISOdup.

Amaya is able to handle ISO Latin1 ISO Latin 2, ISO Latin 6 (Arabic),
Windows 1256 CP (Arabic) and UTF 8 encoded docs.

As soon as we have the information concerning the Charset (from the HTTP header
or the META element), Amaya will be able to read, display and save all these
documents.

Adding other charsets is very easy to do.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Mar 1 17:32:48 2000 UTC (24 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +121 -101 lines
Amaya limited the length of each posted paramater within a HTML form
Irene

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:05:41 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +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.73: download - view: text, markup, annotated - select for diffs
Thu Feb 10 09:42:38 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -4 lines
Unicode + fixed: problems due to the modification of
psdisplay, windowdisplay.

Ramzi

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:29:37 2000 UTC (24 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -6 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.71: download - view: text, markup, annotated - select for diffs
Mon Jan 24 10:53:22 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +47 -53 lines
Make Book didn't work correctly when chapters were locted in different
directories.
Irene

Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Dec 6 12:00:40 1999 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
JK: Improving/fixing the behavior of the back/forward button and handling
of browsing historic.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Nov 10 09:09:06 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +12 -12 lines
Supporting invalid forms in Amaya like those generated by Altavista
Adding Control + arrows to scroll one line up and one line down in
amaya.keyboard and amaya,kb (doesn't seem to work)

Irene

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Oct 29 15:57:04 1999 UTC (24 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +462 -441 lines
Set the Save button only when it should be set
Prepare the support of the Altavista page
Irene

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Oct 25 13:44:15 1999 UTC (24 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
Menu options +
Win-Compiling.html

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Oct 14 13:36:47 1999 UTC (24 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -0 lines
Bugs fixed:
- Some Memory management problems
- Cleaning: Source code not needed by Windows
- Focus: Short cuts
- Unicode: cleaning source code

Ramzi.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Oct 5 12:48:18 1999 UTC (24 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -17 lines
JK: First try at escaping space as %20 from the URLs

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jul 28 16:39:39 1999 UTC (24 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Bug fixed: Some memory issues.
Bug fixed: if (IsW3Path (url)) instead of if (IsW3Path) in AHTUrlTools.c

Ramzi.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jul 1 15:48:07 1999 UTC (24 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Cleaning up of the code: we used different notations for the same
character value.
Making the CSS parser independent on the HTML parser.
Irene

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jun 30 07:27:00 1999 UTC (24 years, 10 months ago) by cvs
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
P language extension: The character size can be expressed as a persentage of
  the character size of another element, typically the parent element, e.g:
  Size: Enclosing * 80 %;

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

Ramzi.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jun 24 08:06:10 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5 lines
Bug fix: the HTML parser does not interpret the contents of TEXTAREA elements
   any more.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jun 23 16:41:27 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +9 -6 lines
Prepare a better interpretation of Text_Area contents
Irene

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jun 23 15:23:41 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +10 -7 lines
JK: the value of TextArea elements in forms is now allocated dynamically

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:19 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +12 -12 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.56: download - view: text, markup, annotated - select for diffs
Wed Apr 21 12:31:31 1999 UTC (25 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -2 lines
F2 key to select.
Unicode Stuff.
Ramzi.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Apr 15 13:16:26 1999 UTC (25 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +11 -11 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.54: download - view: text, markup, annotated - select for diffs
Fri Mar 19 11:14:38 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +16 -2 lines
Menus/Submenues (Windoz).
Ramzi.

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

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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jan 11 14:58:12 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +118 -146 lines
Windoz.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jan 8 15:39:57 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Bugs Fixed.
Ramzi.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Dec 16 10:35:55 1998 UTC (25 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +21 -12 lines
Finish the work on the log file.
Allow to fill forms in documents in ReadOnly (help windows).
Irene

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Nov 6 10:53:49 1998 UTC (25 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +10 -0 lines
Windoz.
Ramzi.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Oct 26 11:21:05 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +422 -168 lines
HTML 4.0 extension: OPTGROUP element

  element OPTGROUP is recognized by the HTML parser, cascade menus
  are built by Amaya when a SELECT element contains OPTGROUP elements
  and the correct request is sent to the server when a form contains
  SELECT menus with OPTGROUP elements

VQ

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Oct 15 10:50:21 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +57 -22 lines
Amaya bug fix:

   The menu displayed by Amaya for elements <SELECT multiple> did not
   allow the user to seselect a selected OPTION.

VQ.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Oct 8 12:23:04 1998 UTC (25 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -0 lines
Avoid gcc warnings
Update Makefile.in to avoid the libwww configure each time the lbwww.a is removed
Improving the navigation with backward and forward buttons
Irene

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Sep 4 09:14:34 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +22 -11 lines
JK: Improved form handling and the generation of the query string.
    Separation of the parameters from the URL name when following links
    and when submitting forms.

*** ATTENTION FOR JAVA PEOPLE***

When the separation is done, the parameters are
given to the GetObjectWWW function inside the form_data parameter.
This parameter shouldn't be freed by the function. If the mode has the
AMAYA_FORM_PAST flag, you should send the form_data in a post request;
otherwise, you should concatenate it to the URL using the '?' char and
send it using a GET.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Sep 1 06:48:16 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -0 lines
Password fields in forms showed the text which is being typed in.
When the user filled a form the document was set modified.

Irene

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Aug 31 15:55:17 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +96 -46 lines
Handling the new HTML element BUTTON

Vincent.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 31 12:13:33 1998 UTC (25 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +34 -71 lines
Amaya: adding some new HTML elements: Input/button, Label, Button

Vincent.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 21 23:10:16 1998 UTC (25 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +53 -2 lines
JK: Cleaning the generation of the query strings
Not all reserv. chars were being escaped
Spaces were not coded as '+', but as %20
Extra beginning and ending space on option menu values  wasn't being
trimmed.

Amaya now passes the form test at:

	http://www.research.digital.com/nsl/formtest/home.htm

except for supporting the CR inside the text areas.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Aug 21 09:04:58 1998 UTC (25 years, 9 months ago) by cvs
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -2 lines
Bug fix in Amaya:

  - initial value of element INPUT (type=text or type=password) was not
    taken into account.

VQ.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Mar 24 17:35:31 1998 UTC (26 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +12 -0 lines
Attributes menu + some bugs fixed for Windows>
Ramzi.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Feb 3 02:11:35 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
JK: Asynchronous requests bug fixes:
* Backward and forward button
* Color change of links during their traversal.
-Jose

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Oct 17 16:26:11 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +31 -2 lines
Irene

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Oct 17 08:32:08 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +19 -5 lines
Improving form editing and make plugins optional.
Irene

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 2 08:04:38 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Improvements to document history.

VQ.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 30 15:44:13 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Manage Help pages for Amaya. Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 30 09:58:36 1997 UTC (26 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
windoz. Ramzi

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 26 12:58:48 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Improving the browsing history.

VQ.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Sep 22 12:56:19 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Bug fix

  Popup menus generated by Amaya for representing SELECT elements
  sometimes contained strange Keyboard equivalent.

VQ.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Sep 8 08:13:01 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
Changed the name of a DEBUG macro

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 30 11:11:18 1997 UTC (26 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
JK: Correction for escaping <> in forms

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 26 09:01:52 1997 UTC (27 years ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Irene

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Feb 11 19:05:18 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
First attempt to make a "Build book" command.

VQ.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Feb 4 10:45:53 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0b, AMAYA_0_95b
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +21 -21 lines
Making a difference between attributes value and Default_Value in forms.

Bug fix: DEL at the end of a paragraph did not work.

VQ.

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

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jan 23 17:11:04 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
Bug fixed in form submission: the first widget in a form was ignored.

VQ.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 20 22:39:55 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_2_0a, AMAYA_0_95a
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
JK: Had forgotten to remove a #define DEBUG

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 20 13:54:14 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +42 -5 lines
JK: Added graphic submit buttons

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jan 18 00:33:38 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +181 -97 lines
JK: Corrected some memory errors and problems with Reset, Submit choice and multiple menus.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 16 19:37:25 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -4 lines
JK: Improved a bit the handling of multiple forms in the same document

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jan 16 19:28:13 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +15 -9 lines
JK: Corrected processing of HTML documents having more than one form

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 16 17:58:05 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +47 -1 lines
JK: Added default value for a selected checbox not having
    an explicit value.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 15 13:15:24 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -10 lines
Fix bugs detected by Insure ++
Irene

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 13 10:19:40 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -17 lines
Fix bugs detected by insure++
Irene

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 13 08:49:24 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -7 lines
Bug fix
Allow selection within text input and text area in forms.

VQ.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 6 16:40:12 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, AMAYA_SOURCES_0_95
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Translate to english amaya.h
Irene.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 3 15:54:01 1997 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +31 -1 lines
Message pour les documents sauves et nettoyage des messages amayamsg.h
Irene

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 28 04:52:29 1996 UTC (27 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +56 -19 lines
JK: finished FVC comments on this modules

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 25 13:09:14 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4 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.7: download - view: text, markup, annotated - select for diffs
Wed Dec 11 14:49:00 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +619 -597 lines
Pretty printing.
Ramzi.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 10 15:49:57 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
JK: Corrected some slight bugs with forms. Seems to work now.

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

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 2 12:21:04 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -805 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:55 1996 UTC (27 years, 6 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:55 1996 UTC (27 years, 6 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