shithub: freetype+ttf2subf

RSS feed

62c2096a – Werner Lemberg <[email protected]> authored on 2002/05/24 18:05
* builds/unix/ft-munmap.m4: New file, extracted FT_MUNMAP_DECL and

233302a8 – Werner Lemberg <[email protected]> authored on 2002/05/22 01:41
* include/freetype/config/ftheader.h (FT_BEZIER_H): Removed.

b1859049 – Werner Lemberg <[email protected]> authored on 2002/05/22 00:53
* src/psaux/psobjs.c (T1Radix): New function.

b1b47621 – David Turner <[email protected]> authored on 2002/05/21 17:17
* src/bdf/bdflic.c: removed compiler warning, and changed all tables

18914a4f – David Turner <[email protected]> authored on 2002/05/21 16:57
* src/type42/t32drivr.c: removing compiler warnings

9e883cf6 – David Turner <[email protected]> authored on 2002/05/21 16:50
* include/freetype/internal/ftbdf.h, src/base/ftbdf.c,

8ab32602 – Werner Lemberg <[email protected]> authored on 2002/05/21 16:22
* src/bdf/README: Mention Microsoft's SBIT tool.

7cf4d377 – Werner Lemberg <[email protected]> authored on 2002/05/21 10:13
* src/type42/t42drivr.c: s/T42_ENCODING_TYPE_/T1_ENCODING_TYPE_/.

993a8d04 – David Turner <[email protected]> authored on 2002/05/18 08:03
adding BDF driver

b89a42c6 – Werner Lemberg <[email protected]> authored on 2002/05/17 08:10
* src/type42/Jamfile: New file.

96377815 – Werner Lemberg <[email protected]> authored on 2002/05/15 02:18
Adding a driver for Type42 fonts written by Roberto Alameda

44cb6fe8 – Werner Lemberg <[email protected]> authored on 2002/05/15 02:16
Import of type42 driver

347a714c – Werner Lemberg <[email protected]> authored on 2002/05/15 02:16
Initial revision

bd889e5d – Werner Lemberg <[email protected]> authored on 2002/05/12 15:59
* src/sfnt/ttload.c (TT_LookUp_Table): Protect against tables

95fcaf8d – Werner Lemberg <[email protected]> authored on 2002/05/05 18:24
* README: Add a note regarding libttf vs. libfreetype.

f83ded01 – Werner Lemberg <[email protected]> authored on 2002/05/05 06:57
FreeType 2 can now be built in an external directory with the

26aca024 – Werner Lemberg <[email protected]> authored on 2002/05/05 03:40
formatting

8cd89073 – David Turner <[email protected]> authored on 2002/05/04 14:02
* src/truetype/ttgload.c (TT_Load_Glyph): finally fixing the last

948ee807 – Werner Lemberg <[email protected]> authored on 2002/05/02 02:50
* src/sfnt/ttcmap0.c (tt_cmap4_char_index): Fix serious typo

2062286f – David Turner <[email protected]> authored on 2002/05/01 04:48
removed compiler warning

10937304 – David Turner <[email protected]> authored on 2002/05/01 04:46
* include/freetype/internal/fthash.h, src/base/fthash.c:

ad6eaed6 – David Turner <[email protected]> authored on 2002/05/01 04:43
* include/freetype/config/ftstdlib.h: adding an alias for the

4f108391 – David Turner <[email protected]> authored on 2002/05/01 04:40
* src/sfnt/sfobjs.c (tt_face_get_name): fixing a bug that

3c5a3e45 – David Turner <[email protected]> authored on 2002/05/01 04:40
* src/sfnt/ttcmap0.c (tt_cmap4_validate):

af48e32c – David Turner <[email protected]> authored on 2002/05/01 04:38
* src/sfnt/ttload.c (TT_Load_Names): applied a small work-around to

df689c25 – David Turner <[email protected]> authored on 2002/05/01 04:36
* src/sfnt/sfobjs.c (tt_face_get_name): fixing a bug that

9ca7a157 – Werner Lemberg <[email protected]> authored on 2002/04/30 10:26
* src/base/ftmac.c (p2c_str): Removed.

5f0ee94c – Werner Lemberg <[email protected]> authored on 2002/04/30 02:37
`interface' is reserved on the Mac.

558ac99d – Werner Lemberg <[email protected]> authored on 2002/04/29 08:59
* descrip.mms (all): Add pfr driver.

1573adf9 – Werner Lemberg <[email protected]> authored on 2002/04/28 08:25
* src/pcf/pcfdriver.c (PCF_Face_Init) [!FT_CONFIG_OPTION_USE_CMAPS]:

b658ac9e – Werner Lemberg <[email protected]> authored on 2002/04/28 06:25
* src/pfr/pfrerror.h: New file.

7b3dc7bb – Werner Lemberg <[email protected]> authored on 2002/04/27 22:48
* src/cache/ftccache.c (ftc_cache_lookup),

e7880499 – David Turner <[email protected]> authored on 2002/04/25 17:42
adding experimental (alpha) exception support code + system code

3680fd7c – Werner Lemberg <[email protected]> authored on 2002/04/22 12:50
* builds/unix/configure.ac: Set `version_info' to 9:1:3 (FT2

fadb6be7 – Werner Lemberg <[email protected]> authored on 2002/04/20 01:38
* src/pfr/pfrload.c (pfr_extra_items_farse): Fix debug message.

609e28c3 – David Turner <[email protected]> authored on 2002/04/19 11:13
* src/type1/t1gload.h, src/type1/t1gload.c: fixed incorrect

f123ab6e – Werner Lemberg <[email protected]> authored on 2002/04/18 10:27
Fix ChangeLog.

67ffd8cd – Werner Lemberg <[email protected]> authored on 2002/04/18 10:26
formatting

f5749608 – David Turner <[email protected]> authored on 2002/04/18 06:07
* src/base/ftobjs.c, builds/win32/ftdebug.c,

1fb2bd92 – David Turner <[email protected]> authored on 2002/04/17 18:54
adding new experimental header files

6e188b41 – Werner Lemberg <[email protected]> authored on 2002/04/17 18:42
formatting

88027fdd – David Turner <[email protected]> authored on 2002/04/17 07:32
fixing typo preventing compilation in non-debugging modes

11cfdd04 – David Turner <[email protected]> authored on 2002/04/17 05:37
fixed max advance width computation within T1 driver

9928df86 – Werner Lemberg <[email protected]> authored on 2002/04/16 09:39
* src/pcf/pcfread (pcf_get_accell): Fix parsing of accelerator

33686f37 – David Turner <[email protected]> authored on 2002/04/15 13:49
changing options for release

4639c4bd – Werner Lemberg <[email protected]> authored on 2002/04/15 09:37
formatting

39e1b17a – David Turner <[email protected]> authored on 2002/04/15 08:05
removed compiler warning

498eed26 – David Turner <[email protected]> authored on 2002/04/15 08:01
preparing 2.1.0 release

94ffae52 – Werner Lemberg <[email protected]> authored on 2002/04/13 20:54
* src/cff/cffgload.c (CFF_Parse_CharStrings): s/rand/Rand/ to avoid

737fa9ac – David Turner <[email protected]> authored on 2002/04/12 06:19
* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to

d15bc0d1 – David Turner <[email protected]> authored on 2002/04/12 05:31
* README.UNX: updated the Unix-specific quick-compilation guide to

0cc456aa – Werner Lemberg <[email protected]> authored on 2002/04/11 15:55
minor fixes

35f8480b – David Turner <[email protected]> authored on 2002/04/11 11:17
* docs/FTL.txt: updated license text to provide a preffered disclaimer

2c7558ce – David Turner <[email protected]> authored on 2002/04/11 10:21
* README, docs/CHANGES, Jamfile.in: updating for the 2.1.0 release

c495c1ac – David Turner <[email protected]> authored on 2002/04/11 06:34
* src/smooth/ftgrays.c (gray_hline): very minor optimization. :-)

04728a8b – Werner Lemberg <[email protected]> authored on 2002/04/02 09:50
Fixes from the stable branch:

efa99615 – Werner Lemberg <[email protected]> authored on 2002/04/01 17:01
* src/type1/t1driver.c, src/type1/t1parse.c: 16bit fixes.

91db04cb – Werner Lemberg <[email protected]> authored on 2002/04/01 09:25
* src/truetype/ttgload.c: 16bit fixes.

b7b163cb – Werner Lemberg <[email protected]> authored on 2002/03/31 13:48
* src/sfnt/ttcmap.c: 16bit fixes (0xFFFF -> 0xFFFFU).

545a75fd – Werner Lemberg <[email protected]> authored on 2002/03/31 06:18
* src/psaux/t1cmap.c: s/index/idx/.

1987fb2f – Werner Lemberg <[email protected]> authored on 2002/03/31 01:56
* src/truetype/ttobjs.c (TT_Size_Init): Fix typo.

44be4d56 – Werner Lemberg <[email protected]> authored on 2002/03/30 12:08
formatting, copyright

afe5351e – Werner Lemberg <[email protected]> authored on 2002/03/30 11:47
fix entry

8e2339ac – Werner Lemberg <[email protected]> authored on 2002/03/30 11:46
formatting

48c984b5 – Werner Lemberg <[email protected]> authored on 2002/03/30 11:41
* src/cff/cffdrivr.c (cff_get_glyph_name): Fix debug message.

56054f31 – David Turner <[email protected]> authored on 2002/03/30 11:32
fixing the function that computes an ASCII face name

d76050ab – David Turner <[email protected]> authored on 2002/03/30 11:14
removing compiler warnings

8a9d5813 – David Turner <[email protected]> authored on 2002/03/30 11:09
updating comments for some TT_FaceRec fields

f8ba2005 – Werner Lemberg <[email protected]> authored on 2002/03/30 08:16
* include/freetype/t1tables.h (t1_blend_max): Fix typo.

78e004e8 – Werner Lemberg <[email protected]> authored on 2002/03/29 18:23
formatting

b1e6e597 – Werner Lemberg <[email protected]> authored on 2002/03/29 02:43
* builds/vms/ftconfig.h: Rename LOCAL_DEF and LOCAL_FUNC to

2282f341 – Werner Lemberg <[email protected]> authored on 2002/03/28 09:21
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): Fix serious typos.

1305f261 – Werner Lemberg <[email protected]> authored on 2002/03/28 03:07
* include/freetype/internal/psaux.h (PSAux_ServiceRec): Fix

94dbf7f0 – David Turner <[email protected]> authored on 2002/03/25 21:38
fixed a small bug in FT_CMaps support

4b29d587 – David Turner <[email protected]> authored on 2002/03/25 12:02
removing compiler warnings

a6f6ff56 – David Turner <[email protected]> authored on 2002/03/25 11:35
formatting

2ded2c1d – David Turner <[email protected]> authored on 2002/03/22 17:37
* src/base/ftobjs.c, src/sfnt/ttcmap0.c, src/type1/t1objs.c:

ed54f28e – David Turner <[email protected]> authored on 2002/03/22 12:09
various fixes to the FT_CMaps support

fa77c87f – David Turner <[email protected]> authored on 2002/03/22 10:56
polishing FT_CMaps support for Type 1 format

effa9649 – David Turner <[email protected]> authored on 2002/03/22 10:55
formatting

fd88e7c7 – David Turner <[email protected]> authored on 2002/03/22 10:02
* include/freetype/internal/ftobjs.h,

7eedf087 – David Turner <[email protected]> authored on 2002/03/22 10:00
* include/freetype/config/ftheader.h, include/freetype/fterrors.h:

e459d742 – David Turner <[email protected]> authored on 2002/03/22 08:52
* include/freetype/internal/ftmemory.h, and a lot of other files !!:

a890c29c – David Turner <[email protected]> authored on 2002/03/22 07:55
* include/freetype/internal/ftstream.h,

42372fd4 – David Turner <[email protected]> authored on 2002/03/21 10:02
* src/psaux/t1cmap.h, src/psaux/t1cmap.c, src/type1/t1cmap.h,

e2f4e52a – David Turner <[email protected]> authored on 2002/03/21 10:00
* src/base/ftobjs.c (FT_Get_Next_Char): updated to new FT_CMap

5a83a00d – David Turner <[email protected]> authored on 2002/03/21 05:39
moving the Type 1 CMap support to "psaux"

a02976d2 – David Turner <[email protected]> authored on 2002/03/20 10:37
* src/base/ftdbgmem.c (ft_mem_table_destroy): fixed a small bug that

095a4cc1 – David Turner <[email protected]> authored on 2002/03/20 10:35
* src/base/ftgloadr.c (FT_GlyphLoader_CheckSubGlyphs): fixed a memory

7d3a2642 – David Turner <[email protected]> authored on 2002/03/20 05:49
* renaming stream macros. Examples:

678e0d46 – David Turner <[email protected]> authored on 2002/03/20 05:47
* src/sfnt/sfdriver.c (get_sfnt_postscript_name): fixed memory leak

2bf2b9cc – David Turner <[email protected]> authored on 2002/03/20 04:44
* include/freetype/internal/ftobjs.h: changing the definition of

4bd5d0a3 – David Turner <[email protected]> authored on 2002/03/20 04:42
formatting

eba5ad4b – David Turner <[email protected]> authored on 2002/03/14 07:56
no message

b5713c54 – David Turner <[email protected]> authored on 2002/03/14 06:26
* include/freetype/internal/psglobals.h (removed),

7c0f52a4 – David Turner <[email protected]> authored on 2002/03/14 05:10
removing obsolete file

429978bd – David Turner <[email protected]> authored on 2002/03/14 05:09
* include/freetype/internal/psaux.h,

f39b7a0c – David Turner <[email protected]> authored on 2002/03/14 04:30
formatting

b93b0f5f – David Turner <[email protected]> authored on 2002/03/14 04:28
* include/freetype/internal/ftobjs.h,

ef3c1265 – David Turner <[email protected]> authored on 2002/03/14 04:22
* include/freetype/internal/ftdriver.h,

Next