summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-01-28Polite typechecking for test and edit expressions. Helps catch errors inKeith Packard3-65/+201
2005-01-13Add SEE ALSO section (bug 2085)Keith Packard1-1/+1
2005-01-04Verify that every font pattern loaded from cache has both FC_FILE andKeith Packard1-1/+9
2004-12-29Document ASCII limitations of Fc character conversion macrosKeith Packard1-1/+20
2004-12-29Adopt some RedHat suggestions for standard font configuration.Keith Packard3-73/+240
2004-12-14I changed FcFontSetSort to respect the generic aliases better in the faceKeith Packard1-2/+79
2004-12-07Reviewed by: Keith Packard <keithp@keithp.com>Keith Packard5-39/+19
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard20-21/+21
2004-12-05Just remove the FC_FONTDATE -- it has locale issues and annoys redhatKeith Packard1-0/+23
2004-12-05Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (orKeith Packard3-3/+96
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 Packard2-0/+15
2004-12-04Fix typo.Keith Packard2-0/+189
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard9-281/+1129
2004-06-30Provided by: Lubos Lunak <l.lunak@suse.cz>Keith Packard1-2/+2
2004-05-29Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatchKeith Packard2-3/+6
2004-05-06Replace MIN/MAX/ABS macros which happen to have come from FreeType withKeith Packard1-2/+5
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard2-53/+57
2004-03-06Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking forKeith Packard1-8/+10
2004-03-02Supplied by: mfabian@suse.de (Mike FABIAN)Keith Packard1-3/+3
2004-02-11Ok, so I messed up the test for y_ppem. Let's see if I got it right thisKeith Packard1-2/+2
2004-02-10Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_SizeKeith Packard1-0/+4
2004-02-07Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>)Keith Packard2-12/+27
2004-02-01fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashesTor Lillqvist1-0/+25
2003-11-18Switch to FreeType 2.1.7 style includes. Bug #150.Keith Packard1-8/+9
2003-11-10Fixed a bug "FcStrtod" in handling some cases with two-byte decimalRoozbeh Pournader1-2/+5
2003-09-23Add a FC_HINT_STYLE key for patterns, with possible valuesOwen Taylor2-0/+11
2003-09-06Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)Noah Levitt2-11/+45
2003-09-01FcConfigAppFontClear: Support passing NULL to use default config.Manish Singh1-0/+7
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth7-9/+169
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard6-53/+89
2003-07-09Was miscomputing end of string position for FcStrtod in locales withKeith Packard1-1/+1
2003-06-26Add autoconf checks for FT_Has_PS_Glyph_NamesKeith Packard1-0/+6
2003-06-26Allow config->cache to be null (as it is when $HOME is not set)Keith Packard1-3/+6
2003-06-25Lean on autoconf to find useful FreeType functions (bug 95)Keith Packard1-29/+17
2003-06-15Trivial braino.Tor Lillqvist1-1/+1
2003-06-15Fix cut&paste error.Tor Lillqvist1-1/+1
2003-06-13Check also for DLL_EXPORT as indication of being built as a DLL on Win32.Tor Lillqvist1-1/+5
2003-06-13Add share/doc directory. Add Fc*.3 man pages.Tor Lillqvist1-2/+3
2003-06-09Optimization in FcLangSetIndex was broken, occasionally returning a pointerKeith Packard1-14/+7
2003-05-28Fix "contains" op for strings and langsets.James Su2-6/+113
2003-05-17Fix build error with BDF prop local. Free langset after queryKeith Packard1-1/+8
2003-05-16oops. Left the psfontinfo.weight matching code commented out while testingKeith Packard1-2/+0
2003-05-14Extract spacing from XLFD atomJuliusz Chroboczek1-0/+14
2003-05-12Use FcIsWidth to share codeKeith Packard1-21/+6
2003-05-12Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.Juliusz Chroboczek1-1/+4
2003-05-12Generate FC_SIZE and FC_DPI for legacy bitmap fontsJuliusz Chroboczek1-0/+41
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard6-30/+232
2003-05-04Add more .cvsignore entriesKeith Packard1-0/+1
2003-05-04Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodingsKeith Packard2-2/+168