- 938bc63 Fix weird first/not-first lameness in font matches, replacing with target by Keith Packard · 23 years ago fcpackage_rc2 rc2
- 80a7d66 Help message said -v was for --force by Keith Packard · 23 years ago
- 8c8f726 Add Afar, Amharic, Aymara, Bini, Dzongkha, Fijian, Hiri Motu, Interlingua, by Keith Packard · 23 years ago
- 0d91b3c Add Asturian, Old Church Slavonic, Friulian, Manx Gaelic, Cornish, Scots, by Keith Packard · 23 years ago
- bd724c8 Short circuit FcPatternEqual when both args point at the same pattern by Keith Packard · 23 years ago
- 0e344de Update fontconfig manual to match current bits by Keith Packard · 23 years ago
- bb356b6 Uninitialized member of cache structure could lead to non-updated cache by Keith Packard · 23 years ago
- 4534f30 Fix Imakefile to make fclang.h writable by Keith Packard · 23 years ago
- eb2a2f8 Add Latin-1 characters needed by Welsh by Keith Packard · 23 years ago
- a6531d8 Always install fonts.conf and fonts.dtd, moving any existing fonts.conf to by Keith Packard · 23 years ago
- aefb2c4 Fix autoconf build BSD install and sysconfdir problems by Keith Packard · 23 years ago
- c2e9d02 Warning fix by Marc Aurele La France · 23 years ago
- 6fff2cd Add binding property to edit element by Keith Packard · 23 years ago
- 327a7fd Rewrite global cache handling code in fontconfig to eliminate per-file by Keith Packard · 23 years ago fcpackage_rc1
- 23cd70c Add ngai tahu specific chars to maori orthography by Keith Packard · 23 years ago
- 1a9ae91 Add fclang.c to Makefile.in by Keith Packard · 23 years ago
- 6864f62 Trim ja orthography of a couple codepoints not found in kochi fonts by Keith Packard · 23 years ago
- 1a0ee1e Fix typo in geez (ethiopic) orthography by Keith Packard · 23 years ago
- 69937bd Add some Utf16 support, extract font family and style names from name table by Keith Packard · 23 years ago
- c80d2ac Clean up some coverage files; a few accidentally included PUA values and by Keith Packard · 23 years ago
- b4a2c1f Add a bunch more languages that use the Latin alphabet by Keith Packard · 23 years ago
- 3f03d0c Add nynorsk and bokml, remove double angle quotes from other languages by Keith Packard · 23 years ago
- c2b971c Missed adding kumyk by Keith Packard · 23 years ago
- f749c49 Add devanagari and cyrillic languages. Add Geez by Keith Packard · 23 years ago
- 2ce5254 Remove old FC_LANG constants now that fontconfig uses RFC 3066 based names by Keith Packard · 23 years ago
- 1bae57d Use presentation forms for arabic matching, fix comment labeling persian by Keith Packard · 23 years ago
- e709ddf Use locale data set FC_LANG by default. Reorder FcPattern and FcValueList by Keith Packard · 23 years ago
- 2fcac34 Trim ideographic punctuation and Suzhou numerals from zh-tw orthography. by Keith Packard · 23 years ago
- e50b9ae Update iso639-2 language coverage info, fix Georgian orthography to by Keith Packard · 23 years ago
- d6dabf3 Add walloon, update fclang.c to include recent language additions by Keith Packard · 23 years ago
- 2903c14 Share more duplicate charset data by Keith Packard · 23 years ago
- 3de8881 Add fclang.c to CVS; easier than attempting to build it on the fly by Keith Packard · 23 years ago
- 6446b15 Remove at and grave from latin languages, add copyright, license and RCS by Keith Packard · 23 years ago
- 82f4243 Switch to RFC 3066 based lang names by Keith Packard · 23 years ago
- 899e352 Add a few more common font families to the default configuration by Keith Packard · 23 years ago
- 364a581 Add coverage documentation files by Keith Packard · 23 years ago
- c1382a3 Add fc-lang program to generate language coverage tables by Keith Packard · 23 years ago
- 0844070 Object list to FcObjectSetBuild wasnt terminated with 0 by Keith Packard · 23 years ago
- f9dc31e Indent line by Marc Aurele La France · 23 years ago
- 8ea04b7 Ident line by Marc Aurele La France · 23 years ago
- ad07dcf Make fc-cache avoid reading the whole world full of fonts by Keith Packard · 23 years ago
- e6099fe Make fc-list more useful by Keith Packard · 23 years ago
- bdcdace Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c) by Keith Packard · 23 years ago
- 4c00360 Add strong/weak pattern value binding, add known charsets for automatic by Keith Packard · 23 years ago
- 5c7fb82 Construct empty constant charsets correctly (using null pointers) by Keith Packard · 23 years ago
- c552f59 Permit empty charsets in fonts.cache files by Keith Packard · 23 years ago
- 223c028 Steal idea for locale-insensitive strtod from glib by Keith Packard · 23 years ago
- 4aded3e Oops. Made a mistake when adding config file names to monitor list by Keith Packard · 23 years ago
- 4645eed Fix automatic file time checking, transcoding table searches. Actually add by Keith Packard · 23 years ago
- 8c96d1f Accidentally falling through several case blocks by Keith Packard · 23 years ago
- c689ec2 Add slanting for fonts without oblique/italic varient. Fix matching code to by Keith Packard · 23 years ago
- 0c35c0f Make fc-cache more tolerant of missing font directories by Keith Packard · 23 years ago
- 6f6563e Add ref counting to font config patterns so that FcFontSort return values by Keith Packard · 23 years ago
- 06a48f2 Add a few aliases suggested by Owen and Mike by Keith Packard · 23 years ago
- f534109 Add a few more families to fonts.conf, make FC_ANTIALIAS less important for by Keith Packard · 23 years ago
- 2623c1e Fix compiler warning by Keith Packard · 23 years ago
- 5b1bfa5 Fix incorrect size in memmove call in FcObjectSetAdd that crashed by Keith Packard · 23 years ago
- c0d4297 Fix fontconfig.pc generation in Imakefile by Keith Packard · 23 years ago
- d0f07b8 Add FcPatternHash, clean up a few valgrind issues by Keith Packard · 23 years ago
- 8a39040 Make autoconf use correct options to build solaris shared libraries by Keith Packard · 23 years ago xf-4_2_99_1
- b5b6d7f 171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA by David Dawes · 23 years ago
- e9be9cd Add FcPatternEqualSubset for Pango, clean up some internal FcPattern by Keith Packard · 23 years ago
- 88c747e Eliminate some compiler warnings, avoid seg fault when matching missing by Keith Packard · 23 years ago
- 2a41214 Add aspect ratio support to Xft and fontconfig by Keith Packard · 23 years ago
- 8ec077f Expression parsing in fonts.conf file mis-freed elements. Constant identity by Keith Packard · 23 years ago
- be09485 Add support for user-provided freetype faces to Xft by Keith Packard · 23 years ago
- bff617f Fix Xft2 to build right library version on old systems with xmkmf. Fix by Keith Packard · 23 years ago
- fbb405f Fix up support for building Xft1, Xrender and fontconfig out of the tree by Keith Packard · 23 years ago
- 20ac65a Change FcCharSet datastructure, add FcFontSort API by Keith Packard · 23 years ago
- bc9469b Optimize after profiling. Fix FcStrCmp to return correct sign by Keith Packard · 23 years ago
- 1412a69 Apply some obvious fixes to FcFontSetSort from Owen. Speed up FcCharSet by Keith Packard · 23 years ago
- 78417a2 Use explicit cd for non-gmake systems by Keith Packard · 23 years ago
- fcd2474 $< in a non-implicit rule is a GNU-makeism. It's not supported by BSD make. by Matthieu Herrb · 23 years ago
- ed2547b Clean up autoconf install to obey DESTDIR by Keith Packard · 23 years ago
- 3673201 Change charset enumeration functions to more sensible API by Keith Packard · 23 years ago
- c9f55ec A few autoconf build fixes by Keith Packard · 23 years ago
- 48db40f A few random fontconfig build fixes by Keith Packard · 23 years ago
- 61bb4ba Dont require freetype to build with fontconfig by Keith Packard · 23 years ago
- 2eafe09 Add pkgconfig control file and fontconfig-config script by Keith Packard · 23 years ago
- 1c20b1c Fonts.dtd had "blanks" instead of "blank" by Keith Packard · 23 years ago
- 442678f Missed a Makefile.in for fontconfig includes by Keith Packard · 23 years ago
- 0ab36ca Replace silly avl sort with qsort, add FcPatternEqual by Keith Packard · 23 years ago
- 446bb9c More autoconf cleanup for fontconfig by Keith Packard · 23 years ago
- fb9545b Fix xmkmf build process for fontconfig by Keith Packard · 23 years ago
- 179c399 Fix autoconf build process for fontconfig by Keith Packard · 23 years ago
- 1ce2a1b Don't run fc-cache on make install if DESTDIR is set. Instead; run it from by Matthieu Herrb · 23 years ago
- 28e4130 put fontconfig-def.cpp in the right place. by Alan Hourihane · 24 years ago
- d82a034 new preprocessor files. (#5215-#5218, Alexander Gottwald). by Alan Hourihane · 24 years ago
- d9db7b9 Fix FT_Get_Next_Char API to match official 2.0.9 released version by Keith Packard · 24 years ago
- 8c7b2a9 Warning fixes by Marc Aurele La France · 24 years ago
- 216fac9 Add match routine that returns list of fonts by Keith Packard · 24 years ago
- ee9061e Eliminate duplicate definitions in fcint.h and fontconfig.h by Keith Packard · 24 years ago
- 5faa099 fontconfig: bail scanning directory on fatal error by Keith Packard · 24 years ago
- 17e16fa Eliminate compiler warnings by Keith Packard · 24 years ago
- a391da8 Add fcatomic.c by Keith Packard · 24 years ago
- 134f601 Add new FcAtomic datatype for config file locking by Keith Packard · 24 years ago
- d23a2a6 Add missing clean rule by Marc Aurele La France · 24 years ago
- 9c8e07f Port Xft1 to fontconfig by Keith Packard · 24 years ago
- 80c053b Add better error reporting when loading config file by Keith Packard · 24 years ago
- c4bd063 Warning fixes by Marc Aurele La France · 24 years ago