freetype2/builds/unix
David Turner 53b3fa1da5 * renaming stream functions to the FT_Subject_Action scheme:
FT_Seek_Stream         => FT_Stream_Seek
          FT_Skip_Stream         => FT_Stream_Skip
          FT_Read_Stream         => FT_Stream_Read
          FT_Read_Stream_At      => FT_Stream_Read_At
          FT_Access_Frame        => FT_Stream_Enter_Frame
          FT_Forget_Frame        => FT_Stream_Exit_Frame
          FT_Extract_Frame       => FT_Stream_Extract_Frame
          FT_Release_Frame       => FT_Stream_Release_Frame
          FT_Get_XXXX            => FT_Stream_Get_XXXX
          FT_Read_XXXX           => FT_Stream_Read_XXXX

          note also that:

          FT_New_Stream( filename, stream ) =>
            FT_Stream_Open( stream, filename )

          (the function doesn't create the FT_Stream structure, it simply
           initializes it for reading)

          FT_New_Memory_Stream( library, FT_Byte*  base, size, stream ) =>
            FT_Stream_Open_Memory( stream, const FT_Byte* base, size )

          FT_Done_Stream => FT_Stream_Close

          note that the name of the stream methods, defined in
          "include/freetype/ftsystem.h" have also been changed without
          problems:

            FT_Stream_IO    => FT_Stream_IOFunc
            FT_Stream_Close => FT_Stream_CloseFunc
2002-02-24 05:26:57 +00:00
..
.cvsignore Minor fixes. 2000-11-11 05:55:41 +00:00
aclocal.m4 Updating to libtool 1.4.0. 2001-06-07 17:36:17 +00:00
config.guess * builds/unix/config.guess, builds/unix/config.sub: Updated to 2001-04-24 07:03:25 +00:00
config.sub * builds/unix/config.guess, builds/unix/config.sub: Updated to 2001-04-24 07:03:25 +00:00
configure * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. 2001-12-16 08:17:33 +00:00
configure.ac added 'configure' and 'install' wrapper scripts to make the 2002-01-08 18:33:55 +00:00
detect.mk * builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html: 2001-06-19 15:45:48 +00:00
freetype-config.in * builds/unix/freetype-config.in: Add missing `fi'. 2002-02-02 15:05:38 +00:00
freetype2.m4 * builds/unix/freetype2.a4: The script was still buggy. 2002-01-13 06:36:02 +00:00
ft2unix.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ftconfig.in * src/autohint/ahglyph.c (ah_outline_link_segments): Remove unused 2002-02-19 01:12:23 +00:00
ftsystem.c * renaming stream functions to the FT_Subject_Action scheme: 2002-02-24 05:26:57 +00:00
install-sh renaming "freetype2/config" to "freetype2/builds" 2000-07-08 00:22:20 +00:00
install.mk * builds/unix/install.mk (check): New dummy target. 2002-02-20 00:55:59 +00:00
ltmain.sh Updating to libtool 1.4.0. 2001-06-07 17:36:17 +00:00
mkinstalldirs Add `mkinstalldirs'. 2000-07-24 06:03:58 +00:00
unix-cc.in minor formatting issues 2000-10-05 04:53:31 +00:00
unix-def.in * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" 2001-03-20 11:14:24 +00:00
unix-dev.mk - updating the header inclusion scheme to use <ft2build.h> by 2000-12-04 22:53:55 +00:00
unix-lcc.mk small updates: 2000-10-28 07:26:59 +00:00
unix.mk * *.mk: Added lots of `.PHONY' targets. 2000-12-20 22:09:41 +00:00
unixddef.mk * builds/*/*-def.mk: changed the objects directory from "obj" to "objs" 2001-03-20 11:14:24 +00:00