6424 Commits (GSoC-2018-parth)
 

Author SHA1 Message Date
Just van Rossum dd81f42282 fixed t1_tofixed() to handle floats of the form .001 and -.001 correctly. 25 years ago
Werner Lemberg 07373c8de9 Fixed dec-osf compiler switches. From Tom. 25 years ago
Werner Lemberg 3a89c2a4ac Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. 25 years ago
Werner Lemberg c713d924d8 Added #ifdef's for C++ to all header files. 25 years ago
Werner Lemberg a9f2ddd3dc Added a `distclean' target to remove files which are produced by the UNIX 25 years ago
Just van Rossum 80a330afe8 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. 25 years ago
Just van Rossum 7c64409e86 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... 25 years ago
Werner Lemberg b8431ed776 Use the ANSI offsetof() macro instead of something home-brewn. 25 years ago
Werner Lemberg b1dd3535d5 Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. 25 years ago
Werner Lemberg e72c9fec17 Simplifying the FIELD_* and FRAME_* macros. Before calling these macros, 25 years ago
Werner Lemberg 35ca3426eb Fixing gcc warnings on Solaris. 25 years ago
Werner Lemberg fd9777e9ed Making path of $INSTALL always absolute. 25 years ago
Werner Lemberg 98fba7cfbc Update to latest versions. 25 years ago
Werner Lemberg 28e6a8f75b Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to 25 years ago
Werner Lemberg 05c21b8f3d Formatting. 25 years ago
Just van Rossum e97cb9127d FT_Done_Stream(): do stream->close = 0 after calling stream->close(); this makes it safe to call FT_Done_Stream() more than once. 25 years ago
Just van Rossum 5fe94ff636 Adapted to new external stream semantics. 25 years ago
David Turner 08d78b62e3 removed warning 25 years ago
Just van Rossum d2b93caab7 Oops, I had exaggerated the warning levels a weensy bit... 25 years ago
Just van Rossum 78575d5e42 Updated to reflect the new Mac FOND support setup. 25 years ago
Just van Rossum 622f514c3f Obsolete; Mac FOND support now lives in src/base/ftmac.c. 25 years ago
Just van Rossum 9e830c5d3f Put FT_New_Face() in an #ifndef macintosh switch; ftmac.c provides an extended implementation. 25 years ago
Just van Rossum 6012037b2d Removed Mac fond driver #ifdefs 25 years ago
Just van Rossum ae4bceefa9 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(). 25 years ago
Just van Rossum e973e66a0f Header for one Mac-specific additional API call. 25 years ago
Werner Lemberg 58b17f9647 Formatting. 25 years ago
David Turner b169341e48 update to changelog 25 years ago
David Turner c5cdf8bcf1 re-adding a "unix-dev.mk". Debugging libtool output 25 years ago
Werner Lemberg c703b1bf6d *slight* formatting only. Congratulations, David! :-) 25 years ago
David Turner 666b11d59c small fix to the auto-hinter: 25 years ago
Werner Lemberg 6ac722b229 Adapting changes for Unix to other makefiles. 25 years ago
Werner Lemberg 321cd27d0f Removing compiler warnings about unused portions of code. 25 years ago
Werner Lemberg 796f9de262 Updating to libtool 1.3.5. 25 years ago
David Turner bc80b12bba small compilation fix on 64-bits machines.. 25 years ago
Werner Lemberg a2a75b7846 Use `patsubst' instead of `subst' in cleaning rule to avoid problems with 25 years ago
Just van Rossum 1fd410bbe1 now that "type1z" is renamed to "type1"; revert to hardcoding "type1".. 25 years ago
David Turner 5f5b44659e small update 25 years ago
David Turner b190572be5 updated documentation 25 years ago
David Turner 5fe4c00ed2 - fixed the incorrect SO extension for Visual C++ 25 years ago
Werner Lemberg c3dd151b0f autohint: 25 years ago
Werner Lemberg d082cd6801 formatting 25 years ago
Just van Rossum 1f46fed3a7 Use the "type1z" driver instead of the old one. 25 years ago
Just van Rossum 53fb1f5437 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. 25 years ago
David Turner e6735234f4 removed obsolete file 25 years ago
Werner Lemberg 7fd756d207 Add `mkinstalldirs'. 25 years ago
Werner Lemberg a16d7155ec Unused files. 25 years ago
Werner Lemberg 0456354658 `make install' is available now. 25 years ago
Werner Lemberg db578ae090 Adding $(SO) and $(SA), denoting objects and library for a static build. 25 years ago
Just van Rossum 9cb8fb187a removed duplicate macro (FT_MODULE_IS_DRIVER was defined twice) 25 years ago
Just van Rossum d1ab7f5a4c Hardcode loading the Mac FOND driver here, as config/ftmodule.h sometimes gets regenerated. 25 years ago