- 29 Jul, 2000 1 commit
-
-
Werner Lemberg authored
Formatting.
-
- 28 Jul, 2000 10 commits
-
-
Just van Rossum authored
FT_Done_Stream(): do stream->close = 0 after calling stream->close(); this makes it safe to call FT_Done_Stream() more than once. David: please review this; I hope you agree with this minor change.
-
Just van Rossum authored
-
David Turner authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Brand new Mac support -- no more muching with changing drivers and reinitializing streams, but a clean layer on top of FT_Open_Face(): an extended version of FT_New_Face().
-
Just van Rossum authored
-
- 27 Jul, 2000 7 commits
-
-
Werner Lemberg authored
Formatting.
-
David Turner authored
-
David Turner authored
is just too much of a pain for me, I prefer a good old static lib without optimizations :-) "make devel" is back on Unix then..
-
Werner Lemberg authored
*slight* formatting only. Congratulations, David! :-)
-
David Turner authored
the filling direction of each glyph is now re-computed on the fly, given that we cannot rely on the "flags" field of the source outline.. this fixes problems with many fonts, including the Arphic ones (not to say that CJK fonts are handled better for now though..)
-
Werner Lemberg authored
Adapting changes for Unix to other makefiles.
-
Werner Lemberg authored
Removing compiler warnings about unused portions of code. Now unix.in uses absolute paths also to overcome problems with libtool. To do that in a consistent way I had to modify the rules how to handle $OBJ_DIR (and consequently $LIB_DIR): You should set $OBJ_DIR explicitly on the command line (or environment).
-
- 26 Jul, 2000 8 commits
-
-
Werner Lemberg authored
Updating to libtool 1.3.5.
-
David Turner authored
-
Werner Lemberg authored
Use `patsubst' instead of `subst' in cleaning rule to avoid problems with filenames which contain `lo' in its name (e.g. ahglobal.lo).
-
Just van Rossum authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
- disabled the TrueType interpreter by default - disabled the "type1" driver, "type1z" is now used by default (the internal driver name is "type1" now !!)
-
Werner Lemberg authored
autohint: Formatting. Replacing many enums with #defines since we do arithmetics (especially ORing which would produce undefined enum values). The ideal thing instead of #defines is `const int' as provided in C++... Adding header files to rules.mk
-
- 25 Jul, 2000 3 commits
-
-
Werner Lemberg authored
formatting
-
Just van Rossum authored
-
Just van Rossum authored
Changed parse_subrs() so that it'll work correctly both with wrongly sorted subr indices *and* non-contiguous subr arrays. Thanks to Tom K. for helping to isolate the problem.
-
- 24 Jul, 2000 4 commits
-
-
David Turner authored
-
Werner Lemberg authored
-
Werner Lemberg authored
Unused files.
-
Werner Lemberg authored
`make install' is available now. Formatting.
-
- 23 Jul, 2000 4 commits
-
-
Werner Lemberg authored
Adding $(SO) and $(SA), denoting objects and library for a static build. This is currently used for Unix only -- it should be extended that it is possible to build DLLs and static libs on other platforms also. Formatting.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
- 22 Jul, 2000 1 commit
-
-
Werner Lemberg authored
For Unix platforms, `configure' will be always called now. The `devel' target no longer needs unix-dev.mk. Some other minor fixes.
-
- 21 Jul, 2000 1 commit
-
-
Werner Lemberg authored
Fix file inclusion.
-
- 20 Jul, 2000 1 commit
-
-
Werner Lemberg authored
Adding $(CFG) variable to pass configure script parameters. Fixing DLL version.
-