245
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error messages. More... over 24 years ago
2001-03-12 Tom Kacvinsky <[email protected]> More... over 24 years ago
Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int instead of an FT_UInt. More... over 24 years ago
Added entries for changes to the Type 1 decoder and the CID font driver (which take into account the possibility of lenIV seed bytes at the beginning of a subroutine). More... over 24 years ago
In cid_read_subrs, decode subroutines only if lenIV >= 0. More... over 24 years ago
In cid_load_glyph, decrypt charstrings only if lenIV >= 0. More... over 24 years ago
In function T1_Decoder_Parse_Charstrings, take into account lenIV seed bytes at the start of a decrypted subroutine. More... over 24 years ago
* src/pcf/pcfread.c: Put READ_Fields() always in a conditional to avoid compiler warnings. More... over 24 years ago
* TODO: Updated. More... over 24 years ago
Added entry for TODO list. More... over 24 years ago
Initial revision of TODO list. More... over 24 years ago
Myriad entires for FT_Fixed number handling in bbox parsing and assignment code that uses bbox values. More... over 24 years ago
In function T1_Init_Face, changed the assignment code for ascender, descender, and max_advance_width. More... over 24 years ago
Changed parse_font_bbox to use FT_Fixed values for the bbox assignment, and use rounded values instead. More... over 24 years ago
In CID_Init_Face, use calculated units_per_EM, and if that is not available, default to 100 units per EM. Changed assignment code for ascender and descender values. More... over 24 years ago
Added units_per_EM processing to parse_font_matrix, and added FT_Fixed number handling to parse_font_bbox. More... over 24 years ago
Added implementation of three new functions: FT_RoundFix, FT_CeilFix, and FT_FloorFix. More... over 24 years ago
Added prototypes and notes for three new functions: FT_RoundFix, FT_CeilFix, and FT_FloorFix. More... over 24 years ago
* src/*/*.c: Added many casts to make code more 64bit-safe. More... over 24 years ago
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer. More... over 24 years ago
Added entry: More... over 24 years ago
Minor correction in T1_Init_Face: we must wait until parse_font_bbox is changed before we use logical shift rights in the assignments of `root->ascender', `root->descender', and `root->max_advance_width'. More... over 24 years ago
Added entry: More... over 24 years ago
2001-03-07 Tom Kacvinsky <[email protected]> More... over 24 years ago
* src/memtest.c (my_memory): Add cast to remove C++ compiler error. More... over 24 years ago
formatting More... over 24 years ago
Added entry: More... over 24 years ago
2001-03-05 Tom Kacvinsky <[email protected]> More... over 24 years ago
* include/freetype/ttnameid.h: Correct a stupid typo which prevented correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). I am sorry for the inconvenience :-(.
Antoine_Leca
as Antoine Leca
More... over 24 years ago
* builds/unix/detect.mk: Add test for Hurd. * builds/hurd/detect.mk: Removed. More... over 24 years ago