Werner Lemberg
d6e8b3315c
* builds/unix/freetype2.m4: Add license exception so that the file
...
20 years ago
Werner Lemberg
b82e773b34
* builds/unix/freetype2.in (CFlags): Add missing directory.
20 years ago
Werner Lemberg
49f4d34ed3
* src/base/ftoutln.c (FT_Outline_Embolden): Strength should be
...
20 years ago
Werner Lemberg
0f1c4fa7c6
Minor documentation fixes.
...
20 years ago
Werner Lemberg
60a04df7b0
Add license.
20 years ago
Werner Lemberg
92aa527a1c
* builds/amiga/makefile.os4 (WARNINGS), builds/compiler/gcc-dev.mk
...
20 years ago
Werner Lemberg
b0db0fc2c5
* autogen.sh: New script for bootstrapping.
...
20 years ago
Werner Lemberg
014d571407
* builds/unix/ltmain.sh: Regenerated with `libtoolize --force
...
20 years ago
Werner Lemberg
c9114b9926
* builds/unix/freetype-config.in: Add new flag `--ftversion' to
...
20 years ago
Werner Lemberg
cc7cab815c
* builds/unix/ftsystem.c (FT_Stream_Open): Add proper cast for
...
20 years ago
Werner Lemberg
4e6ea4052a
* builds/unix/ltmain.sh: Regenerated with `libtoolize --force
...
20 years ago
Werner Lemberg
d14023d232
* builds/unix/install.mk (install): Use $(OBJ_BUILD) for ftconfig.h.
20 years ago
Werner Lemberg
bbdee28f75
* builds/unix/configure.ac: Add `-fno-strict-aliasing' if gcc is
...
20 years ago
Owen Taylor
faedb01ec5
2004-11-16 Owen Taylor <otaylor@redhat.com>
...
* builds/unix/freetype-config.in: Supress -L$libdir for
/usr/lib64 as well as /usr/lib. (Reported by Dan Winship -
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139199 )
20 years ago
Werner Lemberg
17439423f8
* src/base/ftstream.c (FT_Stream_Close): Don't reset stream->close
...
21 years ago
Werner Lemberg
e95365b291
* include/freetype/ftcache.h (FT_Get_CharMap_Index): Rename
...
21 years ago
Werner Lemberg
2a37b3055d
* builds/unix/freetype-config.in (usage): Fix and improve usage
...
21 years ago
Werner Lemberg
ba80d61c7a
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Define
...
21 years ago
Werner Lemberg
3599a028b6
* src/base/ftmac.c [__GNUC__]: Define OS_INLINE.
...
21 years ago
Werner Lemberg
26eccb409f
* configure: Accept makepp also.
...
21 years ago
Werner Lemberg
7947796cd2
* builds/unix/ltmain.sh: Regenerated with `libtoolize --force
...
21 years ago
Werner Lemberg
33e906425d
* builds/unix/ft-munmap.m4 (FT_MUNMAP_PARAM): Fix arguments of
...
21 years ago
Werner Lemberg
ca7ef5ee06
* builds/unix/configure.ac: Fix compiler flags for
...
21 years ago
Werner Lemberg
d1d2b458e9
* builds/unix/ftsystem.c: Include errno.h.
...
21 years ago
Werner Lemberg
53a1edd42b
* builds/unix/configure.in: Call AC_SUBST for `enable_shared',
...
21 years ago
David Turner
b4e9ca4222
automatically-generated version updates
21 years ago
David Turner
e186c71c4a
automatically-generated version updates
21 years ago
David Turner
ff9d2415a7
* src/autofit/*: more updates
21 years ago
Werner Lemberg
e42dbcec21
* Version 2.1.7 released.
...
21 years ago
Werner Lemberg
9669c52a30
* builds/unix/freetype2.m4, builds/unix/ft-munmap.m4: Protect
...
21 years ago
Werner Lemberg
862b4d5a1f
Updated.
22 years ago
David Turner
db3faffbcf
* README, builds/unix/configure, builds/unix/configure.ac,
...
docs/CHANGES, include/freetype/freetype.h:
updating version numbers for 2.1.6, and removing obsolete
warnings in the documentation
* include/freetype/internal/ftcore.h,
include/freetype/internal/ftexcept.h,
include/freetype/internal/fthash.h,
include/freetype/internal/ftobject.h:
removing obsolete files
22 years ago
Werner Lemberg
42284f98f2
* builds/unix/configure.ac (version_info): Set to 9:4:3.
...
22 years ago
Werner Lemberg
f9d864a916
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 5.
...
22 years ago
Werner Lemberg
858f310b80
Completely revised FreeType's make management.
...
22 years ago
Werner Lemberg
64591b7657
* include/freetype/fttrigon.h (FT_Vector_Normalize): Removed.
...
22 years ago
Werner Lemberg
6eb116ef8a
* builds/unix/aclocal.m4: Comment out definition of
...
`allow_undefined_flag' for Darwin 1.3.
* builds/unix/configure.ac: Add option --with-old-mac-fonts.
* builds/unix/ltmain.sh: Fix version numbering for Darwin 1.3.
* builds/unix/configure: Regenerated.
* include/freetype/config/ftconfig.h: Fix conditions for defining
`FT_MACINTOSH'.
* src/base/ftbase.c: Include `ftmac.c' conditionally.
* src/base/ftmac.c: Handle __GNUC__.
22 years ago
Werner Lemberg
3a317c69d6
* builds/unix/configure.ac: Generate `freetype.pc' from
...
`freetype.in'.
* builds/unix/configure: Regenerated.
* builds/unix/install.mk (install, uninstall): Handle `freetype.pc'.
* builds/unix/freetype2.in: New file. Contains building information
for the `pkg-config' package.
22 years ago
Werner Lemberg
3704aa4525
* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.
22 years ago
Werner Lemberg
60f52ce6d6
* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include
...
files first. Otherwise there are conflicts with FreeType 1
installed simultaneously.
22 years ago
Werner Lemberg
a16c4a7129
* doc/INSTALL.UNX: Cleaned up.
...
Other minor fixes/beautifying/formatting.
22 years ago
Werner Lemberg
0d52639603
* builds/unix/ltmain.sh: Regenerated with `libtoolize --force
...
22 years ago
David Turner
91f905885f
updated builds/unix/configure by running autoconf
22 years ago
David Turner
8291d253b6
* src/gzip/adler32.c, src/gzip/infblock.c, src/gzip/inflate.c,
...
src/gzip/inftrees.c, src/gzip/zconf.h, src/gzip/zlib.h,
src/gzip/zutil.h: updates to allow compilation without compiler
warnings with LCC-Win32
* include/freetype/freetype.h, docs/VERSION.DLL,
builds/unix/configure.ac: updates for the upcoming 2.1.4 release
22 years ago
David Turner
19b6b99967
* builds/unix/configure.ac, builds/unix/unix-cc.in,
...
builds/unix/unix-def.in: small fix to configure sub-system on Unix
to allow other programs to correctly link with zlib when needed
22 years ago
David Turner
621e488622
2002-12-16 David Turner <david@freetype.org>
...
* docs/VERSION.DLL: updating document to better explain the differences between
the three version numbers being used on Unix, as well as provide the AutoConf
fragment provided by Lars Clausen
* src/smooth/ftgrays.c (gray_render_conic): fixed small bug that
prevented bezier arcs with negative vertical coordinates to be rendered
appropriately
2002-11-27 Vincent Caron <v.caron@zerodeux.net>
* builds/unix/unix-def.in, builds/unix/freetype-config.in,
builds/unix/configure.ac, src/gzip/rules.mk, src/gzip/ftgzip.c:
adding support for system zlib installations when available on the
target platform (Unix only)
22 years ago
Werner Lemberg
2a922e87fa
* builds/unix/config.guess, builds/unix/config.sub: Updated to
...
23 years ago
Werner Lemberg
73c10ae9f7
* builds/unix/configure.ac (version_info): Set to 9:2:3.
...
23 years ago
David Turner
08840150b7
* include/freetype/freetype.h: corrected the definition of
...
ft_encoding_symbol to be FT_ENCODING_MS_SYMBOL (instead of
the erroneous FT_ENCODING_SYMBOL)
* builds/unix/unix-def.in: added "datadir" definition
(thanks to Anthony Fok)
23 years ago
Werner Lemberg
9723e7e7ae
* builds/unix/install.mk (install, uninstall): Add $(DESTDIR) to
...
23 years ago