[go: up one dir, main page]

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