RSS feed
9657ef05
– David Turner <david@freetype.org>
authored
on 2002/03/14 03:49
* include/freetype/internal/autohint.h, src/autohint/ahmodule.c,
329b3ce3
– David Turner <david@freetype.org>
authored
on 2002/03/13 04:37
* include/freetype/config/ftoption.h: changed the automatic detection
4ef4bdf0
– Werner Lemberg <wl@gnu.org>
authored
on 2002/03/07 18:22
* src/base/ftutil.c (FT_Realloc): Use MEM_Set instead of memset.
0d9165e1
– Werner Lemberg <wl@gnu.org>
authored
on 2002/03/07 16:59
* src/base/ftdbgmem.c (ft_mem_table_resize, ft_mem_table_new,
83b4a4b5
– David Turner <david@freetype.org>
authored
on 2002/03/06 07:42
* include/freetype/freetype.h, include/freetype/internal/ftobjs.h,
49970977
– David Turner <david@freetype.org>
authored
on 2002/03/06 07:39
* src/pshinter/pshalgo2.c: changed 'print_zone' to 'psh2_print_zone'
acfea4dd
– David Turner <david@freetype.org>
authored
on 2002/03/06 07:38
* src/type1/t1objs.c (T1_Face_Init), src/cid/cidobjs.c (CID_Face_Init):
9ddeee1d
– David Turner <david@freetype.org>
authored
on 2002/03/06 07:36
formatting
49bcf78d
– Werner Lemberg <wl@gnu.org>
authored
on 2002/03/06 01:05
* src/pshinter/pshglob.h (PSH_DimensionRec): s/std/stdw/.
28ea6f67
– David Turner <david@freetype.org>
authored
on 2002/03/05 11:12
* src/sfnt/ttload.c (TT_Load_Names), src/sfnt/sfobjs.c (Get_Name),
fa0c8a70
– David Turner <david@freetype.org>
authored
on 2002/03/05 10:57
* src/cid/cidriver.c (cid_get_postscript_name): fixed a bug that
7d0f0baf
– David Turner <david@freetype.org>
authored
on 2002/03/05 10:55
* src/type1/t1objs.c (T1_Face_Init),
8a9c0213
– Werner Lemberg <wl@gnu.org>
authored
on 2002/03/05 10:09
* builds/unix/aclocal.m4, builds/unix/ltmain.sh: Update to libtool
bc82f1bb
– David Turner <david@freetype.org>
authored
on 2002/02/28 21:26
* include/freetype/ftconfig.h: changed FT_LOCAL xxxx to FT_LOCAL( xxxx )
041889e7
– David Turner <david@freetype.org>
authored
on 2002/02/28 14:28
* include/freetype/freetype.h: changing version to 2.1.0 to indicate
1c9a3d33
– David Turner <david@freetype.org>
authored
on 2002/02/28 14:25
changing patch level to 9 (FT_FREETYPE_PATCH)
29644179
– David Turner <david@freetype.org>
authored
on 2002/02/28 13:59
still more logical transformations. This time, some public API headers have
4e7eeeec
– David Turner <david@freetype.org>
authored
on 2002/02/28 11:10
yet another logical transformation of the internals to make them
c03d9cf5
– David Turner <david@freetype.org>
authored
on 2002/02/27 18:10
* src/sfnt/ttload.c (TT_Load_Names): simplifying and securing the
617a2e1c
– David Turner <david@freetype.org>
authored
on 2002/02/27 16:25
adding several experimental sources:
53b3fa1d
– David Turner <david@freetype.org>
authored
on 2002/02/24 00:26
* renaming stream functions to the FT_Subject_Action scheme:
4d57024d
– David Turner <david@freetype.org>
authored
on 2002/02/23 21:59
* moving all code related to glyph loaders to "internal/ftgloadr.h"
4a233510
– David Turner <david@freetype.org>
authored
on 2002/02/23 21:39
renaming "ft_glyph_own_bitmap" into "FT_GLYPH_OWN_BITMAP"
d248d8d6
– David Turner <david@freetype.org>
authored
on 2002/02/22 13:29
adding API-specific source
23ce5d45
– David Turner <david@freetype.org>
authored
on 2002/02/22 13:28
adding new & experimental charmap processor
2c2b3734
– David Turner <david@freetype.org>
authored
on 2002/02/22 12:58
adding glyph loader routines (previously in ftobjs.c)
44ef8cae
– David Turner <david@freetype.org>
authored
on 2002/02/22 12:57
adding glyph loader header file (previously in ftobjs.h)
33242884
– David Turner <david@freetype.org>
authored
on 2002/02/22 12:57
adding file containing error definitions (unlike fterrors.h which also
c919c7d4
– David Turner <david@freetype.org>
authored
on 2002/02/22 09:40
adding new file
af8df850
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/21 19:58
* include/freetype/internal/ftdebug.h (FT_Trace): Remove comma in
222cec8c
– David Turner <david@freetype.org>
authored
on 2002/02/21 06:48
* include/freetype/internal/ftdebug.h, src/base/ftdebug.c: modified
90839fa9
– David Turner <david@freetype.org>
authored
on 2002/02/20 16:49
adding "devel@freetype.org" address for bug reports
258951d7
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/19 19:55
* builds/unix/install.mk (check): New dummy target.
b5349a9b
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/19 11:30
* builds/freetype.mk (FT_CFLAGS): Use $(INCLUDE_FLAGS) first.
a7d2f5e1
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/18 20:12
* src/autohint/ahglyph.c (ah_outline_link_segments): Remove unused
66b3509b
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/10 07:33
Add support for ISOLatin1 PS encoding.
7c89d18d
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/09 12:59
* README: Fix typo.
1c6af485
– David Turner <david@freetype.org>
authored
on 2002/02/08 09:00
updating docs for 2.0.8
0a2c6910
– David Turner <david@freetype.org>
authored
on 2002/02/08 08:54
setting PATH_LEVEL to 8
7d69560a
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/08 08:11
cleaning
57b8fcac
– David Turner <david@freetype.org>
authored
on 2002/02/08 05:50
adding comments to FT_Get_Next_Char
60a1fab0
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/08 01:23
some cleaning
5a902ec2
– David Turner <david@freetype.org>
authored
on 2002/02/07 11:59
* src/pcf/pcfread.c (pcf_load_font): removed immature support of
27f6a05e
– David Turner <david@freetype.org>
authored
on 2002/02/06 08:59
support for embedded fonts in PDF documents. These
0489328e
– David Turner <david@freetype.org>
authored
on 2002/02/06 06:22
fixing memory leak in the PCF driver, and managing the
cae232d4
– David Turner <david@freetype.org>
authored
on 2002/02/06 06:22
removing compiler warnings
0f7c2f1a
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/04 15:55
Adding the function `FT_Get_Next_Char', doing the obvious thing
3604d5f5
– Werner Lemberg <wl@gnu.org>
authored
on 2002/02/02 10:05
* builds/unix/freetype-config.in: Add missing `fi'.
4c400111
– David Turner <david@freetype.org>
authored
on 2002/02/01 04:22
increasing FREETYPE_PATCH to 7
32b53461
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/31 20:20
Formatting.
944b7298
– David Turner <david@freetype.org>
authored
on 2002/01/31 12:42
updating documentation for 2.0.7
b0e06e0b
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/30 17:37
Fix ChangeLog.
a40fb43d
– David Turner <david@freetype.org>
authored
on 2002/01/30 07:56
moved INSTALL to docs/INSTALL to get rid of conflicts with the "install"
09c14ae7
– David Turner <david@freetype.org>
authored
on 2002/01/29 13:13
fixed the "configure" script in the top-level directory..
12a8741e
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/28 20:11
* README.UNX: Fix typo.
a9aa69c2
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/28 18:52
* src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of
556ad08f
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/28 08:34
* src/type1/t1load.c (parse_encoding): Set `loader->num_chars'.
e274290d
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/28 00:04
* src/smooth/ftgrays.c (gray_render_scanline): Fix bug which caused
43071cb7
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/25 17:55
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work
8880f2c1
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/25 11:05
* src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix
84712cc3
– Antoine Leca <antoine-freetype@leca-marti.org>
authored
on 2002/01/21 16:57
* docs/PATENTS: Typo fixed (Thanks to Detlef "Hawkeye" Wuerkner) in the URL for the on-line resource.
3f242ddd
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/18 21:24
Undo incorrect commit.
9c8ee920
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/18 21:20
* builds/win32/ftdebug.c: New file.
5117ff0b
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/18 04:00
* builds/win32/visualc/freetype.dsp: Updated.
2f260409
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/13 01:36
* builds/unix/freetype2.a4: The script was still buggy.
51f245a6
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/10 21:22
* builds/unix/freetype2.a4: Fix some serious bugs.
3975e2e1
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/09 16:01
Formatting.
db3ac3b3
– David Turner <david@freetype.org>
authored
on 2002/01/09 05:48
small speed-up to the anti-aliased renderer
dc477846
– David Turner <david@freetype.org>
authored
on 2002/01/08 13:34
adding files
ce9a0441
– David Turner <david@freetype.org>
authored
on 2002/01/08 13:33
added 'configure' and 'install' wrapper scripts to make the
32ee45e0
– David Turner <david@freetype.org>
authored
on 2002/01/07 07:09
fixed html quoting in DocMaker
6096b5a1
– David Turner <david@freetype.org>
authored
on 2002/01/07 05:40
updating documentation
66f894e7
– David Turner <david@freetype.org>
authored
on 2002/01/07 05:05
* include/freetype/config/ftoption.h: setting default options for
f86709a1
– David Turner <david@freetype.org>
authored
on 2002/01/07 05:04
* src/base/ftobjs.c, src/base/ftoutln.c, src/cache/ftccmap.c,
ac812959
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/06 11:42
formatting
f7f82d77
– David Turner <david@freetype.org>
authored
on 2002/01/06 05:13
the TrueType glyph loader is now much more paranoid, this avoids
b1748d40
– David Turner <david@freetype.org>
authored
on 2002/01/04 11:36
added README.UNX for Unix users
7fe38a51
– David Turner <david@freetype.org>
authored
on 2002/01/04 04:47
remove compiler warnings and a typo in builds/unix/ftsystem.c
1a0a9793
– Werner Lemberg <wl@gnu.org>
authored
on 2002/01/03 17:06
* src/type1/t1objs.c (T1_Face_Init): Add cast to avoid compiler
c48bf37b
– David Turner <david@freetype.org>
authored
on 2002/01/03 12:08
* builds/unix/ftsystem.c (FT_New_Stream): added a fix to ensure that
662b344c
– David Turner <david@freetype.org>
authored
on 2002/01/03 11:56
* src/type1/t1objs.c (T1_Face_Init): fixed a bug that crashed the
d3a71dd4
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/31 11:04
Formatting.
1127b2bf
– David Turner <david@freetype.org>
authored
on 2001/12/29 20:30
improving the computation of the advance widths of auto-hinted glyphs,
fb009c74
– Antoine Leca <antoine-freetype@leca-marti.org>
authored
on 2001/12/25 15:54
* builds/dos/detect.mk: Correcting the order for Borland compilers:
f891f911
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/22 20:38
* src/pfc/pcfread.c (pcf_load_font): Handle property `POINT_SIZE'
3681e37d
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/22 19:56
Formatting.
2786758c
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/22 15:32
New file.
9a9edc66
– David Turner <david@freetype.org>
authored
on 2001/12/22 11:07
fixing the autohinter: the advance of auto-hinted glyphs in mono-spaced fonts was incorrect
af594e60
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/22 09:38
* builds/amiga/*: Adaptations to latest changes.
b5c7de5b
– David Turner <david@freetype.org>
authored
on 2001/12/21 16:21
* src/cff/cffgload.c: added a comment regarding "cntrmask" operator
7c0d2081
– David Turner <david@freetype.org>
authored
on 2001/12/21 10:59
* src/cff/cffgload.c, src/psaux/t1decode.c, src/pshinter/pshrec.c,
3a664fca
– David Turner <david@freetype.org>
authored
on 2001/12/21 10:26
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
79ea4cd4
– David Turner <david@freetype.org>
authored
on 2001/12/21 10:20
* src/cid/cidobjs.c (CID_Face_Done): fixed a memory leak, the subrs
f05003da
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/21 05:57
Formatting.
0515c096
– David Turner <david@freetype.org>
authored
on 2001/12/20 23:16
* src/pshinter/pshglob.c (psh_globals_new): replaced a floating point
f41e71a1
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/20 16:22
* src/base/ftobjs.c (FT_Done_Library): Remove compiler warning.
21e046e0
– Werner Lemberg <wl@gnu.org>
authored
on 2001/12/20 12:49
Formatting.
0f58446b
– David Turner <david@freetype.org>
authored
on 2001/12/20 08:34
disabling bytecode interpreter
0fcb412f
– David Turner <david@freetype.org>
authored
on 2001/12/20 08:33
* docs/CHANGES: updated for 2.0.6 release
c8087481
– David Turner <david@freetype.org>
authored
on 2001/12/20 08:14
* docs/TODO: added "stem3 and counter hints support" to the TODO list
Next