summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed typo that prevented compilationVER-2-2-0-RC2David Turner2006-02-231-2/+2
* * src/bdf/bdflib.c: fixed a problem with large encodings.David Turner2006-02-231-0/+8
* * src/bdf/bdflib.c: fixed a bug with zero-width glyphsDavid Turner2006-02-231-2/+3
* * include/freetype/ftoutln.h (enum FT_Orientation): New valueWu, Chia-I (吳佳一)2006-02-222-34/+213
* Clean-ups, copyright years, formatting.Werner Lemberg2006-02-225-21/+32
* * modules.cfg: Compile in ftotval.c and ftxf86.c by default for ABIWu, Chia-I (吳佳一)2006-02-223-26/+58
* * include/freetype/ftmodapi.h, include/internal/ftserv.h,David Turner2006-02-212-17/+39
* fixed compiler warningVER-2-2-0-RC1David Turner2006-02-211-4/+4
* * src/sfnt/sfmtx.c: disabling memory optimization whenDavid Turner2006-02-211-6/+12
* * src/sfnt/sfobjs.c (sfnt_face_load): fixed silly bug thatDavid Turner2006-02-212-4/+13
* formatting, doc improvementsWerner Lemberg2006-02-212-14/+21
* * include/freetype/internal/sfnt.h, src/sfnt/sfdriver.c,David Turner2006-02-203-19/+35
* Formatting, copyright years, minor doc fixes.Werner Lemberg2006-02-192-46/+68
* * builds/unix/unix-cc.in: don't filter-out exported functionsDavid Turner2006-02-172-10/+232
* Formatting, copyright years, documentation improvements.Werner Lemberg2006-02-1713-99/+121
* * builds/amiga/src/base/ftsystem.c, devel/ftoption.hDavid Turner2006-02-1621-154/+487
* * include/freetype/internal/ftobjs.h (FT_Face_InternalRec): RemoveWu, Chia-I (吳佳一)2006-02-1515-294/+210
* * include/freetype/ftoutln.h (FT_Outline_Embolden): Mention inWerner Lemberg2006-02-1510-32/+35
* * src/sfnt/ttmtx.c (tt_face_get_metrics): Typo.Wu, Chia-I (吳佳一)2006-02-141-1/+1
* * src/sfnt/ttmtx.c (tt_face_load_hhea, tt_face_load_hmtx): SimplyWu, Chia-I (吳佳一)2006-02-143-114/+104
* Clean up the SFNT_Interface. In this final pass, `load_hmtx' isWu, Chia-I (吳佳一)2006-02-144-7/+14
* * src/sfnt/ttmtx.h, src/sfnt/ttmtx.c: Why are there two copies ofWu, Chia-I (吳佳一)2006-02-142-568/+0
* Clean up the SFNT_Interface. In this pass, we want to treat the fontWu, Chia-I (吳佳一)2006-02-144-195/+134
* Clean up the SFNT_Interface. Table loading functions are now namedWu, Chia-I (吳佳一)2006-02-1417-909/+1511
* Formatting, copyright years.Werner Lemberg2006-02-121-1/+2
* * src/autofit/afcjk.c (af_cjk_metrics_init): Fix a stupid bug...Wu, Chia-I (吳佳一)2006-02-112-4/+5
* * include/freetype/config/ftoption.h (AF_CONFIG_OPTION_CJK): #defineWu, Chia-I (吳佳一)2006-02-113-39/+33
* formattingWerner Lemberg2006-02-103-92/+96
* Introduce experimental autofit CJK module based on akito's autohintWu, Chia-I (吳佳一)2006-02-0910-10/+1585
* * src/cid/cidparse.c (cid_parse_new): Remove shadowing variable.Werner Lemberg2006-02-091-5/+3
* fix src/cid/cidparse.c for too-short CIDFontSuzuki, Toshiya (鈴木俊哉)2006-02-091-23/+29
* * src/otvalid/module.mk: s/otvalid_module_class/otv_module_class/.Werner Lemberg2006-02-012-4/+4
* Implement new, simplified module selection. With GNU make it is nowWerner Lemberg2006-01-3120-131/+213
* * src/cff/cffobjs.c (cff_face_init), src/cid/cidobjs.cWu, Chia-I (吳佳一)2006-01-314-11/+19
* * include/freetype/internal/t1types.h (AFM_FontInfo),Wu, Chia-I (吳佳一)2006-01-313-13/+67
* * src/*/module.mk (.PHONY): Add.Werner Lemberg2006-01-2818-15/+55
* * devel/ftoption.h: Synchronize withWerner Lemberg2006-01-284-7/+12
* Formatting, copyright years.Werner Lemberg2006-01-2714-48/+60
* * src/autofit/afwarp.c: simple #ifdef to prevent compilation whenDavid Turner2006-01-2723-88/+247
* Formatting.Werner Lemberg2006-01-265-36/+39
* * include/freetype/freetype.h (FT_Select_Size): Rename the secondWu, Chia-I (吳佳一)2006-01-2315-231/+235
* * src/psaux/psaux.c src/psaux/psauxmod.c src/type1/t1driver.c: MakeWu, Chia-I (吳佳一)2006-01-233-0/+18
* * src/autofit/afloader.c (af_loader_load_g): Move AF_USE_WARPER upWerner Lemberg2006-01-222-8/+9
* * src/autofit/rules.mk (AUTOF_DRV_SRC): Add afwarp.c.Werner Lemberg2006-01-2210-243/+312
* * src/autofit/aflatin.c, src/autofit/afwarp.h, src/autofit/afwarp.c,David Turner2006-01-219-2/+372
* * src/sfnt/ttsbit0.c (tt_face_load_strike_metrics): fixed smallDavid Turner2006-01-191-1/+5
* Use pscmap service in CFF module.Werner Lemberg2006-01-176-202/+55
* Formatting, copyright years.Werner Lemberg2006-01-1611-137/+151
* * src/psaux/afmparse.c, src/psaux/afmparse.h: New files whichWu, Chia-I (吳佳一)2006-01-1614-621/+1931
* * include/freetype/internal/ftobjs.h, src/base/ftobjs.c,Wu, Chia-I (吳佳一)2006-01-157-15/+15