]> git.wh0rd.org - fontconfig.git/history - src/fcfreetype.c
Use explicit platform/nameid order when scanning ttf files.
[fontconfig.git] / src / fcfreetype.c
2006-12-02  Keith PackardUse explicit platform/nameid order when scanning ttf...
2006-09-09  Keith PackardMerge branch 'jhcloos'
2006-09-07  David TurnerReplace character discovery loop with simpler, faster...
2006-09-05  Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-03  Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03  Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-02  Keith PackardGuess that mac roman names with lots of high bits are...
2006-09-01  Keith PackardAvoid #warning directives on non-GCC compilers. (bug...
2006-04-27  Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25  Patrick LamFix the issues with GNU libiconv vs. libc iconv (which...
2006-04-25  Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-12  Patrick LamFix memory leak (Coverity defect #2089).
2006-04-11  Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-07  Patrick LamPatrick Lam <plam@mit.edu>
2006-04-06  Patrick LamFix intel compiler warnings: make many variables static...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-03-03  Patrick LamGet rid of C++-style comments.
2006-02-24  Patrick LamTakashi Iwai <tiwai@suse.de> reviewed by: plam
2006-02-21  Patrick LamPass the buck; make fontconfig not crash on pango badness.
2006-02-21  Patrick LamEliminate redundancies.
2006-02-21  Patrick LamEliminate unused vars reported by Intel's compiler.
2006-02-13  Patrick LamFix memory leak in error condition code.
2006-02-13  Patrick LamSkip bitmap fonts which can't even get it together...
2006-01-25  Patrick LamTreat zh-hk fonts differently from zh-tw fonts. This...
2006-01-25  Patrick LamFix memory leaks reported by Ronny V. Vindenes.
2005-12-20  Patrick LamRestore code to skip over PCF fonts that have no encode...
2005-11-19  Patrick LamGet rid of the use of freetype internal headers in...
2005-11-03  Patrick LamFix warnings and embarrassing double-free error.
2005-11-01  Patrick LamFix small memory error (tried to free argv); use basena...
2005-11-01  Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-31  Patrick LamRevert basename patch, which breaks fontconfig clients...
2005-10-25  Patrick LamOnly add basename to patterns' FC_FILE element, not...
2005-10-22  Patrick LamAdd some more consts, fixing more GCC4 warnings.
2005-09-23  Patrick LamConvert fromcode to char[12] from char *.
2005-09-22  Patrick LamFix more gcc4 warnings:
2005-09-11  Patrick LamMerge with HEAD and finish the GCC 4 cleanups (no more...
2005-07-25  Keith PackardVarious GCC 4 cleanups for signed vs unsigned char
2005-04-21  Keith PackardDon't force bitmap font enable in default configuration...
2005-03-05  Keith PackardInclude space and remove numbers from valid script...
2005-03-05  Keith PackardRework GSUB/GPOS script parsing to survive broken fonts...
2005-03-05  Keith PackardJosselin Mouette:
2005-03-01  Keith PackardGenerate and install PDF versions of the manuals
2004-12-07  Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05  Keith PackardCheck for non-empty face->family_name and face->style_n...
2004-12-05  Keith PackardCreate FC_FONTFORMAT from FT_Get_X11_Font_Format functi...
2004-12-04  Keith PackardFix typo.
2004-12-04  Keith PackardMove existing fonts.conf to fonts.conf.bak
2004-05-29  Keith PackardAdd FcResultOutOfMemory to provide an accurate error...
2004-05-06  Keith PackardReplace MIN/MAX/ABS macros which happen to have come...
2004-04-14  Keith PackardAdd instructions for doing a release fc-2_2_93
2004-03-06  Keith PackardForce FC_FOUNDRY and FC_WIDTH to always be set so that...
2004-03-02  Keith PackardSupplied by: mfabian@suse.de (Mike FABIAN)
2004-02-11  Keith PackardOk, so I messed up the test for y_ppem. Let's see if...
2004-02-10  Keith PackardPre-2.1.5 versions of FreeType didn't include y_ppem...
2004-02-07  Keith PackardAdd Low Saxon orthography (Kenneth Rohde Christiansen...
2003-11-18  Keith PackardSwitch to FreeType 2.1.7 style includes. Bug #150.
2003-09-06  Noah LevittAdd new spacing value FC_DUAL (dual-width, as some...
2003-06-26  Keith PackardAdd autoconf checks for FT_Has_PS_Glyph_Names
2003-06-25  Keith PackardLean on autoconf to find useful FreeType functions...
2003-05-17  Keith PackardFix build error with BDF prop local. Free langset after...
2003-05-16  Keith Packardoops. Left the psfontinfo.weight matching code commente...
2003-05-14  Juliusz ChroboczekExtract spacing from XLFD atom
2003-05-12  Keith PackardUse FcIsWidth to share code
2003-05-12  Juliusz ChroboczekReinstate SETWIDTH_NAME parsing for legacy fonts, disap...
2003-05-12  Juliusz ChroboczekGenerate FC_SIZE and FC_DPI for legacy bitmap fonts
2003-05-07  Keith PackardAdd filename-based accept/reject to ammend available...
2003-05-04  Keith PackardHandle Adobe glyph names for fonts which include ADOBE_...
2003-05-02  Keith PackardGrub through style to find weight/slant/width values...
2003-05-01  Keith PackardAdd demi and book postscript weight names. Allow spaces...
2003-04-30  Keith PackardTypo in bitstream foundry name
2003-04-24  Keith PackardDebug output for unknown ps weight names. ignore italic...
2003-04-20  Keith PackardFrom James Su -- only part of page 0xff is Latin
2003-04-18  Keith PackardGuard calls to FT_Get_BDF_Property to avoid freetype...
2003-04-17  Keith PackardBDF properties not available until FreeType 2.1.4
2003-04-16  Keith PackardSearch through the BDF properties for width and foundry...
2003-04-16  Keith PackardMove foundry detection data into fcfreetype.c (which...
2003-04-15  Keith PackardClean up ps font weight matching and check for NULL
2003-04-11  Juliusz ChroboczekImplemented foundry generation for Type 1 and TrueType
2003-04-11  Keith PackardSwitch to locale-independent string compare function
2003-04-11  Keith PackardBug #46, #47 fontconfig should retrieve type 1 font...
2003-03-28  Keith PackardSet spacing to mono if every encoded glyph is the same...
2003-03-12  Keith Packardadd font widths and extend weight from OS/2 table
2003-03-05  Keith PackardChange RCS tag
2003-02-27  Keith PackardStop setting FC_SPACING from font hints. Theyre always...
2003-02-06  Keith PackardBuild fclang.h before building library This required...
2002-09-26  Keith PackardAdd fontversion field
2002-08-31  Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22  Keith PackardReimplement FC_LANG as FcTypeLang, freeze patterns...
2002-07-13  Keith PackardAdd some Utf16 support, extract font family and style...
2002-07-09  Keith PackardTrim ideographic punctuation and Suzhou numerals from...
2002-07-08  Keith PackardUpdate iso639-2 language coverage info, fix Georgian...
2002-07-06  Keith PackardSwitch to RFC 3066 based lang names
2002-06-29  Keith PackardAdd strong/weak pattern value binding, add known charse...
2002-05-31  Keith PackardAdd support for user-provided freetype faces to Xft
2002-02-22  Keith Packardfontconfig: some config file parsing mistakes
2002-02-15  Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14  Keith PackardInitial revision