- 13 Mar, 2000 7 commits
-
-
David Turner authored
-
David Turner authored
"config/ftoption.h"
-
David Turner authored
to the single "config/ftoption.h"
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
FT_Outline_<action> syntax..
-
- 09 Mar, 2000 1 commit
-
-
David Turner authored
- "flags" have been renamed to "tags" - "outline_flags" have been renamed to "flags" Look for more re-formatting today..
-
- 08 Mar, 2000 1 commit
-
-
David Turner authored
(see the file "demos/src/ftgrays.c"), and modified "ftview" and "fttimer" to use it.. Note that this thing is still under heavy beta..
-
- 06 Mar, 2000 3 commits
-
-
David Turner authored
-
David Turner authored
all outline flags in a single integer.. Changed the rest of the library and demo programs accordingly..
-
David Turner authored
-
- 05 Mar, 2000 5 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
- ft_done_stream: remove the FREE(pathname) call, which wasn't kosher - FT_Open_Face: after calling open_face, don't assume driver is the same as face->driver, use face->driver instead
-
Just van Rossum authored
-
Werner Lemberg authored
A first check of FT2's Make system. Many smaller and larger bugs have been fixed: . Removing unused variables. . detect.mk files now must provide $(CONFIG_FILE) and not $(CONFIG_RULE). . ansi.mk will now be really used as a fallback if the detect mechanism fails. . ANSIFLAGS will now be really used (fixing a typo). . `make clean' now works (again two typos). . Detection of gcc on Unix has been fixed (using the `-v' option instead of `--version'). . `make devel' now works (on Unix). . Fixing *again* a bug in demos/graph/x11/rules.mk to allow multiple use of `-L' compiler options. . $(BASE_H) now contains a few more header files. As usual, a lot of formatting (not finished yet).
-
- 02 Mar, 2000 13 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Mac modules file. For now the same as the default, minus the t1z driver. First step in adding a Mac FOND driver...
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Don't #include <memory.h> but #include <string.h> to avoid header clash under MacOS. I don't think this affects other platforms.
-
Just van Rossum authored
(+ fixed typo in comment)
-
Just van Rossum authored
added cast to the string literal for Text to shut up my compiler. (btw. this literal contains non 7-bit characters!) if compiled for MacOS - use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name
-
Just van Rossum authored
- use the Mac path separator to get the base file name - don't append .ttf if no dot in the file name (plus small typo fix and error message enhancement)
-
Just van Rossum authored
-
Just van Rossum authored
ft_new_input_stream(): set the pathname field of the stream to args->pathname. Needed for the Mac fond driver. ft_done_stream(): free the pathname field, if not null
-
- 01 Mar, 2000 2 commits
-
-
David Turner authored
independent single objects..
-
David Turner authored
changes
-
- 29 Feb, 2000 4 commits
-
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
- All "common" ANSI files were moved to "freetype2/config" - The modules list is in "config" now (instead of config/<system>") - All system-specific configuration Makefiles have been renamed. E.g. "config/win32/Makefile.gcc" is now "config/win32/w32-gcc.mk" - Updated "config/freetype.mk" and "config/modules.mk"
-
- 28 Feb, 2000 4 commits
-
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
files..
-