Age | Commit message (Expand) | Author | Files | Lines |
2006-09-02 | Add FcMatchScan to resolve Delicious font matching issues (bug #6769) | Keith Packard | 1 | -1/+33 |
2006-09-01 | Guess that mac roman names with lots of high bits are actually SJIS. | Keith Packard | 1 | -17/+64 |
2006-09-01 | Avoid #warning directives on non-GCC compilers. (bug 7683) | Keith Packard | 1 | -0/+2 |
2006-04-27 | Make path names in cache files absolute (NB, cache format change) Stop | Keith Packard | 1 | -9/+1 |
2006-04-25 | Fix the issues with GNU libiconv vs. libc iconv (which especially appear on | Patrick Lam | 1 | -2/+1 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 1 | -1/+1 |
2006-04-12 | Fix memory leak (Coverity defect #2089). | Patrick Lam | 1 | -4/+1 |
2006-04-11 | Properly convert static charsets to dynamic charsets. | Patrick Lam | 1 | -2/+4 |
2006-04-07 | Patrick Lam <plam@mit.edu> | Patrick Lam | 1 | -2/+1 |
2006-04-06 | Fix intel compiler warnings: make many variables static, eliminate | Patrick Lam | 1 | -3/+1 |
2006-03-08 | Remove stuff we don't use, make get_{char,short,long} functions of ftglue | Patrick Lam | 1 | -4/+4 |
2006-03-03 | Get rid of C++-style comments. | Patrick Lam | 1 | -1/+1 |
2006-02-24 | Takashi Iwai <tiwai@suse.de> reviewed by: plam | Patrick Lam | 1 | -0/+1 |
2006-02-21 | Pass the buck; make fontconfig not crash on pango badness. | Patrick Lam | 1 | -0/+4 |
2006-02-21 | Eliminate redundancies. | Patrick Lam | 1 | -1/+0 |
2006-02-21 | Eliminate unused vars reported by Intel's compiler. | Patrick Lam | 1 | -2/+1 |
2006-02-13 | Fix memory leak in error condition code. | Patrick Lam | 1 | -2/+2 |
2006-02-13 | Skip bitmap fonts which can't even get it together enough to declare a | Patrick Lam | 1 | -0/+5 |
2006-01-25 | Treat zh-hk fonts differently from zh-tw fonts. This patch may cause | Patrick Lam | 1 | -1/+1 |
2006-01-25 | Fix memory leaks reported by Ronny V. Vindenes. | Patrick Lam | 1 | -1/+7 |
2005-12-20 | Restore code to skip over PCF fonts that have no encoded characters. (We | Patrick Lam | 1 | -3/+6 |
2005-11-19 | Get rid of the use of freetype internal headers in fcfreetype.c, since | Patrick Lam | 1 | -40/+35 |
2005-11-03 | Fix warnings and embarrassing double-free error. | Patrick Lam | 1 | -1/+1 |
2005-11-01 | Fix small memory error (tried to free argv); use basename and dirname | Patrick Lam | 1 | -1/+1 |
2005-11-01 | Reinstate basename patch, but keep a hash table linking FcPatterns to their | Patrick Lam | 1 | -1/+4 |
2005-10-31 | Revert basename patch, which breaks fontconfig clients on my system. | Patrick Lam | 1 | -2/+1 |
2005-10-25 | Only add basename to patterns' FC_FILE element, not any part of the | Patrick Lam | 1 | -1/+2 |
2005-10-22 | Add some more consts, fixing more GCC4 warnings. | Patrick Lam | 1 | -11/+11 |
2005-09-23 | Convert fromcode to char[12] from char *. | Patrick Lam | 1 | -5/+5 |
2005-09-22 | Fix more gcc4 warnings: | Patrick Lam | 1 | -19/+24 |
2005-09-11 | Merge with HEAD and finish the GCC 4 cleanups (no more warnings!) | Patrick Lam | 1 | -86/+105 |
2005-04-21 | Don't force bitmap font enable in default configuration; allows users to | Keith Packard | 1 | -36/+48 |
2005-03-05 | Include space and remove numbers from valid script tags. This ensures that | Keith Packard | 1 | -8/+12 |
2005-03-05 | Rework GSUB/GPOS script parsing to survive broken fonts. Thanks for the | Keith Packard | 1 | -20/+44 |
2005-03-05 | Josselin Mouette: | Keith Packard | 1 | -1/+1 |
2005-03-01 | Generate and install PDF versions of the manuals | Keith Packard | 1 | -3/+0 |
2004-12-07 | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 1 | -2/+2 |
2004-12-05 | Check for non-empty face->family_name and face->style_name before using | Keith Packard | 1 | -5/+7 |
2004-12-05 | Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where available. | Keith Packard | 1 | -0/+14 |
2004-12-04 | Fix typo. | Keith Packard | 1 | -0/+188 |
2004-12-04 | Move existing fonts.conf to fonts.conf.bak | Keith Packard | 1 | -274/+811 |
2004-05-29 | Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch | Keith Packard | 1 | -3/+3 |
2004-05-06 | Replace MIN/MAX/ABS macros which happen to have come from FreeType with | Keith Packard | 1 | -2/+5 |
2004-04-14 | Add instructions for doing a releasefc-2_2_93 | Keith Packard | 1 | -53/+56 |
2004-03-06 | Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking for | Keith Packard | 1 | -8/+10 |
2004-03-02 | Supplied by: mfabian@suse.de (Mike FABIAN) | Keith Packard | 1 | -3/+3 |
2004-02-11 | Ok, so I messed up the test for y_ppem. Let's see if I got it right this | Keith Packard | 1 | -2/+2 |
2004-02-10 | Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_Size | Keith Packard | 1 | -0/+4 |
2004-02-07 | Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>) | Keith Packard | 1 | -12/+24 |
2003-11-18 | Switch to FreeType 2.1.7 style includes. Bug #150. | Keith Packard | 1 | -8/+9 |