summaryrefslogtreecommitdiff
path: root/src/fcfreetype.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Eliminate relocations from FcCodePageRange structure (bug 10982).Keith Packard1-6/+6
2007-10-18Eliminate relocations for glyph name table.Keith Packard1-8/+8
2007-10-18Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]Keith Packard1-64/+0
2007-03-12Work around FreeType bug when glyph name buffer is too small.Keith Packard1-4/+17
2006-12-02Add FcFreeTypeQueryFace external API. Bug #7311.Keith Packard1-22/+28
2006-12-02Use explicit platform/nameid order when scanning ttf files.Keith Packard1-88/+149
2006-09-07Replace character discovery loop with simpler, faster version.David Turner1-53/+30
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+4
2006-09-02Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard1-1/+33
2006-09-01Guess that mac roman names with lots of high bits are actually SJIS.Keith Packard1-17/+64
2006-09-01Avoid #warning directives on non-GCC compilers. (bug 7683)Keith Packard1-0/+2
2006-04-27Make path names in cache files absolute (NB, cache format change) StopKeith Packard1-9/+1
2006-04-25Fix the issues with GNU libiconv vs. libc iconv (which especially appear onPatrick Lam1-2/+1
2006-04-25Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam1-1/+1
2006-04-12Fix memory leak (Coverity defect #2089).Patrick Lam1-4/+1
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-2/+4
2006-04-07Patrick Lam <plam@mit.edu>Patrick Lam1-2/+1
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-3/+1
2006-03-08Remove stuff we don't use, make get_{char,short,long} functions of ftgluePatrick Lam1-4/+4
2006-03-03Get rid of C++-style comments.Patrick Lam1-1/+1
2006-02-24Takashi Iwai <tiwai@suse.de> reviewed by: plamPatrick Lam1-0/+1
2006-02-21Pass the buck; make fontconfig not crash on pango badness.Patrick Lam1-0/+4
2006-02-21Eliminate redundancies.Patrick Lam1-1/+0
2006-02-21Eliminate unused vars reported by Intel's compiler.Patrick Lam1-2/+1
2006-02-13Fix memory leak in error condition code.Patrick Lam1-2/+2
2006-02-13Skip bitmap fonts which can't even get it together enough to declare aPatrick Lam1-0/+5
2006-01-25Treat zh-hk fonts differently from zh-tw fonts. This patch may causePatrick Lam1-1/+1
2006-01-25Fix memory leaks reported by Ronny V. Vindenes.Patrick Lam1-1/+7
2005-12-20Restore code to skip over PCF fonts that have no encoded characters. (WePatrick Lam1-3/+6
2005-11-19Get rid of the use of freetype internal headers in fcfreetype.c, sincePatrick Lam1-40/+35
2005-11-03Fix warnings and embarrassing double-free error.Patrick Lam1-1/+1
2005-11-01Fix small memory error (tried to free argv); use basename and dirnamePatrick Lam1-1/+1
2005-11-01Reinstate basename patch, but keep a hash table linking FcPatterns to theirPatrick Lam1-1/+4
2005-10-31Revert basename patch, which breaks fontconfig clients on my system.Patrick Lam1-2/+1
2005-10-25Only add basename to patterns' FC_FILE element, not any part of thePatrick Lam1-1/+2
2005-10-22Add some more consts, fixing more GCC4 warnings.Patrick Lam1-11/+11
2005-09-23Convert fromcode to char[12] from char *.Patrick Lam1-5/+5
2005-09-22Fix more gcc4 warnings:Patrick Lam1-19/+24
2005-09-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-86/+105
2005-04-21Don't force bitmap font enable in default configuration; allows users toKeith Packard1-36/+48
2005-03-05Include space and remove numbers from valid script tags. This ensures thatKeith Packard1-8/+12
2005-03-05Rework GSUB/GPOS script parsing to survive broken fonts. Thanks for theKeith Packard1-20/+44
2005-03-05Josselin Mouette:Keith Packard1-1/+1
2005-03-01Generate and install PDF versions of the manualsKeith Packard1-3/+0
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-2/+2
2004-12-05Check for non-empty face->family_name and face->style_name before usingKeith Packard1-5/+7
2004-12-05Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where available.Keith Packard1-0/+14
2004-12-04Fix typo.Keith Packard1-0/+188
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard1-274/+811
2004-05-29Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatchKeith Packard1-3/+3