Commit Graph

  • 8a0bd93e8a Bump version number to 2.5 2.5.0 Keith Packard 2007-11-13 18:56:44 -0800
  • 8a3dc4880c Workaround for stat() brokenness in Microsoft's C library (bug 8526) Tor Lillqvist 2007-11-13 16:41:55 -0800
  • 1315db01b6 Revert "Remove fcprivate.h, move the remaining macros to fcint.h." Keith Packard 2007-11-13 15:48:30 -0800
  • eaf4470a46 Document that FcConfigGetFonts returns the internal fontset (bug 13197) Keith Packard 2007-11-13 15:16:58 -0800
  • 3fb38716ae Document that Match calls FcFontRenderPrepare (bug 13162). Keith Packard 2007-11-13 15:11:35 -0800
  • fab44f3cb6 Document several function return values (Bug 13145). Keith Packard 2007-11-13 14:58:39 -0800
  • ed7955a58f Fix parallel build in doc directory. 2.4.92 Keith Packard 2007-11-05 16:08:55 -0800
  • 37e9d33950 Update version numbers to 2.4.92 (2.5 RC2) Keith Packard 2007-11-05 15:52:45 -0800
  • a504f6b539 Simplify/improve 30-metric-aliases.conf Behdad Esfahbod 2007-11-05 18:12:51 -0500
  • cbff442c69 Remove list of available conf files from README. It was redundant and out-dated. Behdad Esfahbod 2007-11-05 17:07:36 -0500
  • 0294bda480 Fix documented conf-file naming format in README Behdad Esfahbod 2007-11-05 17:05:36 -0500
  • 07d04da76c Remove 25-unhint-nonlatin.conf from default configuration by not linking it. Behdad Esfahbod 2007-11-05 17:01:44 -0500
  • 9bac30859b Oops, fix Makefile.am. Behdad Esfahbod 2007-11-05 16:46:19 -0500
  • 93b4049c9a Remove 20-lohit-gujarati.conf. It's covered by 25-unhint-nonlatin.conf now. Behdad Esfahbod 2007-11-05 16:43:49 -0500
  • 7465091fa9 Remove redundant/obsolete comments from conf files. Behdad Esfahbod 2007-11-05 16:43:14 -0500
  • 531a143858 Use binding="same" in 30-urw-aliases.conf and remove duplicate entries. Behdad Esfahbod 2007-11-05 16:40:25 -0500
  • 4b51f173c9 Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf Behdad Esfahbod 2007-11-05 16:36:55 -0500
  • 39968fb223 Add/update config files from Fedora. Behdad Esfahbod 2007-11-05 16:14:35 -0500
  • cf223cc7bc Add FcGetLangs() and FcLangGetCharSet(). Behdad Esfahbod 2007-11-05 15:29:44 -0500
  • 811995b79d Fix trivial bugs in edit-sgml.c Behdad Esfahbod 2007-11-05 15:29:03 -0500
  • de1faa42d1 Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated. Keith Packard 2007-11-04 12:20:45 -0800
  • 69d3eb9cb8 Ignore new generated documentation Keith Packard 2007-11-03 23:43:48 -0700
  • dc7b6f1d79 Link new function documentation into the fontconfig-devel.sgml Keith Packard 2007-11-03 23:42:32 -0700
  • dac27f2f1a Formatting syntax mistake in doc/fclangset.fncs. Keith Packard 2007-11-03 23:41:38 -0700
  • 9bfb41ffef Generate fccache.sgml, fcdircache.sgml and fclangset.sgml. Keith Packard 2007-11-03 23:23:55 -0700
  • bfdc0047c6 Fix formatting syntax in doc/fccache.fncs Keith Packard 2007-11-03 23:23:09 -0700
  • f2772d6b45 Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002). Keith Packard 2007-11-03 23:03:11 -0700
  • b4a3e83412 Remove references to FcConfigParse and FcConfigLoad. Keith Packard 2007-11-03 22:53:12 -0700
  • fc141b492b Have FcConfigSetCurrent accept the current configuration and simply return without updating anything. Keith Packard 2007-11-03 22:45:31 -0700
  • 7c6939793b Update documentation for stale FcConfigGetConfig function. Keith Packard 2007-11-03 22:39:54 -0700
  • 026fe895e4 Update documentation for FcStrCopyFilename (bug 12964). Keith Packard 2007-11-03 22:31:16 -0700
  • a190678e3c Document previously undocumented functions. (bug 12963) Keith Packard 2007-11-03 22:23:28 -0700
  • 9a54f8a194 Verify documentation covers exposed symbols. Keith Packard 2007-11-03 22:01:33 -0700
  • c833409f6b Use FcLangDifferentTerritory instead of FcLangDifferentCountry. Keith Packard 2007-11-03 21:58:34 -0700
  • 9b84ecff92 Don't check cache file time stamps when cleaning cache dir. Keith Packard 2007-11-03 21:57:51 -0700
  • 1d93c1752f Typo error in function name: Inverval -> interval Keith Packard 2007-11-03 21:56:36 -0700
  • b868a14473 Track line numbers in sgml edit tool input. Keith Packard 2007-11-03 21:55:39 -0700
  • 088b582a26 Clean up exported names in fontconfig.h. Keith Packard 2007-11-03 21:54:49 -0700
  • e37d10fa74 Make file_stat argument to FcDirCacheLoadFile optional. Keith Packard 2007-11-03 14:16:29 -0700
  • 2ddce88cde Document skipping of fonts from FcFileScan/FcDirScan. Keith Packard 2007-11-03 13:44:59 -0700
  • 5d82c4c85d Correct documentation for FcConfigUptoDate (bug 12948). Keith Packard 2007-11-03 13:26:16 -0700
  • b607922909 Remove fcprivate.h, move the remaining macros to fcint.h. Keith Packard 2007-11-03 13:09:01 -0700
  • 910db318ae Correct documentation for FcAtomicLock (Bug 12947). Keith Packard 2007-11-03 13:05:25 -0700
  • d0e2a0f3a3 Port fonts-persian.conf to new alias syntax with binding="same" Behdad Esfahbod 2007-10-26 02:02:19 -0400
  • 681bb379de Respect "binding" attribute in <alias> entries. Keith Packard 2007-10-25 22:30:49 -0700
  • 0602c605af Make fc-match --sort call FcFontRenderPrepare. Behdad Esfahbod 2007-10-25 21:35:45 -0700
  • ad27687f72 Also check configDirs mtimes in FcConfigUptoDate Keith Packard 2007-10-25 21:23:36 -0700
  • 89d6119c02 A few fixups for make distcheck 2.4.91 Keith Packard 2007-10-25 15:19:14 -0700
  • e66c65fd41 Set version numbers to 2.4.91 (2.5 RC1) Keith Packard 2007-10-25 15:07:54 -0700
  • 7a1a7c0c15 Build fix for Solaris 10 with GCC. Keith Packard 2007-10-25 14:36:24 -0700
  • fc990b2e86 Update CaseFolding.txt to Unicode 5.1.0 Behdad Esfahbod 2007-10-25 14:20:06 -0700
  • 4ee9ca6786 Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511) Keith Packard 2006-09-01 20:25:21 -0700
  • 349182784f fontconfig needs configure option to use gnu iconv (bug 4083). Keith Packard 2007-10-25 01:51:38 -0700
  • 7f46cdbb87 Ensure weight/slant values present even when style is supplied (bug 9313). Keith Packard 2007-10-25 01:35:32 -0700
  • 43d0454597 Distribute man source files for command line programs (bug 9678). Keith Packard 2007-10-25 01:26:09 -0700
  • cf3e888b71 Add/fix *.orth files for South African languages Dwayne Bailey 2007-10-25 01:16:06 -0700
  • 28a4ea7f71 Fix parallel build in fontconfig/docs (bug 10481). Keith Packard 2007-10-25 01:09:11 -0700
  • 79641a3b0c Handle UltraBlack weight. Keith Packard 2007-10-25 01:03:40 -0700
  • d02f6a70f1 Oops. Left debugging printf in previous commit. Keith Packard 2007-10-25 01:02:58 -0700
  • 61139cf638 Spelling errors in documentation. (bug 10879). Keith Packard 2007-10-25 00:49:19 -0700
  • feecc86cea There is no U+1257 (bug 10899). Keith Packard 2007-10-25 00:46:41 -0700
  • 4657944d0c FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976) Keith Packard 2007-10-25 00:41:28 -0700
  • 28baf72736 Store FcVendorFoundries in read-only memory. Tilman Sauerbeck 2007-10-25 00:38:44 -0700
  • 481f6c2307 Store FcNoticeFoundries in read-only memory. Tilman Sauerbeck 2007-10-25 00:36:37 -0700
  • a72ef35ce6 Replace makealias pattern with something supported by POSIX grep (bug 11083) Keith Packard 2007-10-25 00:22:04 -0700
  • 369b6b5bfb Add BRAILLE PATTERN BLANK to list of blank glyphs. Keith Packard 2007-10-24 21:59:33 -0700
  • 007cae508c Move <cachedir> elements to the end of fonts.conf. Keith Packard 2007-10-24 21:52:56 -0700
  • d50cfeb805 Leave generated headers out of distribution (bug 12734). Keith Packard 2007-10-24 21:47:40 -0700
  • 1bd0b5ba73 Eliminate relocations from FcCodePageRange structure (bug 10982). Keith Packard 2007-10-18 09:48:31 -0700
  • 96925b99c0 Eliminate relocations for glyph name table. Keith Packard 2007-10-18 09:43:22 -0700
  • bc5e8adb4d Must not insert cache into hash table before completely validating. Keith Packard 2007-10-18 09:41:00 -0700
  • e85789a997 Place language name in constant array instead of pointer. Keith Packard 2007-10-18 08:58:14 -0700
  • 26437d4924 FcConfigParseAndLoad doc was missing the last param. Keith Packard 2007-10-18 08:56:42 -0700
  • 07e646cc84 Avoid crashes if config files contain junk. Mike FABIAN 2007-10-18 05:44:28 -0700
  • fa9a7448d8 Handle Japanese fonts better. (debian bug #435971) Hideki Yamane 2007-10-18 05:17:36 -0700
  • 2a3e3c442d Have fc-cache remove invalid cache files from cache directories. Keith Packard 2007-10-18 05:05:59 -0700
  • 238489030a Don't use X_OK bit when checking for writable directories (bug 12438) Keith Packard 2007-10-18 05:04:39 -0700
  • 2b0d3d8af5 Verbose message about cleaning directories was imprecise Keith Packard 2007-10-18 05:01:41 -0700
  • 50124d1e48 Improve verbose messages from fc-cache. Keith Packard 2007-10-18 04:58:31 -0700
  • e12f718f65 Remove unneeded call to access(2) in fc-cache. Keith Packard 2007-10-18 04:54:51 -0700
  • f7da903d37 Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827] Keith Packard 2007-10-18 04:31:33 -0700
  • 144ca87831 Comment about mmaping cache files was misleading. Keith Packard 2007-10-18 04:29:13 -0700
  • db6f19f13b Store font directory mtime in cache file. Keith Packard 2007-10-18 04:13:51 -0700
  • 00268a50e8 Fix ChangeLog generation to avoid circular make dependency Keith Packard 2007-10-18 03:52:29 -0700
  • 3ae9258f9e Free temporary string in FcDirCacheUnlink (Bug #11758) Keith Packard 2007-08-05 12:31:03 -0700
  • c80a08d6bf Work around FreeType bug when glyph name buffer is too small. Keith Packard 2007-03-12 10:32:23 -0700
  • fa741cd4ff rehash increment could be zero, causing rehash infinite loop. Keith Packard 2007-03-12 10:30:51 -0700
  • 9b74b78fe8 Make FcPatternDuplicate copy the binding instead of always using Strong. Stephan Kulow 2007-03-12 10:21:35 -0700
  • 2373f90426 Update for version 2.4.2 2.4.2 Keith Packard 2006-12-02 16:09:47 -0800
  • e3b65ee068 Fix fc-cat documentation (bug 8935). Peter Breitenlohner 2006-12-02 15:09:57 -0800
  • 61895ed16c Add space between type and formal in devel man pages (bug 8935) Keith Packard 2006-12-02 15:06:13 -0800
  • b1aa20098f Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935. Peter Breitenlohner 2006-12-02 14:28:03 -0800
  • 2cae0512cd A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933. Peter Breitenlohner 2006-12-02 14:18:11 -0800
  • 0f963b0d3e Segfault scanning non-font files. Disallow scan edit of user vars. (#8767) Keith Packard 2006-12-02 13:57:45 -0800
  • c9c6875014 Don't use varargs CPP macros in fccache.c. (bug 8733) Kean Johnston 2006-12-02 13:36:56 -0800
  • 72ffe6536a Add FcFreeTypeQueryFace external API. Bug #7311. Keith Packard 2006-12-02 13:22:27 -0800
  • 5e234d9e76 Fix grep pattern in makealias to work on non-Gnu grep (bug 8368). Keith Packard 2006-12-02 13:14:23 -0800
  • 2b77216ee2 Avoid writing uninitialized structure pad bytes to cache files. Keith Packard 2006-12-02 13:04:05 -0800
  • 64d7e303df Warn (and recover) from config file without <cachedir> elements. Keith Packard 2006-12-02 12:14:49 -0800
  • 253ec7609c Use explicit platform/nameid order when scanning ttf files. Keith Packard 2006-12-02 11:47:07 -0800