W3C CVS Root

CVS log for Amaya/thotlib/view/hyphen.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue May 13 09:30:27 2008 UTC (16 years, 1 month ago) by kia
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2, Amaya-11-1, Amaya-11-0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +64 -65 lines
More char* fixes

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Sep 3 10:57:30 2007 UTC (16 years, 9 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-10-0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +12 -12 lines
Support of the CSS property font-variant
Irene

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:42 2005 UTC (19 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-9-51, Amaya-9-5, Amaya-9-4, Amaya-9-3, Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:15 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.54: preferred, colored
Changes since revision 1.54: +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.54: download - view: text, markup, annotated - select for diffs
Tue Jan 6 17:04:00 2004 UTC (20 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
wxWindows port on windows
Note :
+ __STDC__ flag has been removed
+ now the code is compiled with c++ compiler options
Todo :
+ the setup.h file must be edited before wxWindows compilation (for opengl support for example): an automatic configuration will be done.
+ remove the warnings due to c++ strict syntax

S. GULLY

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

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

S. GULLY

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed May 14 07:29:52 2003 UTC (21 years, 1 month ago) by quint
Branches: MAIN
CVS tags: Amaya-8-2, Amaya-8-1b, Amaya-8-1
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +9 -5 lines
Editing: declaring additional word separators to allow the spell checker
         to better isolate words
VQ

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

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Nov 25 16:46:48 2002 UTC (21 years, 6 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -10 lines
On Windows platforms (almost Win98) the spell checker considered nbsp as a
normal character because the macro TEXT () doesn't give the expected value.
Irene

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jun 28 15:13:24 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.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Improving the formatting of Japanese with GTK.
Irene

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jun 20 10:20:55 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -2 lines
Imroving the handling of multi-script strings.
Irene

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Jun 12 14:46:46 2002 UTC (22 years ago) by vatton
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Bug fix in the fonts handler + avoid to hyphen Japanese text
Irene

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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Apr 8 17:08:58 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
CVS tags: Amaya-6-1, Amaya-6-0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3 lines
Spell cheker: words were not isolated properly in some cases.
VQ.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 25 08:15:48 2002 UTC (22 years, 2 months ago) by quint
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Bug fix: The spell checker sometimes isolate fragments of words as if they
         were words.
VQ.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Feb 26 17:23:22 2002 UTC (22 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +23 -35 lines
Fixing a bug with the hyphenation.
Irene

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 22 10:57:47 2002 UTC (22 years, 3 months ago) by vatton
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -6 lines
Restore the hyphenation.
Irene

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Feb 8 17:06:58 2002 UTC (22 years, 4 months ago) by vatton
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +10 -7 lines
A new version of the formatter that supports bidi writing + some font handling.
Irene

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:06:37 2002 UTC (22 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Integration of the Unicode notion of Scripts.
Irene

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Oct 9 13:53:15 2001 UTC (22 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-5-3, Amaya-5-2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +10 -10 lines
New mechanism that associates several fonts to a Unicode character string
Irene

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Sep 13 16:18:13 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
Bug fix: with the GTK version paths were always closed
+ I18N
Irene

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Sep 10 16:33:30 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +12 -12 lines
I18N stuff + Annotation icons
Irene

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Aug 30 11:17:37 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +23 -23 lines
Bug fixes + I18N stuff
Irene

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Aug 29 16:11:10 2001 UTC (22 years, 9 months ago) by vatton
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -10 lines
I18N stuff
Irene

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jun 18 07:23:00 2001 UTC (23 years ago) by cvs
Branches: MAIN
CVS tags: Amaya-5-1, Amaya-5-0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -3 lines
Fixing a warning message.
VQ

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 30 14:50:23 2001 UTC (23 years ago) by cvs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
Unicode stuff.
Irene

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Apr 17 09:21:31 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
Bug fix: crash when opening the structure view of a document without any
   MathML or SVG element, when the AmayaPage is open.
Code clean-up: removing associated element - first step.
VQ.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Apr 6 16:09:18 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Unicode stuff + code clean up
Irene

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Apr 6 11:06:16 2001 UTC (23 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +115 -111 lines
Adding Unicode stuff + fixing a bug in the spell checker (\n was
not considered as a separator).
Irene

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Feb 14 14:59:23 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN
CVS tags: Amaya-4-3-1, Amaya-4-3
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +11 -60 lines
Word selection + new generation of proto files.
Irene

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 8 07:43:48 2001 UTC (23 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -10 lines
Removing structures, code and files that maintain external links.
Code clean up
VQ.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Feb 25 17:06:55 2000 UTC (24 years, 3 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.25: preferred, colored
Changes since revision 1.25: +2 -7 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.25: download - view: text, markup, annotated - select for diffs
Sun Jun 27 16:30:02 1999 UTC (24 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -1 lines
Preparing Unicode version: String management.

Ramzi.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jun 2 12:44:11 1999 UTC (25 years ago) by cvs
Branches: MAIN
CVS tags: Release-2-1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +13 -13 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.23: download - view: text, markup, annotated - select for diffs
Thu Apr 15 12:32:31 1999 UTC (25 years, 2 months ago) by cvs
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +15 -15 lines
Various bugs fixed.

Unicode suipport.

Ramzi.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 2 16:15:37 1999 UTC (25 years, 4 months ago) by cvs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +23 -22 lines
Preparing Amaya to I18N.
Ramzi.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 26 14:27:49 1998 UTC (26 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Rename '\0' into EOS,
Fix a bug in buildlines.c
Update MAP when image width or height change.
Irene

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jul 2 10:56:04 1997 UTC (26 years, 11 months ago) by cvs
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Renamed MAX_CHAR to THOT_MAX_CHAR since it is defined in X/Open, Daniel.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 6 10:50:35 1997 UTC (27 years, 3 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +80 -335 lines
Implement extension dictionary for spell-checker
Irene

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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jan 9 07:09:49 1997 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
CVS tags: THOT_SOURCES_2_0, THOT_2_0a, AMAYA_SOURCES_0_95, AMAYA_0_95a
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -2 lines
Add authors
Irene

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

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Dec 25 10:49:35 1996 UTC (27 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -7 lines
Traductions.
Ramzi.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 11 17:04:54 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -8 lines
Pretty priniting.
Ramzi.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 2 05:39:04 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +81 -80 lines
Dealing with comments.
Ramzi.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Nov 30 18:18:11 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -3 lines
Suppress old copyrights.
Ramzi.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 29 12:01:42 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -14 lines
Translation of modules: others.dat (from Irene) and tramsg.dat (from Jose).
Ramzi

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 27 19:30:36 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Removal of .var files, replaced by _tv.h equivalents, Daniel.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Nov 27 17:43:39 1996 UTC (27 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Translation.
Ramzi.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 22 22:45:29 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Big changes : removal of all .f files, upgrade to _f.h automatically
generated, updated of Imakefile and ID, Daniel.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Nov 22 14:14:47 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +48 -48 lines
Modification des noms de fichier des drivers
Irene

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 21 15:35:23 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Retouche sur les ord(x)
Irene

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 21 15:07:16 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Suppression des fonctions ord(x)
Irene

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 21 12:23:37 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
Suppression du module environ.c

VQ

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 20 19:37:26 1996 UTC (27 years, 7 months ago) by cvs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Renaming identifiers of functions and variables
Ramzi.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 20 00:41:16 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:16 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