- 02 Aug, 2000 1 commit
-
-
Werner Lemberg authored
Forgot to run autoconf...
-
- 01 Aug, 2000 9 commits
-
-
Just van Rossum authored
-
Just van Rossum authored
-
Werner Lemberg authored
Fixed dec-osf compiler switches. From Tom.
-
Werner Lemberg authored
Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. Instead, define BASE_DEF() and BASE_FUNC() similarly to FT_EXPORT_DEF() and FT_EXPORT_FUNC(), respectively, allowing the programmer to define proper types and/or export lists for multiple DLLs if necessary (e.g. ftbase.dll -- standalone, fttype1.dll -- needs ftbase.dll, etc.). The library is finally compiling and linking natively with a C++ compiler!
-
Werner Lemberg authored
Added #ifdef's for C++ to all header files.
-
Werner Lemberg authored
Added a `distclean' target to remove files which are produced by the UNIX configure script (in case no config.mk has been created due to errors).
-
Just van Rossum authored
fixed two bugs related to T2 real numbers: the "skipping" code didn't behave correctly (leaving a bad stack ptr), and the actual parsing code also parsed the code (30) as two nibbles.
-
Just van Rossum authored
Some simple patches that allow synthetic fonts to be rendered. *However*: although the FontMatrix is read correctly, it does _not_ seem to be used! I don't understand this...
-
Werner Lemberg authored
Use the ANSI offsetof() macro instead of something home-brewn.
-
- 31 Jul, 2000 4 commits
-
-
Werner Lemberg authored
Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. Updating unix/ftsystem.c accordingly. More warning fixes.
-
Werner Lemberg authored
Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, you should #define FT_STRUCTURE to the structure which will be filled. Replaced FT_FIELD_REF with FT_FIELD_SIZE, FT_FIELD_SIZE_DELTA, and FT_FIELD_OFFSET to make the code more readable; additionally, it should be more portable because we no longer cast a pointer to an FT_UShort (which e.g. fails with Sun's C++ compiler) but computes the difference between two pointers which is guaranteed to work. Fixing warnings (and C++ errors) while using Sun's latest cc and CC incarnations. Most of them are related to variable shadowing.
-
Werner Lemberg authored
Fixing gcc warnings on Solaris.
-
Werner Lemberg authored
Making path of $INSTALL always absolute.
-
- 30 Jul, 2000 2 commits
-
-
Werner Lemberg authored
Update to latest versions.
-
Werner Lemberg authored
Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to make it libtool run on OSF.
-
- 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 6 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
-