Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b48a6094 | 2000-07-09 19:15:30 | Formatting. Moving some internal structures and constants from freetype.h to ftobjs.h. Finally removing FT_LOAD_ANTI_ALIAS. Cleaning up all error codes. Only the used ones have survived :-) Removed unused FT_MAX_GLYPH_FORMATS constant. T2 error codes are now in the range 0x500-0x5FF (instead of `TrueDoc'). Some minor improvements of error return values. Finally fixing error code values in ftraster and ftgrays to be compliant with all other FT error codes. | ||
| 7fa51b55 | 2000-07-08 19:51:42 | Formatting. Adding some trivial error checking. Adding/Fixing tracing levels. | ||
| a90663f5 | 2000-07-08 00:41:13 | vast clean-up of the sources in order to allow flat directory compilation (by defining the FT_FLAT_COMPILE macro at compile time..) moved "freetype2/BUILD" to "freetype2/docs/BUILD" | ||
| fbeb41d9 | 2000-07-02 00:27:53 | Formatting. Adding copyright notices. Removing an unnecessary file (smooth.h). | ||
| cc9fc49c | 2000-06-30 06:21:26 | Formatting... Applying some fixes from Tom. | ||
| deb4e983 | 2000-06-29 03:14:25 | Formatting... Preprocessor lines now always start the line. Improved error handling in `base' module. Fixed a out-of-bounds error in ttgload. | ||
| 075cdf12 | 2000-06-28 05:35:58 | fixed a _nasty_ bug in the CFF driver. Note that there are still escapement problems though.. | ||
| 9d636b6d | 2000-06-27 23:32:27 | various cleanups to reduce compiler warnings + support for CID-keyed fonts in the CFF driver (still some unexpected bugs though..) | ||
| f9b8dec4 | 2000-06-16 19:34:52 | major reformatting of the modules source code in order to get rid of most of the basic types redefinitions (i.e. FT_Int instead of "FT_Int", etc..) The format-specific prefixs like "TT_", "T1_", "T2_" & 'CID_" are now only used in relevant structures.. fixed Werner's fix to t2gload.c :-) other small bug fixes | ||
| 7a4fda88 | 2000-06-13 23:21:00 | The next round of formatting, checking documentation, etc. | ||
| 78575dc0 | 2000-06-12 19:36:41 | A lot of formatting. Added more tracing levels. More Makefile fixes. Minor other changes. | ||
| e35cac66 | 2000-06-11 03:46:57 | A complete revision of FreeType 2's GNU makefiles (of the library): Tons of unnecessary stuff have been removed; only the essential rules have been retained. The source files now depend on all header files in include/freetype, include/freetype/config, and include/freetype/internal. This is not optimal, I know, and I'll try to improve this, but it is better than before (namely no dependencies on `internal'). FTDEBUG_SRC has been added (similar to FTSYS_SRC) -- I don't know exactly whether this is really useful, but it doesn't harm. There is now more documentation in the makefiles itself. io-frames.html: Use of <th>, <code>, and <var> for better tagging. Reactivating of FT_DEBUG_LEVEL_xxx macros. Added a lot of #include directives to make `multi' builds possible -- note that currently the modules cid, t1, and t1z have clashing structures and functions which means that you can only use one of these three modules for a multi build. Added some missing function declarations to (local) header files. Renamed some T1_Open_Face() to CID_Open_Face() in the cid module -- a lot of other functions should be renamed also... Replaced many FT_xxx stuff with T1_xxx in t1z driver -- this isn't finished yet... Fixed FT_Free() to allow a NULL pointer without an assertion (this has always been a valid assumption in FreeType, at least in FT 1.x). A lot of other, minor fixes (mostly documentation). | ||
| cb9109fc | 2000-06-09 05:25:19 | Applied Tom's patches to improve CFF handling. | ||
| 24aaddae | 2000-06-07 20:19:21 | removed invalid #include | ||
| 0f991b43 | 2000-06-07 20:04:34 | new version of the CFF driver, this one works :-) | ||
| e1d5dd78 | 2000-06-07 04:48:12 | Moved all *errors.h header files to include/freetype/internal for consistency. Removed unused error message. | ||
| 2fbf7e43 | 2000-06-02 00:01:14 | Added a lot of error checking code to the exported functions in the `base' subdir (not complete yet). | ||
| 5b401bb9 | 2000-05-29 23:03:15 | additional changes to the CFF/Type2 driver | ||
| 4f99c3c4 | 2000-05-29 20:55:13 | fixed divide by zero bug added CFF/OpenType driver source (not working for now) |