shithub: freetype+ttf2subf

RSS feed

a0f89558 – David Turner <[email protected]> authored on 2001/03/23 07:28
updated changes

1e536983 – David Turner <[email protected]> authored on 2001/03/23 06:20
removed obsolete documentation files

521a2d7a – Werner Lemberg <[email protected]> authored on 2001/03/20 17:58
* builds/win32/detekt.mk: Fix .PHONY target for Intel compiler.

0e20e1e5 – David Turner <[email protected]> authored on 2001/03/20 12:28
fixed a small mistake

b8f56fa0 – David Turner <[email protected]> authored on 2001/03/20 10:04
renamed "obj" to "objs"

6ce03efb – David Turner <[email protected]> authored on 2001/03/20 09:50
* include/freetype/config/ftheader.h, include/freetype/ftsnames.h:

8d3a401f – David Turner <[email protected]> authored on 2001/03/20 06:14
* builds/*/*-def.mk: changed the objects directory from "obj" to "objs"

3de5b07c – Werner Lemberg <[email protected]> authored on 2001/03/20 02:52
* builds/unix/configure.in: Add $ft_version.

a2e47b26 – Tom Kacvinsky <[email protected]> authored on 2001/03/19 09:30
Added entries for changes to Type 1 and CFF drivers, related to units

f3dad68b – Tom Kacvinsky <[email protected]> authored on 2001/03/19 08:52
In function parse_font_matrix(), make sure that the units per em value

70d6f38e – Tom Kacvinsky <[email protected]> authored on 2001/03/19 08:44
Change units per EM assignment in cff_parse_font_bbox().

3798110f – David Turner <[email protected]> authored on 2001/03/19 06:34
fixed a small bug

8cfe002d – David Turner <[email protected]> authored on 2001/03/17 19:26
renamed <freetype/config/ft2build.h> to 'ftheader.h' to avoid

168e39a1 – David Turner <[email protected]> authored on 2001/03/17 18:25
small update to remove compiler warnings

c24eff8d – Tom Kacvinsky <[email protected]> authored on 2001/03/17 14:01
Another minor typo fix in cff_parse_font_bbox().

b2712e2e – Tom Kacvinsky <[email protected]> authored on 2001/03/17 11:46
Corrected a typo in function cff_parse_font_bbox().

99678c34 – Tom Kacvinsky <[email protected]> authored on 2001/03/17 11:44
Added entries for changes to the BBox processing of the CFF driver. Now

ea48f458 – Tom Kacvinsky <[email protected]> authored on 2001/03/17 11:38
In function cff_parse_font_bbox(), obtain rounded FT_Fixed values for the

8958d03a – Tom Kacvinsky <[email protected]> authored on 2001/03/17 11:36
In function CFF_Init_Face(), when we process a pure CFF font, set

3952f6c7 – Tom Kacvinsky <[email protected]> authored on 2001/03/16 10:09
Added entries for changes to CFF driver submitted by Sander van der

84ad2a22 – Tom Kacvinsky <[email protected]> authored on 2001/03/16 10:03
Added function get_cff_glyph_name() in order to facilitate getting a

b9561b78 – Tom Kacvinsky <[email protected]> authored on 2001/03/16 08:40
In function CFF_Init_Face(), logical or the face flags with

8316bc59 – Tom Kacvinsky <[email protected]> authored on 2001/03/16 08:35
In function CFF_Parse_CharStrings(), added support for deprecated

9a8b536f – Werner Lemberg <[email protected]> authored on 2001/03/12 17:33
* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error

fb68eaf8 – Tom Kacvinsky <[email protected]> authored on 2001/03/12 07:06
2001-03-12 Tom Kacvinsky <[email protected]>

a25b712c – Tom Kacvinsky <[email protected]> authored on 2001/03/12 07:04
Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int

d15ac624 – Tom Kacvinsky <[email protected]> authored on 2001/03/11 21:36
Added entries for changes to the Type 1 decoder and the CID font driver (which

68621135 – Tom Kacvinsky <[email protected]> authored on 2001/03/11 21:17
In cid_read_subrs, decode subroutines only if lenIV >= 0.

e355d008 – Tom Kacvinsky <[email protected]> authored on 2001/03/11 21:05
In cid_load_glyph, decrypt charstrings only if lenIV >= 0.

9b59f2c3 – Tom Kacvinsky <[email protected]> authored on 2001/03/11 20:42
In function T1_Decoder_Parse_Charstrings, take into account lenIV seed

22e812a8 – Werner Lemberg <[email protected]> authored on 2001/03/11 08:11
* src/pcf/pcfread.c: Put READ_Fields() always in a conditional to

29bac136 – Werner Lemberg <[email protected]> authored on 2001/03/11 06:28
* TODO: Updated.

21fed911 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 15:03
Added entry for TODO list.

82aca5c0 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 15:00
Initial revision of TODO list.

f4f17d4f – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:21
Myriad entires for FT_Fixed number handling in bbox parsing and

e5b8bbb8 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:10
In function T1_Init_Face, changed the assignment code for ascender,

5d362b6b – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:08
Changed parse_font_bbox to use FT_Fixed values for the bbox

00169a30 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:06
In CID_Init_Face, use calculated units_per_EM, and if that is not available, default

025c2f3f – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:04
Added units_per_EM processing to parse_font_matrix, and added FT_Fixed

c2f44c16 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:02
Added implementation of three new functions: FT_RoundFix, FT_CeilFix,

f8220925 – Tom Kacvinsky <[email protected]> authored on 2001/03/10 14:01
Added prototypes and notes for three new functions: FT_RoundFix,

914b289f – Werner Lemberg <[email protected]> authored on 2001/03/10 12:07
* src/*/*.c: Added many casts to make code more 64bit-safe.

7124a8e5 – Werner Lemberg <[email protected]> authored on 2001/03/07 16:20
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer.

a20e15bc – Tom Kacvinsky <[email protected]> authored on 2001/03/07 15:56
Added entry:

bdcfd524 – Tom Kacvinsky <[email protected]> authored on 2001/03/07 15:53
Minor correction in T1_Init_Face: we must wait until parse_font_bbox

5441897b – Tom Kacvinsky <[email protected]> authored on 2001/03/07 15:43
Added entry:

3f06635b – Tom Kacvinsky <[email protected]> authored on 2001/03/07 15:42
2001-03-07 Tom Kacvinsky <[email protected]>

2e35c9b4 – Werner Lemberg <[email protected]> authored on 2001/03/06 08:56
formatting

0d832659 – Tom Kacvinsky <[email protected]> authored on 2001/03/05 11:24
Added entry:

e20035ae – Tom Kacvinsky <[email protected]> authored on 2001/03/05 11:22
2001-03-05 Tom Kacvinsky <[email protected]>

ca3035ad – Antoine Leca <[email protected]> authored on 2001/03/04 19:15
* include/freetype/ttnameid.h: Correct a stupid typo which prevented

29179a33 – Werner Lemberg <[email protected]> authored on 2001/03/04 17:10
* builds/unix/detect.mk: Add test for Hurd.

e274cfd3 – Werner Lemberg <[email protected]> authored on 2001/03/04 16:53
* src/autohint/ahtypes.h (AH_Hinter): Add elements

6d27936a – Antoine Leca <[email protected]> authored on 2001/03/01 13:00
* include/freetype/ttnameid.h: added some new Microsoft language

8a8d5c88 – David Turner <[email protected]> authored on 2001/02/28 04:36
the Type 1 glyph loader now sets the glyph control data to the

131f8ea8 – David Turner <[email protected]> authored on 2001/02/28 04:09
added automatic detection for the HURD operating system

5aeaad6c – David Turner <[email protected]> authored on 2001/02/23 12:47
fixed a bug reported by Graham Asher

f3b07226 – David Turner <[email protected]> authored on 2001/02/16 11:40
fixed a small bug in FT_Glyph_Copy

8fe916ca – David Turner <[email protected]> authored on 2001/02/16 11:27
fixed a small bug (the advance and format were not copied in

20e862be – Werner Lemberg <[email protected]> authored on 2001/02/14 03:31
* builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org).

0b2137e5 – Werner Lemberg <[email protected]> authored on 2001/02/13 23:59
* docs/docmaker.py (DocSection::add_element): Use

e231a658 – David Turner <[email protected]> authored on 2001/02/13 12:42
update docmaker.py to support chapters and section block ordering

500dc854 – Werner Lemberg <[email protected]> authored on 2001/02/10 12:45
formatting

16c691c1 – Tom Kacvinsky <[email protected]> authored on 2001/02/08 18:26
minor correction to 2001-02-07 entries.

78b5f17a – Tom Kacvinsky <[email protected]> authored on 2001/02/08 18:25
* src/cff/cffparse.c (cff_parse_font_matrix): Removed an

1e5f0ee6 – Tom Kacvinsky <[email protected]> authored on 2001/02/08 18:23
Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix

43a9c9d3 – Tom Kacvinsky <[email protected]> authored on 2001/02/06 22:48
Added entry for function is_alpha. Code now makes `-' a valid

97094311 – Tom Kacvinsky <[email protected]> authored on 2001/02/06 22:45
In function is_alpha, make `-' a legal alphanumeric character. This

1df6a317 – Tom Kacvinsky <[email protected]> authored on 2001/02/06 20:24
Added entries for changes to CFF and Type 1 drivers, related to units

7b91bead – Tom Kacvinsky <[email protected]> authored on 2001/02/06 20:14
In function T1_Init_Face, added code to get the units_per_EM from the

d30bcd20 – Tom Kacvinsky <[email protected]> authored on 2001/02/06 20:13
In struct CFF_Font_Dict_, added a units_per_em member to facilitate

c27cd28e – Tom Kacvinsky <[email protected]> authored on 2001/02/06 20:11
In function cff_parse_font_matrix, added logic to get the units_per_EM

c97cf17a – Tom Kacvinsky <[email protected]> authored on 2001/02/06 20:08
In function CFF_Init_Face, added logic to get the units per EM from

e56b411f – Werner Lemberg <[email protected]> authored on 2001/02/02 23:34
* src/psaux/psobjs.c (shift_elements): Remove if clause (which is

65d328ea – Werner Lemberg <[email protected]> authored on 2001/02/02 22:00
formatting, ChangeLog entry

1ae67a2e – David Turner <[email protected]> authored on 2001/02/02 00:24
improved docmaker slightly (better indexing, support for "<order>" marker

331780c9 – Antoine Leca <[email protected]> authored on 2001/01/30 22:00
Update of ttnameid.h with the most recent informations from Microsoft's SDK

2f41a46a – Tom Kacvinsky <[email protected]> authored on 2001/01/24 17:44
Added entries for changes to Type 1 driver (related to FontInfo

b2d5fefe – Tom Kacvinsky <[email protected]> authored on 2001/01/24 17:41
In function parse_font_matrix, added heuristic to get units_per_EM

f3bdbb45 – Werner Lemberg <[email protected]> authored on 2001/01/22 10:26
another small update of the Unicode range comments

3708bdb3 – Werner Lemberg <[email protected]> authored on 2001/01/18 22:33
grammatical fixes

3dac27d9 – Werner Lemberg <[email protected]> authored on 2001/01/17 23:00
* src/pcfread.c (pcf_get_properties, pcf_get_metrics,

9e708eb5 – Werner Lemberg <[email protected]> authored on 2001/01/15 18:11
formatting

db071787 – David Turner <[email protected]> authored on 2001/01/12 16:49
some minor changes to allow compilation in all modes, without warnings

c7c2c91a – Werner Lemberg <[email protected]> authored on 2001/01/12 00:32
* builds/unix/freetype-config.in: Fix problems with separate

b6c1bf86 – David Turner <[email protected]> authored on 2001/01/11 19:33
added cross-reference generation

38208a6e – Werner Lemberg <[email protected]> authored on 2001/01/11 04:27
* docs/docmaker.py: Minor improvements to reduce unwanted spaces

0f5616a8 – David Turner <[email protected]> authored on 2001/01/10 06:15
updated documentation in public header files

18b55f7b – David Turner <[email protected]> authored on 2001/01/10 01:53
improved the docmaker script

4c8815e1 – Werner Lemberg <[email protected]> authored on 2001/01/05 00:15
* include/freetype/ttnameid.h: Updated Unicode code range comments.

d573c7e7 – Werner Lemberg <[email protected]> authored on 2001/01/03 02:14
formatting

d0165401 – Tom Kacvinsky <[email protected]> authored on 2001/01/03 02:12
Added entries for changes to CFF driver function, variable, and source

c3e987e2 – Werner Lemberg <[email protected]> authored on 2001/01/03 01:47
* builds/vms: Support files for VMS architecture added.

78e8608d – Werner Lemberg <[email protected]> authored on 2001/01/03 01:38
import of vms stuff

53ecd889 – Werner Lemberg <[email protected]> authored on 2001/01/03 01:38
Initial revision

332bc321 – Tom Kacvinsky <[email protected]> authored on 2001/01/02 19:29
Changed to use cfftypes.h instead of t2types.h. Also, we now use

0f27de12 – Tom Kacvinsky <[email protected]> authored on 2001/01/02 19:27
Merged in changes from t2types.h, and made this the canonical `types'

059bcea7 – Tom Kacvinsky <[email protected]> authored on 2001/01/02 19:26
This file was merged with cfftypes.h and is no longer necessary.

5090a09e – Tom Kacvinsky <[email protected]> authored on 2001/01/02 19:25
This file was previously known as t2errors.h.

2e7cdb14 – Tom Kacvinsky <[email protected]> authored on 2001/01/02 19:24
Renamed to cfferrs.h.

Next