CVS log for xc/extras/X-TrueType/Attic/xttcconv.c

(logo)

Help

(back) Up to [XFree86 CVS] / xc / extras / X-TrueType

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.14 , Sat May 1 00:29:54 2004 UTC (5 years, 9 months ago) by dawes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED
  93. Retire X-TT 1.x and FreeType 1.x (David Dawes).

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Oct 22 15:25:23 2003 UTC (6 years, 3 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_4_99_4, xf-4_4_99_3, xf-4_4_99_2, xf-4_4_99_1, xf-4_4_0, xf-4_4-branch, xf-4_3_99_903, xf-4_3_99_902, xf-4_3_99_901, xf-4_3_99_16, xf-4_3_99_15
Changes since 1.12: +3 -1 lines
Diff to previous 1.12
IRIX warnings

Revision 1.12 / (view) - annotate - [select for diffs] , Sun Jul 27 01:01:17 2003 UTC (6 years, 6 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_14, xf-4_3_99_13, xf-4_3_99_12, xf-4_3_99_11, xf-4_3_99_10, X-TT-1_4_2, X-TT-1_4_1
Changes since 1.11: +273 -79 lines
Diff to previous 1.11
 328. Update X-TrueType (X-TT) to version 1.4.1 (Chisato Yamauchi,
      After X-TT Project):
       - Extension of code converter modules for ARABIC, ARMSCII8,
         BIG5HKSCS, GB18030, ISO8859.*, etc. (Pablo Saratxaga, James Su)
       - Try to use TT_Load_Glyph_Bitmap() in get_metrics() when `bs'
         option is not set.
       - Use Embedded Bitmap with the option `eb=y' when Auto Italic is set.
       - Enhancements for `ds', `eb' and `bw' options.
       - New options for TTCap, `fc' and `fm': they enable the *extremely*
         fast loading of big Japanese or unicode fonts with `-p-' in the XLFD.
       - Performance improvement of FreeTypeGetMetrics() function.
       - Improved performance based on the solution to the buffer
         overflow problem, caused by exceeding the range of
         maxbounds.ascent/maxbounds.descent.  This problem occurred only
         when `-m-' spacing was used.
       - Improved fix to crashes caused when certain fonts (e.g. verdana.ttf)
         are used; solution based on investigating the true nature of the
         problem.
       - Added patch for mktcapdir-0.5.4 and some ttfconf files suitable for
         X-TT 1.4.0.
       - Preparation for extending the encoding field of XLFD.  X-TT permits
         the following additional XLFD format:
            "-foo-foo-medium-r-normal--0-0-0-0-c-0-foo.2000-0.0"
            "-foo-foo-medium-r-normal--0-0-0-0-c-0-foo.2000-0.1"
         The last number can be used to indicate the plane number of a huge
         character set.
       - Support for reverse `fc' specification. `fc=0xaa00-0xa0ff' means
         specifying the ranges 0x0000-0xa0ff and 0xaa00-0xffff.  This is
         useful for GB18030 proportional fonts.
       - Improved fix for server crash that appears on Linux/PPC.
       - Added ksc5601.*-3 and ksx1001.*-3 to KSCJOHAB/main.c (Jungshik Shin).
       - Added U+20AC and U+00AE characters to KSCJOHABtoUCS2.c and
         KSC5601toUCS2.c (Jungshik Shin).
       - Fixed an X server crash when using LucidaSansRegular.ttf
         (reported by Koike Kazuhiko).
       - Improved fix to prevent NULL dereference when the font cache
         becomes full; solution by allocation of a dummy area for bitmap.
       - Fixed an X server crash because of an inconsistency problem between
         XFree86 and X-TT (reported by Koike Kazuhiko).
       - Numerous minor improvements.

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Feb 25 22:10:15 2003 UTC (6 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_3_99_9, xf-4_3_99_8, xf-4_3_99_7, xf-4_3_99_6, xf-4_3_99_5, xf-4_3_99_4, xf-4_3_99_3, xf-4_3_99_2, xf-4_3_99_1, xf-4_3_0_2, xf-4_3_0_1, xf-4_3_0, xf-4_3-branch
Changes since 1.10: +34 -8 lines
Diff to previous 1.10
 956. Fix an "xtt" font backend module crash that shows up on Linux/PPC,
      related to an invalid code converter module being loaded because of
      a broken string comparison in xttconv.c (#A.1647, Chisato Yamauchi,
      Daisuke MASATSUNA).

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Mar 6 18:54:39 2001 UTC (8 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_2_99_902, xf-4_2_99_901, xf-4_2_99_4, xf-4_2_99_3, xf-4_2_99_2, xf-4_2_99_1, xf-4_2_1_2, xf-4_2_1_1, xf-4_2_1, xf-4_2_0_1, xf-4_2_0-bindist-1, xf-4_2_0-bindist, xf-4_2_0, xf-4_2-branch, xf-4_1_99_7, xf-4_1_99_6, xf-4_1_99_5, xf-4_1_99_4, xf-4_1_99_3, xf-4_1_99_2, xf-4_1_99_1, xf-4_1_0_2, xf-4_1_0_1, xf-4_1_0-bindist, xf-4_1_0, xf-4_1-branch, xf-4_0_99_902, xf-4_0_99_901, xf-4_0_99_900, xf-4_0_99_3, xf-4_0_99_2, Domain-branch
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
 258. Add support fo the charset Big5HKSCS to the X-TrueType module, as
      well as some basic XLocale support for it (#A.321, Roger So).

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Mar 6 18:03:12 2001 UTC (8 years, 11 months ago) by dawes
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
 255. Add zh_CN.GBK locale support (#A.293, Yong Li).
 254. Fix a problem with the ThinkingMousePS/2 protocol handling of left
      movement (#A.292, Ian Remmler).  (This has been in 3.3.x since 3.3.4.)

Revision 1.8 / (view) - annotate - [select for diffs] , Thu May 18 22:46:10 2000 UTC (9 years, 8 months ago) by dawes
Branch: MAIN
CVS Tags: xf-4_0g, xf-4_0f, xf-4_0e, xf-4_0d, xf-4_0c, xf-4_0b, xf-4_0_99_1, xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a, xf-4_0_2-branch, xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1h, xf-4_0_1g, xf-4_0_1f, xf-4_0_1e, xf-4_0_1d, xf-4_0_1c, xf-4_0_1b, xf-4_0_1a, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z, xf-4_0_1-bindist, xf-4_0_1, xf-4_0Z, pre-R651-import
Changes since 1.7: +12 -10 lines
Diff to previous 1.7
 200. Fix a memory allocation in lbxproxy that can cause it to crash at
      startup (#3921, Peter Runestig).
 199. Fix a problem with imake's handling of DefaultGccIncludeDir (#3920,
      Peter Runestig).
 198. lib/X11/imInt.c fix from the OpenMotif release notes (#3919).
 197. Prototype and fix almost all compiler warnings fot he dps library
      and the related pswrap program (#3912, Thomas Dickey).
 196. Fix for x-tt font cache corruption (#3911, H. J. Lu).
 195. Ansi prototypes for the lbxusilt library and Xserver/lbx directory
      (#3908, Matthieu Herrb).
 194. Fix some bugs in the cirrus lg driver (#3900, Itai Nahshon).

Revision 1.7 / (view) - annotate - [select for diffs] , Tue Feb 29 16:07:13 2000 UTC (9 years, 11 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0a, xf-4_0-bindist, xf-4_0, xf-3_9_18b, xf-3_9_18Za, xf-3_9_18Z
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Minor build fix

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Feb 18 12:18:48 2000 UTC (9 years, 11 months ago) by tsi
Branch: MAIN
CVS Tags: xf-3_9_18a, xf-3_9_18
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
3811. A rework of Kevin Martin's Mach64 acceleration.  Only solid fills for
      now (Marc La France).
3810. ATI Mobility fixes (Marc La France).
3809. A new clock ordering has been reported for Mach32's.  Treated as a
      different clock chip for now (Marc La France).
3808. Build fixups (Marc La France).

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Feb 14 19:20:19 2000 UTC (9 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17Z
Changes since 1.4: +0 -2 lines
Diff to previous 1.4
3779. Cleanups for the contrib programs recently moved into the main xc/
      tree (#3701, Bruno Haible).
3778. Small lynx.cf fix (#3700, Thomas Mueller).
3777. Initialise MMIO32 for r128 when using fbdev (#3699, Kostas Gewrgiou).
3776. Avoid most lockups for Trio3D startup (s3virge driver) (#3698,
      Harald Koenig).
3775. Fix unresolved and conflicting symbols in X-TT, and fix the broken
      BIG5 converter (#3697, Takuya Shiozaki).
3774. Update README.fonts (#3696, Juliusz Chroboczek).
3773. Add dot, line, arc accelerations for 24bpp in fb, and cleanup most
      warnings (#3695, Keith Packard).
3772. Make it possible to build the r128 driver with support for fb
      (disabled by default) (#3693, Keith Packard).
3771. Fix a problem with lnx_ev56 (#3693, Keith Packard).
3770. Fix references to noPanoramiXExtension when Xinerama is not built
      (#3691, Christopher Sekiya).
3769. Fix possible races in xauth and libXau (#3690, 3694, Colin Phipps).
3768. Fix some Xv and PC-98 init bugs in the apm driver (#3689, Loic Grenie).
3767. Fix SVR4.0 build problem in the cyrix driver (David Dawes).
3766. Fix SVR4.0 build problems in the sis driver (#3687, Takaaki Nomura).

Revision 1.4 / (view) - annotate - [select for diffs] , Sun Feb 13 05:24:36 2000 UTC (9 years, 11 months ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17f
Changes since 1.3: +143 -72 lines
Diff to previous 1.3
merge X-TrueType 1.3

Revision 1.1.1.2 / (view) - annotate - [select for diffs] (vendor branch) , Sun Feb 13 05:14:13 2000 UTC (9 years, 11 months ago) by dawes
Branch: X-TT
CVS Tags: X-TT-1_3
Changes since 1.1.1.1: +143 -72 lines
Diff to previous 1.1.1.1
X-TrueType version 1.3

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Jan 31 12:21:14 1999 UTC (11 years ago) by dawes
Branch: MAIN
CVS Tags: xf-3_9_17e, xf-3_9_17d, xf-3_9_17c, xf-3_9_17b, xf-3_9_17a, xf-3_9_17, xf-3_9_16f, xf-3_9_16e, xf-3_9_16d, xf-3_9_16c, xf-3_9_16b, xf-3_9_16a, xf-3_9_16Za, xf-3_9_16Z, xf-3_9_16, xf-3_9_15d, xf-3_9_15c, xf-3_9_15b, xf-3_9_15a, xf-3_9_15, xf-3_9Py, xf-3_9Px, xf-3_9Pw, xf-3_9Pv, xf-3_9Pu, xf-3_9Pt, xf-3_9Ps, xf-3_9Pr, xf-3_9Pq, xf-3_9Pp, xf-3_9Po, xf-3_9Pn, xf-3_9Pm, xf-3_9Pl, xf-3_9Pk, xf-3_9Pj, xf-3_9Pi, xf-3_9Phb, xf-3_9Pha, xf-3_9Ph-branch, xf-3_9Ph, xf-3_9Pg, xf-3_9Pf, xf-3_9Pe, xf-3_9Pd, xf-3_9Pc, xf-3_9Pb, xf-3_9Pa, xf-3_9P, xf-3_9Nz
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
#2415--2433

Revision 1.2 / (view) - annotate - [select for diffs] , Sun Jan 31 02:24:38 1999 UTC (11 years ago) by dawes
Branch: MAIN
Changes since 1.1: +3 -19 lines
Diff to previous 1.1
finish import of X-TT

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Sat Jan 30 06:40:36 1999 UTC (11 years ago) by dawes
Branch: X-TT
CVS Tags: X-TT-1_2pre-19990125
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
X-TrueType version 1.2pre-19990125

Revision 1.1 / (view) - annotate - [select for diffs] , Sat Jan 30 06:40:36 1999 UTC (11 years ago) by dawes
Branch: MAIN
Initial revision

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.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Powered by
ViewCVS 0.9.2