freetype/src/type1
David Turner 29644179cc still more logical transformations. This time, some public API headers have
been touched, while keeping everything backwards-compatible..

        * include/freetype/t1tables.h: re-naming structure types. This done
        basically:

          typedef T1_Struct_
          {
          } T1_Struct;

        becomes:

          typedef PS_StructRec_
          {
          } PS_StructRec, *PS_Struct;

          typedef PS_StructRec  T1_Struct;  /* backwards-compatibility */


        hence, we increase the coherency of the source code by effectuively
        using the 'Rec' prefix for structure types..
2002-02-28 18:59:37 +00:00
..
descrip.mms * src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix 2002-01-25 16:05:39 +00:00
Jamfile * builds/os2/*.mk: These files have been forgotten to update to 2001-04-06 07:05:50 +00:00
module.mk Renamed z1* files back to t1*; the same transition for Z1_* structures 2000-10-28 17:10:06 +00:00
rules.mk Complete redesign of error codes. Please check ftmoderr.h for more 2001-06-06 17:30:41 +00:00
t1afm.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1afm.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1cmap.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1cmap.h adding several experimental sources: 2002-02-27 21:25:47 +00:00
t1driver.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1driver.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1errors.h Formatting. 2001-06-19 23:03:41 +00:00
t1gload.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1gload.h finishing function header formatting 2001-06-28 17:49:10 +00:00
t1load.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1load.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
t1objs.c still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
t1objs.h Formatting. 2001-12-05 01:22:05 +00:00
t1parse.c yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
t1parse.h yet another logical transformation of the internals to make them 2002-02-28 16:10:29 +00:00
t1tokens.h still more logical transformations. This time, some public API headers have 2002-02-28 18:59:37 +00:00
type1.c finishing function header formatting 2001-06-28 17:49:10 +00:00