W3C CVS Root

CVS log for Amaya/thotlib/include/browser.h

[BACK] Up to [Public] / Amaya / thotlib / include

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:36 2005 UTC (19 years ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Update the copyrigh.
Irene

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jan 30 14:12:26 2003 UTC (21 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1, Amaya-8-0, Amaya-7-2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update the Copyright.
Irene

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 7 14:30:58 2001 UTC (22 years, 6 months ago) by kahan
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0, Amaya-6-4, Amaya-6-3, Amaya-6-2, Amaya-6-1, Amaya-6-0, Amaya-5-3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -0 lines
JK: New function TtaStrAddSorted, sorts strings into a linear table
of strings separated with EOS.
Using this function to sort the directory entries in the browse widget.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 14 08:04:15 2001 UTC (22 years, 7 months ago) by vatton
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -8 lines
A new version of the files browser for GTK and MOTIF.
Irene

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 7 15:05:29 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-5-2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
I18N stuff
Irene

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 16 17:36:29 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1, Amaya-5-0, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -18 lines
Selection of the next word and the previous word.
Irene

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 16 17:05:00 2000 UTC (24 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 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 17 10:34:02 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Unicode.

Ramzi.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 12 14:16:17 2000 UTC (24 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Preparing for Unicode.
Ramzi.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 1 15:16:06 1999 UTC (24 years, 8 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Bugs fixed:
Short cuts: No more Windows accel. table used in Amaya.
SaveAsForm: The suffix is updated according to HTML, XHTML or TEXT.
Attrubte/Event/Event Item: The Focus is given to the edit windows.
Ramzi.

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

Ramzi.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:43:53 1999 UTC (25 years ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 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.5: download - view: text, markup, annotated - select for diffs
Thu Apr 24 09:31:26 1997 UTC (27 years, 1 month ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +21 -0 lines
Updated to Kaffe-0.8.4, improved javastub a lot (comment + IN/OUT),
modified the Thot Library include files accordingly, Daniel.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 3 16:55:25 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, THOT_2_0b, THOT_2_0a, AMAYA_SOURCES_0_95, AMAYA_0_95b, AMAYA_0_95a
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -0 lines
Adding warning message to files not completely translated in english.
Ramzi.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Dec 25 15:12:09 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -0 lines
New copyright statement for the thot library.
Ramzi.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 1 13:33:38 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -3 lines
uppressing old copyrights.
Ramzi.

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

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

Diff request

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

Log view options

Webmaster