shithub: freetype+ttf2subf

RSS feed

b5d88e8e – Werner Lemberg <[email protected]> authored on 2005/11/30 03:55
* docs/CHANGES: Document latest charmap code changes.

b797fdb5 – Werner Lemberg <[email protected]> authored on 2005/11/30 03:48
* docs/CHANGES: Document ftdump's `-v' option.

a28bc4c7 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/29 21:39
* src/sfnt/ttcmap.c (tt_cmap4_char_map_binary,

a0911343 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/29 06:32
Major update to distinguish between unsorted and overlapped segments

569ec4ee – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/29 06:27
* src/sfnt/ttcmap.c (struct TT_CMap12Rec_, tt_cmap12_init,

df1598e3 – Detlef Würkner <[email protected]> authored on 2005/11/25 03:04
2005-11-15 Detlef W�rkner <[email protected]>

6e0d20bb – Detlef Würkner <[email protected]> authored on 2005/11/25 03:02
Adjusted the compiler options to the current sources.

ba0893c9 – Detlef Würkner <[email protected]> authored on 2005/11/25 03:01
The assumed Seek() position in the file cache was off by one byte.

6b1c597c – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2005/11/24 00:16
MPW makefiles are updated to build all available modules

c815f33b – Werner Lemberg <[email protected]> authored on 2005/11/22 04:37
Add some references.

67ba2118 – Werner Lemberg <[email protected]> authored on 2005/11/21 12:32
* src/bdf/bdfdrivr.c (bdf_interpret_style, BDF_Face_Done): Fix small

840232ad – Werner Lemberg <[email protected]> authored on 2005/11/21 07:36
* src/sfnt/ttload.c (sfnt_init): Add tracing message.

275be9ba – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/20 22:05
* src/sfnt/ttsbit0.c (tt_sbit_decoder_load_image): image_offset is

d81947e4 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/20 22:04
* src/sfnt/sfobjs.c (sfnt_init_face): Check that format_tag is known

6f1eca04 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/20 03:24
* src/sfnt/ttload.c (sfnt_dir_check): Clean up and return correct

6c990459 – Werner Lemberg <[email protected]> authored on 2005/11/18 16:10
* src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number

1a293d6c – Werner Lemberg <[email protected]> authored on 2005/11/18 03:23
* src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number

8d81d41a – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2005/11/18 02:47
add FT_TrueTypeGX_Free() etc to free the buffers allocated by gxvalid, otvalid

cb182381 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/17 23:29
* builds/unix/ftsystem.c (FT_Stream_Open, FT_New_Memory,

2400ff2b – Werner Lemberg <[email protected]> authored on 2005/11/17 16:32
typo

0acfc1f8 – Detlef Würkner <[email protected]> authored on 2005/11/17 11:54
2005-11-17 Detlef W�rkner <[email protected]>

5d021d69 – Detlef Würkner <[email protected]> authored on 2005/11/17 11:28
s/FT_EXPORT/FT_BASE/.

4859ac4a – Detlef Würkner <[email protected]> authored on 2005/11/17 09:21
Add ChangeLog entry.

c280d868 – Detlef Würkner <[email protected]> authored on 2005/11/17 09:19
Added support for gxvalid module.

cfc0cf2e – Werner Lemberg <[email protected]> authored on 2005/11/17 03:12
Add vertical metrics support to OpenType CFF outlines. Based on a

35bfc0f1 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/11/16 20:53
* src/base/ftcalc.c (FT_MulTo64): Commented out.

674ba91f – Werner Lemberg <[email protected]> authored on 2005/11/16 13:09
formatting

f7cc1814 – David Turner <[email protected]> authored on 2005/11/15 12:30
* src/base/fttrigon.c (ft_trig_prenorm): fixed a bug that created

d829ff76 – Werner Lemberg <[email protected]> authored on 2005/11/12 12:07
* src/cache/ftccache.c (FTC_Cache_Clear), src/cache/ftcmanag.c

cee37a3b – Werner Lemberg <[email protected]> authored on 2005/11/12 02:34
Clean-up.

f2c5330a – Werner Lemberg <[email protected]> authored on 2005/11/11 11:20
* builds/exports.mk ($(EXPORTS_LIST)): Add TT_RunIns.

21ed634e – Werner Lemberg <[email protected]> authored on 2005/11/11 10:59
Add copyright.

4309edcc – Werner Lemberg <[email protected]> authored on 2005/11/11 10:49
* src/autofit/afangles.c, src/autofit/aftypes.h (af_angle_diff):

ea4c3dc4 – Werner Lemberg <[email protected]> authored on 2005/11/08 04:10
* src/type1/t1afm.c (T1_Read_PFM): Zero offset means `no kerning

96508b74 – David Turner <[email protected]> authored on 2005/11/04 11:10
updating ChangeLog

319c8b33 – Werner Lemberg <[email protected]> authored on 2005/11/04 06:33
Improve documentation. From Ville Syrj�l� <[email protected]>.

b2d02530 – Werner Lemberg <[email protected]> authored on 2005/11/04 01:58
* src/base/ftobjs.c (FT_Open_Face): Avoid possible memory leak.

dab24546 – David Turner <[email protected]> authored on 2005/11/02 04:24
updating ChangeLog with commits from 2005-10-28

c1aef3fc – David Turner <[email protected]> authored on 2005/10/28 15:24
adding missing file - oops

9fbd2ab8 – David Turner <[email protected]> authored on 2005/10/28 12:14
- various performance enhancements

69d45172 – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2005/10/28 12:03
update files for classic MacOS support

4511576b – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2005/10/28 11:39
fix invalid cast from NULL to integer typed variables

4b5661c3 – Werner Lemberg <[email protected]> authored on 2005/10/27 17:28
* include/freetype/ftsysmem.h, include/freetype/ftsysio.h: Removed.

9d3de385 – Werner Lemberg <[email protected]> authored on 2005/10/26 16:08
Fix comment style.

43b057b6 – Werner Lemberg <[email protected]> authored on 2005/10/26 14:37
* src/sfnt/sfdriver.c (sfnt_interface): Move out

c57023a4 – Werner Lemberg <[email protected]> authored on 2005/10/24 16:51
typo

6c0e734f – Werner Lemberg <[email protected]> authored on 2005/10/23 15:31
* src/base/ftdbgmem.c (ft_mem_debug_realloc): Make it compile with

84cacd23 – Werner Lemberg <[email protected]> authored on 2005/10/23 15:25
formatting, comment clean-up

f50c73dd – Werner Lemberg <[email protected]> authored on 2005/10/22 06:43
whitespace

90968f75 – Werner Lemberg <[email protected]> authored on 2005/10/22 06:34
Fix ChangeLog.

398d64c0 – David Turner <[email protected]> authored on 2005/10/21 06:01
* src/base/ftdbgmem.c: another realloc memory counting bug fix

560d5fed – Werner Lemberg <[email protected]> authored on 2005/10/21 05:08
Minor cleanups.

c1b6d082 – David Turner <[email protected]> authored on 2005/10/20 11:33
* src/base/ftdbgmem.c: fixes to better account for memory reallocations

7e30776e – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/10/19 22:13
* include/freetype/ftbitmap.h (FT_Bitmap_Copy, FT_Bitmap_Embolden),

2293bb15 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/10/19 04:07
* src/truetype/ttgload.c (TT_Load_Glyph): Allow size->ttmetrics to be

8e6c56f9 – Werner Lemberg <[email protected]> authored on 2005/10/18 02:09
Formatting, CR/LF issues.

6d24acb9 – Werner Lemberg <[email protected]> authored on 2005/10/18 01:59
whitespace

92f30c81 – David Turner <[email protected]> authored on 2005/10/17 17:17
* src/base/ftobjs.c (FT_Open_Face): don't call FT_New_GlyphSlot and

6c5299e4 – David Turner <[email protected]> authored on 2005/10/16 04:29
* src/tools/apinames.c: adding new tool to extract public API

d7e08f77 – Werner Lemberg <[email protected]> authored on 2005/10/15 18:40
Fix ChangeLog.

2b428d57 – Werner Lemberg <[email protected]> authored on 2005/10/15 01:49
minor cleanup

d23b7b51 – David Turner <[email protected]> authored on 2005/10/13 10:30
file ftcint.h was initially added on branch CACHE.

4d7447b4 – Werner Lemberg <[email protected]> authored on 2005/10/12 01:56
Mention multi-threading.

7734a1f7 – Werner Lemberg <[email protected]> authored on 2005/10/05 11:18
Add FT_FACE_FLAG_HINTER to indicate that a specific font driver has

613ea866 – Werner Lemberg <[email protected]> authored on 2005/10/05 06:21
Grammatical fixes (this is, removing future tense in most cases).

7c25946f – Werner Lemberg <[email protected]> authored on 2005/09/28 03:34
Formatting.

d6e8b331 – Werner Lemberg <[email protected]> authored on 2005/09/28 02:49
* builds/unix/freetype2.m4: Add license exception so that the file

24415134 – David Turner <[email protected]> authored on 2005/09/27 12:34
file ftrgb.h was initially added on branch RGB.

61ce6979 – David Turner <[email protected]> authored on 2005/09/27 12:25
file rules.mk was initially added on branch RGB.

743731af – David Turner <[email protected]> authored on 2005/09/27 12:25
file ftrgb.c was initially added on branch RGB.

fae358ae – David Turner <[email protected]> authored on 2005/09/27 12:25
file ftrgbgen.h was initially added on branch RGB.

75a39a90 – David Turner <[email protected]> authored on 2005/09/27 12:25
file ftrgbgn2.h was initially added on branch RGB.

98c3c784 – David Turner <[email protected]> authored on 2005/09/27 12:25
file Jamfile was initially added on branch RGB.

f582cf3f – David Turner <[email protected]> authored on 2005/09/26 05:27
* src/autofit/aflatin.c (af_latin_compute_stem_width): fixed bad

03ee7c82 – David Turner <[email protected]> authored on 2005/09/23 10:14
* src/autofit/afangles.c (af_angle_atan): replaced CORDIC-based

18e44430 – David Turner <[email protected]> authored on 2005/09/23 09:22
* src/base/Jamfile: adding src/base/ftgxval.c

99ded0be – David Turner <[email protected]> authored on 2005/09/23 04:00
* src/autofit/aflatin.c (af_latin_hints_init): fixed a bug that

b3feb80e – Werner Lemberg <[email protected]> authored on 2005/09/23 03:40
* docs/CHANGES: Mention SING Glyphlet support.

ad20e6ba – David Turner <[email protected]> authored on 2005/09/22 16:37
* src/base/Jamfile: fixing broken Jamfile

8eacad6d – Werner Lemberg <[email protected]> authored on 2005/09/19 03:07
* freetype2/src/sfnt/ttload.c (sfnt_dir_check): Modified to allow a

7e25c688 – Werner Lemberg <[email protected]> authored on 2005/09/09 14:00
* src/sfnt/sfobjs.c (sfnt_load_face): Reactivate code to set

99aa14c2 – Werner Lemberg <[email protected]> authored on 2005/09/05 15:31
Fixes for `make multi' and using C++ compiler.

4a7f0b1c – Werner Lemberg <[email protected]> authored on 2005/09/01 03:33
* src/gxvalid/gxvbsln.c (GXV_BSLN_VALUE_EMPTY): Add `U'.

a4aa1c5b – Werner Lemberg <[email protected]> authored on 2005/08/31 18:39
* src/gxvalid/gxvbsln.c (gxv_bsln_validate): Fix tracing message.

eff1ee3b – Werner Lemberg <[email protected]> authored on 2005/08/31 16:40
* src/truetype/ttgload.c (load_truetype_glyph): Fix typo.

9b71edb0 – Werner Lemberg <[email protected]> authored on 2005/08/31 12:29
* src/gxvalid/gxvbsln.c: Fix compiler warnings.

4814030b – Werner Lemberg <[email protected]> authored on 2005/08/31 03:13
* src/gxvalid/README: Revised.

a723526a – Werner Lemberg <[email protected]> authored on 2005/08/29 20:22
* include/freetype/freetype.h, include/freetype/ftchapters.h: Add

3bfb1c08 – Werner Lemberg <[email protected]> authored on 2005/08/29 07:59
* src/truetype/ttgload.c [TT_MAX_COMPOSITE_RECURSE]: Removed.

b82e773b – Werner Lemberg <[email protected]> authored on 2005/08/26 01:50
* builds/unix/freetype2.in (CFlags): Add missing directory.

169a6d8a – Werner Lemberg <[email protected]> authored on 2005/08/25 02:00
* docs/CHANGES: Mention gxvalid module.

55b0908e – Werner Lemberg <[email protected]> authored on 2005/08/24 04:04
* src/autofit/aflatin.c (af_latin_metrics_scale): Initialize

a4386214 – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2005/08/24 00:31
Add gxvalid module to validate TrueType GX/AAT tables.

2752bd1a – Werner Lemberg <[email protected]> authored on 2005/08/22 03:11
* src/truetype/ttgload.c (TT_Load_Glyph): Only translate outline

15c1f5d3 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/08/20 04:17
* src/truetype/ttdriver.c (Load_Glyph): Don't check the validity of

3774b997 – Werner Lemberg <[email protected]> authored on 2005/08/20 01:45
* src/sfnt/ttload.c (tt_face_load_metrics_header): Ignore missing

53ac64e3 – Werner Lemberg <[email protected]> authored on 2005/08/20 01:33
* src/otvalid/otvmod.c (otv_validate): Use ft_validator_run instead

ffa033b1 – Werner Lemberg <[email protected]> authored on 2005/08/19 04:56
* src/truetype/ttgload.c (load_truetype_glyph): Fix compiler

da245ee3 – Werner Lemberg <[email protected]> authored on 2005/08/18 03:40
Forgot to check in last change.

d6d73989 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2005/08/15 22:06
* src/truetype/ttinterp.c, src/truetype/ttinterp.h: Update copyright

Next