Obtain fonts data via FT_Face instead of opening a file directly
[platform/upstream/fontconfig.git] / src / fcfreetype.c
2013-04-09 Akira TAGOHObtain fonts data via FT_Face instead of opening a...
2013-03-21 Akira TAGOHBug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
2013-02-15 Behdad EsfahbodAccept digits as part of OpenType script tags
2013-02-07 Akira TAGOHAdd Culmus foundry to the vendor list
2013-02-05 Akira TAGOHBug 50733 - Add font-file hash?
2013-01-16 Behdad EsfahbodMinor
2012-12-30 Behdad EsfahbodFix sign-compare warnings
2012-12-30 Behdad EsfahbodFix compiler warnings
2012-06-08 Akira TAGOHBug 50525 - superfluous whitespace in the style
2012-03-07 Akira TAGOHBug 23336 - unable to display bitmap-only (SFNT) TrueTy...
2012-02-21 Mike Frysingerdelete unused variables
2012-02-21 Akira TAGOHBug 35517 - Remove Apple Roman cmap support
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2010-04-07 Behdad EsfahbodAccept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from...
2009-11-18 Behdad Esfahbod[fc-glyphname] Rename internal arrays to prefix with...
2009-11-16 Behdad Esfahbod[int] Define MIN/MAX/ABS macros
2009-07-25 Behdad EsfahbodTT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32
2009-06-28 Behdad EsfahbodRemove unused ftglue code
2009-06-24 Behdad EsfahbodUse/prefer WWS family/style (name table id 21/22)
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-02-15 Behdad Esfahbod[fcfreetype] Fix typo in GB2312 encoding name string...
2009-02-14 Behdad EsfahbodDon't use identifier named complex
2009-02-14 Behdad EsfahbodFix compile with old FreeType that doesn't have FT_Sele...
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Keith PackardAdd extended, caps, dunhill style mappings.
2008-05-04 Keith PackardRemove size and dpi values from bitmap fonts. Bug 8765.
2008-05-04 Keith PackardWork around for bitmap-only TrueType fonts that are...
2008-01-08 Keith PackardInclude fcftaliastail.h so that the freetype funcs...
2008-01-02 Keith PackardRemove freetype requirement for build-time applications.
2007-10-25 Keith PackardMatch 'ultra' on word boundaries to detect ultra bold...
2007-10-25 Keith PackardHandle UltraBlack weight.
2007-10-25 Keith PackardOops. Left debugging printf in previous commit.
2007-10-25 Tilman SauerbeckStore FcVendorFoundries in read-only memory.
2007-10-25 Tilman SauerbeckStore FcNoticeFoundries in read-only memory.
2007-10-18 Keith PackardEliminate relocations from FcCodePageRange structure...
2007-10-18 Keith PackardEliminate relocations for glyph name table.
2007-10-18 Keith PackardMake FC_FULLNAME include all fullname entries, elide...
2007-03-12 Keith PackardWork around FreeType bug when glyph name buffer is...
2006-12-02 Keith PackardAdd FcFreeTypeQueryFace external API. Bug #7311.
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 ... 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...
next