shithub: freetype+ttf2subf

RSS feed

d8776b34 – Werner Lemberg <[email protected]> authored on 2006/03/22 15:33
Improve documentation of `FT_LOAD_MONOCHROME'.

6c5b617c – Werner Lemberg <[email protected]> authored on 2006/03/22 10:30
* src/cache/ftccache.c, (ftc_node_mru_up, FTC_Cache_Lookup)

3867d2f2 – Werner Lemberg <[email protected]> authored on 2006/03/22 03:03
* src/cache/ftccache.c, src/cache/ftccache.h (FTC_Node_Destroy):

5556dd21 – Werner Lemberg <[email protected]> authored on 2006/03/21 16:36
* src/base/ftoutln.c (FT_Outline_Get_Orientation): Improve

8439fe85 – Werner Lemberg <[email protected]> authored on 2006/03/21 16:04
* builds/freetype.mk (refdoc), docs/CHANGES, Jamfile (RefDoc),

95f206b1 – Werner Lemberg <[email protected]> authored on 2006/03/21 15:47
* src/sfnt/ttcmap.c (tt_face_build_cmaps): Handle invalid offset

26377008 – Werner Lemberg <[email protected]> authored on 2006/03/21 13:41
* src/cff/cfftypes.h (CFF_CharsetRec): Add `max_cid' member.

a62007fb – Werner Lemberg <[email protected]> authored on 2006/03/21 12:41
Fix ChangeLog.

24b9e87b – David Turner <[email protected]> authored on 2006/03/21 11:30
* src/autofit/aflatin.c (af_latin_metrics_scale): fixed small bug that

5a73d8d2 – Werner Lemberg <[email protected]> authored on 2006/03/20 11:55
* builds/freetype.mk (CACHE_DIR, CACHE_H): Remove.

e091ce35 – David Turner <[email protected]> authored on 2006/03/20 11:01
* src/autofit/aflatin.c (af_latin_hints_init):

da95af6c – David Turner <[email protected]> authored on 2006/03/20 08:32
* builds/win32/visualc/freetype.dsp: updating the project file, adding

505667c6 – David Turner <[email protected]> authored on 2006/03/20 07:13
* builds/unix/install.mk:

256de4b1 – David Turner <[email protected]> authored on 2006/03/20 07:10
* include/freetype/cache/ftccache.h,

dad2a2de – David Turner <[email protected]> authored on 2006/03/20 06:48
* src/cache/ftccache.h, src/cache/ftcglyph.h, src/cache/ftcimage.h,

e6a8fcac – Werner Lemberg <[email protected]> authored on 2006/03/07 18:53
Fix ChangeLog.

65b96aad – David Turner <[email protected]> authored on 2006/03/06 19:38
* src/cache/ftcmanag.c (FTC_Manager_Lookup_Size): prevent crashes

91a3faaa – Werner Lemberg <[email protected]> authored on 2006/03/01 06:31
Convert to Unix line endings.

e88d24c1 – Werner Lemberg <[email protected]> authored on 2006/02/28 16:49
formatting

9f5d3de3 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/28 08:21
* src/base/ftutil.c (ft_mem_qalloc) [FT_STRICT_ALIASING]: Do not

a87b08a7 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/28 04:53
* src/base/ftobjs.c (FT_Done_Library): Modules are removed in the

e9a47198 – David Turner <[email protected]> authored on 2006/02/28 04:26
* tagging VER-2-2-0-RC4

576c3531 – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2006/02/27 20:11
enable ftgxval.c by default

98d6a3ac – Werner Lemberg <[email protected]> authored on 2006/02/27 14:49
* src/cache/ftccache.c (ftc_node_destroy)

422d2a05 – Werner Lemberg <[email protected]> authored on 2006/02/27 13:25
formatting, copyright years

c07ee520 – Werner Lemberg <[email protected]> authored on 2006/02/27 13:13
* include/freetype/cache/ftccache.h

c13e75fb – David Turner <[email protected]> authored on 2006/02/27 08:14
* src/base/ftutil.c: ft_mem_alloc and related functions now return an

cffa8b65 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/27 06:11
* src/base/ftobjs.c (FT_Set_Char_Size): Ahh.. forgot to check the case

2f239b8e – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2006/02/27 05:34
Update MPW makefiles to new header inclusion introduced on 2006-02-16

2e48a1a1 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/27 04:18
* src/base/ftobjs.c (ft_glyphslot_grid_fit_metrics, FT_Load_Glyph):

f99d846c – Werner Lemberg <[email protected]> authored on 2006/02/26 12:50
* docs/release: Minor additions and clarifications.

0aaf429a – Werner Lemberg <[email protected]> authored on 2006/02/26 12:30
Fix ChangeLog.

b463665f – David Turner <[email protected]> authored on 2006/02/26 02:57
* src/base/ftobjs.c (ft_recompute_scaled_metrics): re-enable conservative

ae1e4b15 – Werner Lemberg <[email protected]> authored on 2006/02/25 12:11
* src/cache/ftccache.c (ftc_node_destroy): Use FT_LOCAL_DEF (again).

20a8d0cf – Werner Lemberg <[email protected]> authored on 2006/02/25 11:56
* devel/ftoption.h: Synchronize with

7f049f42 – Werner Lemberg <[email protected]> authored on 2006/02/25 11:52
Formatting, copyright years.

de271ab8 – David Turner <[email protected]> authored on 2006/02/25 09:53
* builds/unix/ftsystem.c, include/freetype/config/ftheader.h,

6c71c6b9 – David Turner <[email protected]> authored on 2006/02/25 07:49
* include/freetype/config/ftoption.h, src/autofit/afcjk.c,

d7e6b767 – Werner Lemberg <[email protected]> authored on 2006/02/25 01:24
Formatting, copyright years, minor cleanups.

88242072 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/24 06:53
* src/base/ftoutln.c (FT_OUTLINE_GET_CONTOUR, ft_contour_has,

03264613 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/24 06:18
* include/freetype/ftbitmap.h (FT_Bitmap_Embolden): Update

478c5913 – David Turner <[email protected]> authored on 2006/02/24 04:56
* tagging Third release candidate with VER-2-2-0-RC3

ca7d76f7 – David Turner <[email protected]> authored on 2006/02/24 04:09
* src/cache/ftcbasic.c: correcting compatibility hack bug

a8e7a019 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/24 01:11
* include/freetype/freetype.h (FT_Size_RequestRec): Change the type of

a3873d27 – David Turner <[email protected]> authored on 2006/02/23 18:18
another try

b0e0db11 – David Turner <[email protected]> authored on 2006/02/23 18:03
another hack

782f1383 – David Turner <[email protected]> authored on 2006/02/23 17:59
fix small bug

3b6c71ee – David Turner <[email protected]> authored on 2006/02/23 17:57
additionnal backwards-compatibility hacks

88d8985a – David Turner <[email protected]> authored on 2006/02/23 17:35
* src/cache/ftccmap.c: trying to hack binary compatibility for

d4303da0 – Werner Lemberg <[email protected]> authored on 2006/02/23 16:01
formatting, copyright years.

b698eeda – David Turner <[email protected]> authored on 2006/02/23 09:50
fixed typo that prevented compilation

481838e2 – David Turner <[email protected]> authored on 2006/02/23 07:40
* src/bdf/bdflib.c: fixed a problem with large encodings.

6cda6c06 – David Turner <[email protected]> authored on 2006/02/23 07:37
* src/bdf/bdflib.c: fixed a bug with zero-width glyphs

890f807a – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/22 15:47
* include/freetype/ftoutln.h (enum FT_Orientation): New value

0d9be1c3 – Werner Lemberg <[email protected]> authored on 2006/02/22 09:28
Fix comment so that it is included into the HTML documentation.

cdb610f6 – David Turner <[email protected]> authored on 2006/02/22 07:55
adding missing file

5edafed1 – Werner Lemberg <[email protected]> authored on 2006/02/22 03:23
Clean-ups, copyright years, formatting.

facd9af5 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/22 02:59
* modules.cfg: Compile in ftotval.c and ftxf86.c by default for ABI

0b5dc4df – David Turner <[email protected]> authored on 2006/02/21 17:36
* include/freetype/ftmodapi.h, include/internal/ftserv.h,

44c865df – David Turner <[email protected]> authored on 2006/02/21 12:10
fixed compiler warning

c093db9d – David Turner <[email protected]> authored on 2006/02/21 12:06
* src/sfnt/sfmtx.c: disabling memory optimization when

1ae134a2 – David Turner <[email protected]> authored on 2006/02/21 11:50
* src/sfnt/sfobjs.c (sfnt_face_load): fixed silly bug that

d41aecdb – Werner Lemberg <[email protected]> authored on 2006/02/21 03:08
formatting, doc improvements

dd0f3609 – David Turner <[email protected]> authored on 2006/02/20 18:50
* include/freetype/internal/sfnt.h, src/sfnt/sfdriver.c,

f145e312 – Werner Lemberg <[email protected]> authored on 2006/02/19 11:12
Formatting, copyright years, minor doc fixes.

0880ac33 – David Turner <[email protected]> authored on 2006/02/17 12:23
* builds/unix/unix-cc.in: don't filter-out exported functions

1fae6695 – Werner Lemberg <[email protected]> authored on 2006/02/17 11:16
* devel/ftoption.h: Synchronize with

8e6f8c4d – Werner Lemberg <[email protected]> authored on 2006/02/17 03:07
Formatting, copyright years, documentation improvements.

cda2d957 – David Turner <[email protected]> authored on 2006/02/16 17:45
* builds/amiga/src/base/ftsystem.c, devel/ftoption.h

0d565fdc – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/15 02:44
* include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove

5225402a – Werner Lemberg <[email protected]> authored on 2006/02/15 01:05
* include/freetype/ftoutln.h (FT_Outline_Embolden): Mention in

3dc00181 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 08:36
* src/sfnt/ttmtx.c (tt_face_get_metrics): Typo.

9a2b3b6d – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 03:37
* src/sfnt/ttmtx.c (tt_face_load_hhea, tt_face_load_hmtx): Simply

35222ff7 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 02:25
Clean up the SFNT_Interface. In this final pass, `load_hmtx' is

e0decd1e – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 02:20
* src/sfnt/ttmtx.h, src/sfnt/ttmtx.c: Why are there two copies of

65863a57 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 02:01
Clean up the SFNT_Interface. In this pass, we want to treat the font

f5aa47be – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/14 01:40
Clean up the SFNT_Interface. Table loading functions are now named

d39fda2b – Werner Lemberg <[email protected]> authored on 2006/02/12 16:49
Formatting, copyright years.

4c507ffa – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/11 08:22
* src/autofit/afcjk.c (af_cjk_metrics_init): Fix a stupid bug...

f9a69132 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/11 07:12
* include/freetype/config/ftoption.h (AF_CONFIG_OPTION_CJK): #define

d1d4bffe – Werner Lemberg <[email protected]> authored on 2006/02/10 17:15
formatting

4cdb45c0 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/02/09 09:17
Introduce experimental autofit CJK module based on akito's autohint

6be99f91 – Werner Lemberg <[email protected]> authored on 2006/02/09 02:38
* src/cid/cidparse.c (cid_parse_new): Remove shadowing variable.

4f41d63b – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2006/02/08 20:43
fix src/cid/cidparse.c for too-short CIDFont

458c3423 – Suzuki, Toshiya (鈴木俊哉) <[email protected]> authored on 2006/02/08 07:58
fix --with-old-mac-fonts option

54a79c88 – Werner Lemberg <[email protected]> authored on 2006/02/01 02:54
Use `?='.

8a4de0d6 – Werner Lemberg <[email protected]> authored on 2006/02/01 02:52
* Makefile, *.mk: Use `?=' where appropriate.

9a8006b1 – Werner Lemberg <[email protected]> authored on 2006/02/01 01:07
* builds/unix/install.mk (install): Fix path for ftmodule.h.

03379b65 – Werner Lemberg <[email protected]> authored on 2006/02/01 00:40
* builds/unix/unixddef.mk: Actually do define PLATFORM (fixing

82a0e3cd – Werner Lemberg <[email protected]> authored on 2006/02/01 00:22
s/index/size_index/ to avoid compiler warnings.

38beff00 – Werner Lemberg <[email protected]> authored on 2006/02/01 00:14
* src/otvalid/module.mk: s/otvalid_module_class/otv_module_class/.

59939244 – Werner Lemberg <[email protected]> authored on 2006/01/31 15:17
Implement new, simplified module selection. With GNU make it is now

5d146851 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/01/31 05:29
* src/cff/cffobjs.c (cff_face_init), src/cid/cidobjs.c

98d802b8 – Wu, Chia-I (吳佳一) <[email protected]> authored on 2006/01/31 02:01
* include/freetype/internal/t1types.h (AFM_FontInfo),

7596fd3a – Werner Lemberg <[email protected]> authored on 2006/01/28 11:29
* src/*/module.mk (.PHONY): Add.

f6a25503 – Werner Lemberg <[email protected]> authored on 2006/01/28 05:38
* devel/ftoption.h: Synchronize with

68a15ebb – Werner Lemberg <[email protected]> authored on 2006/01/28 02:30
* README, docs/FTL.TXT: Fix email address for bug reports.

7213b4fe – David Turner <[email protected]> authored on 2006/01/27 11:42
* builds/unix/configure.ac: fixed build problem on Cygwin

be3c9814 – Werner Lemberg <[email protected]> authored on 2006/01/27 09:16
Formatting, copyright years.

6a681fa8 – David Turner <[email protected]> authored on 2006/01/27 07:11
* src/autofit/afwarp.c: simple #ifdef to prevent compilation when

Next