Werner Lemberg
c4c35b773d
* builds/unix/ftconfig.in: Synchronize with main ftconfig.h.
...
19 years ago
Werner Lemberg
33779660ba
* builds/unix/unix-cc.in (LINK_LIBRARY): Don't comment out
...
19 years ago
Werner Lemberg
24773d6dc6
* builds/win32/visualc/freetype.dsp: Release libraries no longer
...
19 years ago
Suzuki, Toshiya (鈴木俊哉)
8cfa8bd51a
* remove Carbon dependency of Darwin, if configured with no option
19 years ago
Yamato, Masatake (大和正武)
28b55a9bb6
(FT_Stream_Open): Check errno only if read system call returns -1.
...
Remove a redundant parenthesis.
19 years ago
Werner Lemberg
37827608c2
convert to Unix line endings
19 years ago
Werner Lemberg
910d4f41d1
convert to Unix line endings.
19 years ago
Werner Lemberg
53478a10b4
Convert to Unix line endings.
19 years ago
Werner Lemberg
3d69a198b8
typo
19 years ago
Werner Lemberg
e0d1559591
* builds/freetype.mk (refdoc): Write-protect the `docmaker'
...
19 years ago
Werner Lemberg
b80d85fe9e
* builds/unix/ftsystem.c (FT_Stream_Open): Avoid infinite loop if
...
19 years ago
Werner Lemberg
a127ca42ca
* builds/win32/visualc/freetype.sln,
...
19 years ago
Werner Lemberg
4df5b26fdf
Put version information into the configure script. Reported by Paul
...
19 years ago
Werner Lemberg
1639c79482
* include/freetype/freetype.h (FREETYPE_PATCH): Set to 1.
...
19 years ago
Werner Lemberg
4f3b5bbd95
* src/lzw/ftlzw2.c: Renamed to...
...
19 years ago
Werner Lemberg
c6afa1221a
* include/freetype/internal/ftmemory.h: s/new/newsz/ (for C++).
...
19 years ago
Werner Lemberg
06fceb3f39
* builds/unix/unix-def.in (datarootdir): Define, for autoconf 2.59c
...
19 years ago
Werner Lemberg
12cceaaca8
* builds/win32/visualc/freetype.vcproj: Updated.
19 years ago
Detlef Würkner
7d04322e40
no message
19 years ago
Werner Lemberg
7f18de64b6
* builds/compiler/intelc.mk (TE): New variable.
...
19 years ago
Werner Lemberg
fd7456c796
* builds/exports.mk (clean_symbols_list, clean_apinames): Removed.
...
19 years ago
Werner Lemberg
6e9df6855d
* builds/unix/install.mk (uninstall): Don't handle `cache'
...
19 years ago
Werner Lemberg
af16820a12
Normalize quotation to `...'.
19 years ago
Werner Lemberg
8439fe8575
* builds/freetype.mk (refdoc), docs/CHANGES, Jamfile (RefDoc),
...
19 years ago
Werner Lemberg
5a73d8d20f
* builds/freetype.mk (CACHE_DIR, CACHE_H): Remove.
...
19 years ago
David Turner
da95af6cf6
* builds/win32/visualc/freetype.dsp: updating the project file, adding
...
missing base source files (e.g. ftstroke.c, ftxf86.c, etc...)
* src/autofit/afcjk.c, src/autofit/aflatin.c, src/base/ftobjs.c,
src/cff/cffobjs.c, src/cid/cidobjs.c, src/pfr/pfrobjs.c,
src/sfnt/sfobjs.c, src/sfnt/ttmtx.c, src/truetype/ttpload.c,
src/truetype/ttpload.h, src/type1/t1afm.c, src/type1/t1objs.c:
removing compiler warnings when building with Visual C++ 6 and /W4
19 years ago
David Turner
505667c6ee
* builds/unix/install.mk:
...
changing the installation procedure to remove the 'freetype/cache'
from the target directory.
19 years ago
Suzuki, Toshiya (鈴木俊哉)
2f239b8e88
Update MPW makefiles to new header inclusion introduced on 2006-02-16
19 years ago
Werner Lemberg
7f049f4221
Formatting, copyright years.
19 years ago
David Turner
de271ab8f0
* builds/unix/ftsystem.c, include/freetype/config/ftheader.h,
...
include/freetype/internal/services/svotval.h,
include/freetype/internal/services/svpfr.h,
src/base/ftsystem.c, src/bdf/bdfdrivr.c, src/cache/ftcbasic.c,
src/cff/cffcmap.c, src/gzip/ftgzip.c, src/lzw/ftlzw.c,
src/lzw/ftlzw2.c, src/psaux/t1cmap.c, src/sfnt/ttbdf.c,
src/smooth/ftgrays.c:
solved -Wmissing-prototypes warnings with GCC
19 years ago
Werner Lemberg
f145e312df
Formatting, copyright years, minor doc fixes.
19 years ago
David Turner
0880ac333a
* builds/unix/unix-cc.in: don't filter-out exported functions
...
anymore, this is used to ensure that all FT_BASE internal
functions are available for dynamic linking
* include/freetype/ftcache.h, src/cache/ftcbasic.c,
src/cache/ftccmap.c: try to revive old functions of the
cache sub-system. We also try to support FTC_ImageCache_Lookup
and FTC_ImageCache_SBit with legacy signatures through a gross
hack (hope it works)
19 years ago
Werner Lemberg
8e6f8c4d79
Formatting, copyright years, documentation improvements.
19 years ago
David Turner
cda2d957dc
* builds/amiga/src/base/ftsystem.c, devel/ftoption.h
...
include/freetype/ftcache.h, include/freetype/ftoutln.h,
include/freetype/cache/ftccache.h, include/freetype/cache/ftccmap.h,
include/freetype/config/ftoption.h, include/freetype/internal/ftcalc.h,
include/freetype/internal/ftdriver.h,
include/freetype/internal/ftmemory.h,
include/freetype/internal/ftobjs.h, include/freetype/internal/ftrfork.h,
include/freetype/internal/psaux.h, include/freetype/internal/sfnt.h,
include/freetype/internal/t1types.h, include/freetype/internal/tttypes.h,
src/base/ftcalc.c, src/base/ftdbgmem.c, src/base/ftobjs.c,
src/base/ftsystem.c, src/base/ftutil.c, src/bdf/bdfdrivr.c,
src/cache/ftccache.c, src/cache/ftccback.h, src/cache/ftccmap.c,
src/cache/ftcmanag.c, src/cff/cffdrivr.c, src/cid/cidriver.c,
src/pcf/pcfdrivr.c, src/pfr/pfrdrivr.c, src/psaux/psauxmod.c,
src/sfnt/sfdriver.c, src/truetype/ttdriver.c, src/type1/t1driver.c,
src/type1/t1objs.c, src/type42/t42drivr.c, src/winfonts/winfnt.c:
massive changes to the internals to respect the internal object layouts
and exported functions of FreeType 2.1.7. Note that the cache sub-system
cannot be fully retrofitted, unfortunately.
19 years ago
Werner Lemberg
6be99f9104
* src/cid/cidparse.c (cid_parse_new): Remove shadowing variable.
...
19 years ago
Suzuki, Toshiya (鈴木俊哉)
458c34233d
fix --with-old-mac-fonts option
19 years ago
Werner Lemberg
54a79c8854
Use `?='.
19 years ago
Werner Lemberg
8a4de0d669
* Makefile, *.mk: Use `?=' where appropriate.
...
19 years ago
Werner Lemberg
9a8006b18e
* builds/unix/install.mk (install): Fix path for ftmodule.h.
19 years ago
Werner Lemberg
03379b6533
* builds/unix/unixddef.mk: Actually do define PLATFORM (fixing
...
19 years ago
Werner Lemberg
59939244ad
Implement new, simplified module selection. With GNU make it is now
...
19 years ago
David Turner
7213b4febd
* builds/unix/configure.ac: fixed build problem on Cygwin
...
* builds/unix/install.mk: the installation now avoids installing
the internal headers, and removes existing ones if finds in the
target install directory
19 years ago
Werner Lemberg
be3c9814a4
Formatting, copyright years.
19 years ago
David Turner
97c6418560
* builds/win32/visualc/freetype.dsp: updating project file to
...
define FT2_BUILD_LIBRARY, and remove gxvalid+otvalid from
compilation
19 years ago
David Turner
ff0e9e6c0d
* builds/freetype.mk, Jamfile: define the macro FT2_BUILD_LIBRARY
...
when compiling the library.
* include/freetype/config/ftheader.h: remove inclusions of
internal headers, except if the macro FT2_BUILD_LIBRARY is defined.
19 years ago
Werner Lemberg
ed70ca5a0f
* builds/unix/install-sh, builds/unix/mkinstalldirs: Updated from
...
19 years ago
Werner Lemberg
8b560632d7
* builds/win32/visualc/freetype.dsp: Updated.
...
19 years ago
Werner Lemberg
435046b54b
Formatting, improving comments.
19 years ago
Suzuki, Toshiya (鈴木俊哉)
f8d16cc540
* Fix 'deprecated' warnings in building for MacOS
19 years ago
Detlef Würkner
6e0d20bbbd
Adjusted the compiler options to the current sources.
19 years ago