- 16 Jun, 2000 2 commits
-
-
David Turner authored
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
-
Werner Lemberg authored
A new round of formatting, adding/fixing documentation etc.
-
- 14 Jun, 2000 1 commit
-
-
Werner Lemberg authored
Fixed the PACK() macro.
-
- 13 Jun, 2000 1 commit
-
-
Werner Lemberg authored
The next round of formatting, checking documentation, etc.
-
- 12 Jun, 2000 1 commit
-
-
Werner Lemberg authored
A lot of formatting. Added more tracing levels. More Makefile fixes. Minor other changes.
-
- 11 Jun, 2000 1 commit
-
-
Werner Lemberg authored
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).
-
- 09 Jun, 2000 1 commit
-
-
Werner Lemberg authored
Applied Tom's patches to improve CFF handling.
-
- 07 Jun, 2000 13 commits
-
-
David Turner authored
this commit, and will re-enable it later..
-
David Turner authored
it still sucks though .. ;-)
-
David Turner authored
"face.size" and "face.glyph" are not private anymore.. (that was a mistake..)
-
David Turner authored
-
David Turner authored
-
David Turner authored
printed in certain cases..
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
David Turner authored
-
Werner Lemberg authored
Moved all *errors.h header files to include/freetype/internal for consistency. Removed unused error message.
-
Werner Lemberg authored
Added FT_FRAME_SKIP_xxx to skip fields. More use of READ_Fields() in ttsbit.c Other minor fixes.
-
- 06 Jun, 2000 1 commit
-
-
Werner Lemberg authored
Fine-tuned a lot of tracing levels to make them more functional with ftview. Added a lot of \n to tracing messages. Fixed a serious bug in loading SBit offsets (missing parentheses around a xxx ? yyy : zzz construct). Replaced most GET_xxx() functions with calls to READ_Frame() in ttsbit.c
-
- 05 Jun, 2000 2 commits
-
-
Werner Lemberg authored
Removing trailing whitespace.
-
Werner Lemberg authored
freetype.h: Adding ft_encoding_xxx values for some CJK encodings. Fixing copyright notice on many files. Changed some tracing levels. A lot of formatting, fixing documentation etc. as usual.
-
- 03 Jun, 2000 2 commits
-
-
Werner Lemberg authored
ftview now has two new options: -d activates debugging, and -l sets the trace level. Since FT2 is still beta, I've activated the FT_DEBUG_xxx macros by default. To make reasonable output, I've changed some TRACEx macros to other levels.
-
Werner Lemberg authored
More preparation for tracing. Formatting.
-
- 02 Jun, 2000 4 commits
-
-
Werner Lemberg authored
Formatting; adding some tracing code.
-
Werner Lemberg authored
Finishing first formatting/documenting etc. of the `base' dir. Some modules are still badly documented, though...
-
Werner Lemberg authored
Correct wrong fix.
-
Werner Lemberg authored
Added a lot of error checking code to the exported functions in the `base' subdir (not complete yet).
-
- 01 Jun, 2000 6 commits
-
-
Werner Lemberg authored
FT_Outline_Decompose() now returns FT_Error. Minor bug fixes. More formatting, adding/fixing documentation.
-
David Turner authored
describing the ascender, descender and text height..
-
David Turner authored
stand alone with the _STANDALONE_ macro defined.. See comments inside it "src/base/ftgrays.c"
-
David Turner authored
-
David Turner authored
fixed two bugs in the smooth renderer
-
David Turner authored
A certain number of TrueType fonts have invalid values in the SFNT header..
-
- 31 May, 2000 2 commits
-
-
David Turner authored
There is still some work on it to allow the following: - multiple input files - block classification according to block's first markers (e.g. types, functions, constants, etc..) - indexing and cross-linking - better layout ;-)
-
Werner Lemberg authored
Formatting, fixing and adding documentation.
-
- 30 May, 2000 3 commits
-
-
Werner Lemberg authored
ftgrays.c: Formatting. It seems to me that _STANDALONE_ doesn't work yet... Will it ever work? If not, the unused code should be removed. ftconfig.h, ftobjs.h: Fix my last fix of the UNUSED() macro.
-
Werner Lemberg authored
Formatting; minor improvements.
-
Werner Lemberg authored
ftmulti.c: Will now accept any filename. It will no longer append `.ttf' or `.ttc'. Reformatted. ftcalc.c, ftdebug.c: Minor formatting stuff.
-