]> git.wh0rd.org - fontconfig.git/log
fontconfig.git
16 years agoFix parallel build in doc directory. 2.4.92
Keith Packard [Tue, 6 Nov 2007 00:08:55 +0000 (16:08 -0800)] 
Fix parallel build in doc directory.

docbook2man has fixed output file names; place output in a subdirectory to
avoid collisions.

16 years agoUpdate version numbers to 2.4.92 (2.5 RC2)
Keith Packard [Mon, 5 Nov 2007 23:52:45 +0000 (15:52 -0800)] 
Update version numbers to 2.4.92 (2.5 RC2)

16 years agoSimplify/improve 30-metric-aliases.conf
Behdad Esfahbod [Mon, 5 Nov 2007 23:12:51 +0000 (18:12 -0500)] 
Simplify/improve 30-metric-aliases.conf

16 years agoRemove list of available conf files from README.
Behdad Esfahbod [Mon, 5 Nov 2007 22:07:36 +0000 (17:07 -0500)] 
Remove list of available conf files from README.
It was redundant and out-dated.

16 years agoFix documented conf-file naming format in README
Behdad Esfahbod [Mon, 5 Nov 2007 22:05:36 +0000 (17:05 -0500)] 
Fix documented conf-file naming format in README

16 years agoRemove 25-unhint-nonlatin.conf from default configuration by not linking it.
Behdad Esfahbod [Mon, 5 Nov 2007 22:01:44 +0000 (17:01 -0500)] 
Remove 25-unhint-nonlatin.conf from default configuration by not linking it.

16 years agoOops, fix Makefile.am.
Behdad Esfahbod [Mon, 5 Nov 2007 21:46:19 +0000 (16:46 -0500)] 
Oops, fix Makefile.am.

16 years agoRemove 20-lohit-gujarati.conf. It's covered by 25-unhint-nonlatin.conf now.
Behdad Esfahbod [Mon, 5 Nov 2007 21:43:49 +0000 (16:43 -0500)] 
Remove 20-lohit-gujarati.conf.  It's covered by 25-unhint-nonlatin.conf now.

16 years agoRemove redundant/obsolete comments from conf files.
Behdad Esfahbod [Mon, 5 Nov 2007 21:43:14 +0000 (16:43 -0500)] 
Remove redundant/obsolete comments from conf files.

Conf files had an initial comment mentioning the files' name.
This was outdated and wrong in most cases.  There's no real use in that.

16 years agoUse binding="same" in 30-urw-aliases.conf and remove duplicate entries.
Behdad Esfahbod [Mon, 5 Nov 2007 21:40:25 +0000 (16:40 -0500)] 
Use binding="same" in 30-urw-aliases.conf and remove duplicate entries.

Times, Helvetical, and Courier are already handled in 30-metric-aliases.conf.
Remove them here and add a comment instead.

16 years agoSplit 40-generic.conf into 40-nonlatin.conf and 45-latin.conf
Behdad Esfahbod [Mon, 5 Nov 2007 21:36:55 +0000 (16:36 -0500)] 
Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf

16 years agoAdd/update config files from Fedora.
Behdad Esfahbod [Mon, 5 Nov 2007 21:14:35 +0000 (16:14 -0500)] 
Add/update config files from Fedora.

16 years agoAdd FcGetLangs() and FcLangGetCharSet().
Behdad Esfahbod [Mon, 5 Nov 2007 20:29:44 +0000 (15:29 -0500)] 
Add FcGetLangs() and FcLangGetCharSet().

16 years agoFix trivial bugs in edit-sgml.c
Behdad Esfahbod [Mon, 5 Nov 2007 20:29:03 +0000 (15:29 -0500)] 
Fix trivial bugs in edit-sgml.c

16 years agoExport FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
Keith Packard [Sun, 4 Nov 2007 20:20:45 +0000 (12:20 -0800)] 
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.

These two names are typos of the correct names. Instead of simply changing
them, the correct thing to do is leave them in the library, add the correct
functions and mark them as deprecated so any source packages will be updated.

This requires bumping the minor version of the library (for adding APIs)
instead of bumping the major version of the library (for removing APIs).

16 years agoIgnore new generated documentation
Keith Packard [Sun, 4 Nov 2007 06:43:48 +0000 (23:43 -0700)] 
Ignore new generated documentation

16 years agoLink new function documentation into the fontconfig-devel.sgml
Keith Packard [Sun, 4 Nov 2007 06:42:32 +0000 (23:42 -0700)] 
Link new function documentation into the fontconfig-devel.sgml

16 years agoFormatting syntax mistake in doc/fclangset.fncs.
Keith Packard [Sun, 4 Nov 2007 06:41:38 +0000 (23:41 -0700)] 
Formatting syntax mistake in doc/fclangset.fncs.

<parameter>ls</function> needed to be <parameter>ls</parameter>.

16 years agoGenerate fccache.sgml, fcdircache.sgml and fclangset.sgml.
Keith Packard [Sun, 4 Nov 2007 06:23:55 +0000 (23:23 -0700)] 
Generate fccache.sgml, fcdircache.sgml and fclangset.sgml.

Just adding the .fncs versions doesn't get these files generated.

16 years agoFix formatting syntax in doc/fccache.fncs
Keith Packard [Sun, 4 Nov 2007 06:23:09 +0000 (23:23 -0700)] 
Fix formatting syntax in doc/fccache.fncs

16 years agoReplace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002).
Keith Packard [Sun, 4 Nov 2007 06:03:11 +0000 (23:03 -0700)] 
Replace incorrect documentation uses of 'char' with 'FcChar8' (bug 13002).

16 years agoRemove references to FcConfigParse and FcConfigLoad.
Keith Packard [Sun, 4 Nov 2007 05:53:12 +0000 (22:53 -0700)] 
Remove references to FcConfigParse and FcConfigLoad.

These functions no longer exist.

16 years agoHave FcConfigSetCurrent accept the current configuration and simply return
Keith Packard [Sun, 4 Nov 2007 05:45:31 +0000 (22:45 -0700)] 
Have FcConfigSetCurrent accept the current configuration and simply return
without updating anything.

16 years agoUpdate documentation for stale FcConfigGetConfig function.
Keith Packard [Sun, 4 Nov 2007 05:39:54 +0000 (22:39 -0700)] 
Update documentation for stale FcConfigGetConfig function.

The old per-user cache filename is no longer used.

16 years agoUpdate documentation for FcStrCopyFilename (bug 12964).
Keith Packard [Sun, 4 Nov 2007 05:31:16 +0000 (22:31 -0700)] 
Update documentation for FcStrCopyFilename (bug 12964).

FcStrCopyFilename constructs a canonical path for any argument, including
expanding leading ~ and editing '.' and '..' elements out of the resulting
path.

16 years agoDocument previously undocumented functions. (bug 12963)
Keith Packard [Sun, 4 Nov 2007 05:23:28 +0000 (22:23 -0700)] 
Document previously undocumented functions. (bug 12963)

16 years agoVerify documentation covers exposed symbols.
Keith Packard [Sun, 4 Nov 2007 05:01:33 +0000 (22:01 -0700)] 
Verify documentation covers exposed symbols.

Add check-missing-doc script to make sure the documentation matches the
complete list of symbols exported from the header files before release.

16 years agoUse FcLangDifferentTerritory instead of FcLangDifferentCountry.
Keith Packard [Sun, 4 Nov 2007 04:58:34 +0000 (21:58 -0700)] 
Use FcLangDifferentTerritory instead of FcLangDifferentCountry.

16 years agoDon't check cache file time stamps when cleaning cache dir.
Keith Packard [Sun, 4 Nov 2007 04:57:51 +0000 (21:57 -0700)] 
Don't check cache file time stamps when cleaning cache dir.

Cache file mtime is meaningless now that the directory time is encoded in
the cache.

16 years agoTypo error in function name: Inverval -> interval
Keith Packard [Sun, 4 Nov 2007 04:56:36 +0000 (21:56 -0700)] 
Typo error in function name: Inverval -> interval

16 years agoTrack line numbers in sgml edit tool input.
Keith Packard [Sun, 4 Nov 2007 04:55:39 +0000 (21:55 -0700)] 
Track line numbers in sgml edit tool input.

Errors in the documentation can be hard to find unless the tool outputs the
line number where the problem exists.

16 years agoClean up exported names in fontconfig.h.
Keith Packard [Sun, 4 Nov 2007 04:54:49 +0000 (21:54 -0700)] 
Clean up exported names in fontconfig.h.

Fix typo errors (Inverval indeed).
Remove FcPattern *p from FcValue (unused)
Remove spurious FcPublic from formals.

16 years agoMake file_stat argument to FcDirCacheLoadFile optional.
Keith Packard [Sat, 3 Nov 2007 21:16:29 +0000 (14:16 -0700)] 
Make file_stat argument to FcDirCacheLoadFile optional.

Allow file_stat to be NULL by using a local stat structure in that case.

16 years agoDocument skipping of fonts from FcFileScan/FcDirScan.
Keith Packard [Sat, 3 Nov 2007 20:44:59 +0000 (13:44 -0700)] 
Document skipping of fonts from FcFileScan/FcDirScan.

FcFileScan and FcDirScan will skip fonts under direction of the
configuration and default fontconfig policy.

16 years agoCorrect documentation for FcConfigUptoDate (bug 12948).
Keith Packard [Sat, 3 Nov 2007 20:26:16 +0000 (13:26 -0700)] 
Correct documentation for FcConfigUptoDate (bug 12948).

FcConfigUptoDate only checks whether files have been modified since the
configuration was created. Any changes to the configuration through the API
since then are not considered.

16 years agoRemove fcprivate.h, move the remaining macros to fcint.h.
Keith Packard [Sat, 3 Nov 2007 20:09:01 +0000 (13:09 -0700)] 
Remove fcprivate.h, move the remaining macros to fcint.h.

fcprivate.h was supposed to extend the fontconfig API for the various
fontconfig utilities. Instead, just have those utilities use the internal
fcint.h header file (which they already do), removing fcprivate.h from the
installation and hence from the defacto public API.

16 years agoCorrect documentation for FcAtomicLock (Bug 12947).
Keith Packard [Sat, 3 Nov 2007 20:05:25 +0000 (13:05 -0700)] 
Correct documentation for FcAtomicLock (Bug 12947).

FcAtomicLock can only be called once from any process.

16 years agoPort fonts-persian.conf to new alias syntax with binding="same"
Behdad Esfahbod [Fri, 26 Oct 2007 06:02:19 +0000 (02:02 -0400)] 
Port fonts-persian.conf to new alias syntax with binding="same"

Signed-off-by: Keith Packard <keithp@koto.keithp.com>
16 years agoRespect "binding" attribute in <alias> entries.
Keith Packard [Fri, 26 Oct 2007 05:30:49 +0000 (22:30 -0700)] 
Respect "binding" attribute in <alias> entries.

This makes creating "same" aliases for renamed font families far easier.

16 years agoMake fc-match --sort call FcFontRenderPrepare.
Behdad Esfahbod [Fri, 26 Oct 2007 04:35:45 +0000 (21:35 -0700)] 
Make fc-match --sort call FcFontRenderPrepare.

This makes the --sort and regular output the same for each font.

16 years agoAlso check configDirs mtimes in FcConfigUptoDate
Keith Packard [Fri, 26 Oct 2007 04:23:36 +0000 (21:23 -0700)] 
Also check configDirs mtimes in FcConfigUptoDate

Checking only config files and font directories can miss changes which
affect only a configuration directory. Check those to catch any changes.

16 years agoA few fixups for make distcheck 2.4.91
Keith Packard [Thu, 25 Oct 2007 22:19:14 +0000 (15:19 -0700)] 
A few fixups for make distcheck

16 years agoSet version numbers to 2.4.91 (2.5 RC1)
Keith Packard [Thu, 25 Oct 2007 22:07:54 +0000 (15:07 -0700)] 
Set version numbers to 2.4.91 (2.5 RC1)

16 years agoBuild fix for Solaris 10 with GCC.
Keith Packard [Thu, 25 Oct 2007 21:36:24 +0000 (14:36 -0700)] 
Build fix for Solaris 10 with GCC.

Solaris 10 with GCC doesn't appear capable of supporting the symbol
visibility stuff, so disable it.

16 years agoUpdate CaseFolding.txt to Unicode 5.1.0
Behdad Esfahbod [Thu, 25 Oct 2007 21:20:06 +0000 (14:20 -0700)] 
Update CaseFolding.txt to Unicode 5.1.0

16 years agoMatch 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)
Keith Packard [Sat, 2 Sep 2006 03:25:21 +0000 (20:25 -0700)] 
Match 'ultra' on word boundaries to detect ultra bold fonts. (bug 2511)

Added FcStrContainsWord to detect strings on word boundaries.

16 years agofontconfig needs configure option to use gnu iconv (bug 4083).
Keith Packard [Thu, 25 Oct 2007 08:51:38 +0000 (01:51 -0700)] 
fontconfig needs configure option to use gnu iconv (bug 4083).

Existing Solaris workaround was broken; mis-matching values caused the test
for libiconv to always fail.

16 years agoEnsure weight/slant values present even when style is supplied (bug 9313).
Keith Packard [Thu, 25 Oct 2007 08:35:32 +0000 (01:35 -0700)] 
Ensure weight/slant values present even when style is supplied (bug 9313).

If the provided style value doesn't match any available font, fall back to
using the weight and slant values by ensuring that those are in the pattern.

16 years agoDistribute man source files for command line programs (bug 9678).
Keith Packard [Thu, 25 Oct 2007 08:26:09 +0000 (01:26 -0700)] 
Distribute man source files for command line programs (bug 9678).

For systems on whch DOCBOOK is unavailable, distribute command line program
manual pages in .man format.

16 years agoAdd/fix *.orth files for South African languages
Dwayne Bailey [Thu, 25 Oct 2007 08:16:06 +0000 (01:16 -0700)] 
Add/fix *.orth files for South African languages

This adds the missing orth files for Ndebele (South) (nr), Northern Sotho
(nso), Swati (ss) and Southern Sotho (st).  It also fixes the Tswana (tn)
orth file.

16 years agoFix parallel build in fontconfig/docs (bug 10481).
Keith Packard [Thu, 25 Oct 2007 08:09:11 +0000 (01:09 -0700)] 
Fix parallel build in fontconfig/docs (bug 10481).

16 years agoHandle UltraBlack weight.
Keith Packard [Thu, 25 Oct 2007 08:03:40 +0000 (01:03 -0700)] 
Handle UltraBlack weight.

UltraBlack is weight 950 on the CSS scale; handle this by name and value
encoding it as fontconfig weight 215.

16 years agoOops. Left debugging printf in previous commit.
Keith Packard [Thu, 25 Oct 2007 08:02:58 +0000 (01:02 -0700)] 
Oops. Left debugging printf in previous commit.

16 years agoSpelling errors in documentation. (bug 10879).
Keith Packard [Thu, 25 Oct 2007 07:49:19 +0000 (00:49 -0700)] 
Spelling errors in documentation. (bug 10879).

Thanks to David <ssdk@ispras.ru> for spotting these.

16 years agoThere is no U+1257 (bug 10899).
Keith Packard [Thu, 25 Oct 2007 07:46:41 +0000 (00:46 -0700)] 
There is no U+1257 (bug 10899).

The Eritrean Tigrinya orthography mistakenly included this unicode value.

16 years agoFcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)
Keith Packard [Thu, 25 Oct 2007 07:41:28 +0000 (00:41 -0700)] 
FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug 10976)

Thanks to David <ssdk@ispras.ru> for spotting this error.

16 years agoStore FcVendorFoundries in read-only memory.
Tilman Sauerbeck [Thu, 25 Oct 2007 07:38:44 +0000 (00:38 -0700)] 
Store FcVendorFoundries in read-only memory.

Create fixed size strings for vendor and foundry.

16 years agoStore FcNoticeFoundries in read-only memory.
Tilman Sauerbeck [Thu, 25 Oct 2007 07:36:37 +0000 (00:36 -0700)] 
Store FcNoticeFoundries in read-only memory.

Use a single character array and a separate table of integer indices.

16 years agoReplace makealias pattern with something supported by POSIX grep (bug 11083)
Keith Packard [Thu, 25 Oct 2007 07:22:04 +0000 (00:22 -0700)] 
Replace makealias pattern with something supported by POSIX grep (bug 11083)

The suggested replacement in the bug was not supported by GNU grep, so I
created something that should be supported everywhere (famous last words).

16 years agoAdd BRAILLE PATTERN BLANK to list of blank glyphs.
Keith Packard [Thu, 25 Oct 2007 04:59:33 +0000 (21:59 -0700)] 
Add BRAILLE PATTERN BLANK to list of blank glyphs.

Braille pattern blank is often imaged as a blank glyph.

16 years agoMove <cachedir> elements to the end of fonts.conf.
Keith Packard [Thu, 25 Oct 2007 04:52:56 +0000 (21:52 -0700)] 
Move <cachedir> elements to the end of fonts.conf.

This allows users to select alternate directories for cache files, ahead of
the 'standard' directories.

16 years agoLeave generated headers out of distribution (bug 12734).
Keith Packard [Thu, 25 Oct 2007 04:47:40 +0000 (21:47 -0700)] 
Leave generated headers out of distribution (bug 12734).

If the generated header files are included in the distribution, a build
outside of the source directory will use them. For machine-specific files,
this generates the wrong result (fcarch.h). Leaving them out of the
distribution forces them to be built.

16 years agoEliminate relocations from FcCodePageRange structure (bug 10982).
Keith Packard [Thu, 18 Oct 2007 16:48:31 +0000 (09:48 -0700)] 
Eliminate relocations from FcCodePageRange structure (bug 10982).

FcCodePageRange was using char pointers; replace them with char arrays.

16 years agoEliminate relocations for glyph name table.
Keith Packard [Thu, 18 Oct 2007 16:43:22 +0000 (09:43 -0700)] 
Eliminate relocations for glyph name table.

Glyph names (now used only for dingbats) were using many relocations,
causing startup latency plus per-process memory usage. Replace pointers with
table indices, shrinking table size and elimninating relocations.

16 years agoMust not insert cache into hash table before completely validating.
Keith Packard [Thu, 18 Oct 2007 16:41:00 +0000 (09:41 -0700)] 
Must not insert cache into hash table before completely validating.

The cache was inserted into the hash table before the timestamps in the
cache were verified; if that verification failed, an extra pointer to the
now freed cache would be left in the hash table. FcFini would fail an
assertion as a result.

16 years agoPlace language name in constant array instead of pointer.
Keith Packard [Thu, 18 Oct 2007 15:58:14 +0000 (08:58 -0700)] 
Place language name in constant array instead of pointer.

Constant char array of 8 bytes is the same size as a pointer plus a short
string, so this actually saves memory and eliminates a pile of relocations.

16 years agoFcConfigParseAndLoad doc was missing the last param.
Keith Packard [Thu, 18 Oct 2007 15:56:42 +0000 (08:56 -0700)] 
FcConfigParseAndLoad doc was missing the last param.

Typo lost the last param to this function.

16 years agoAvoid crashes if config files contain junk.
Mike FABIAN [Thu, 18 Oct 2007 12:44:28 +0000 (05:44 -0700)] 
Avoid crashes if config files contain junk.

If ~/.fonts.conf contains:

  <edit mode="assign_replace" name="spacing">
     <int>mono</int>
       </edit>

fontconfig crashes:

    mfabian@magellan:~$ fc-match sans
        Fontconfig error: "~/.fonts.conf", line 46: "mono": not a valid
integer
    セグメンテーション違反です (core dumped)
        mfabian@magellan:~$

Of course the above is nonsense, “mono” is no valid integer indeed.

But I think nevertheless fontconfig should not crash in that case.

The problem was caused by partially truncated expression trees caused by
parse errors -- typechecking these walked the tree without verifying the
integrity of the structure. Of course, the whole tree will be discarded
shortly after being loaded as it contained an error.

16 years agoHandle Japanese fonts better. (debian bug #435971)
Hideki Yamane [Thu, 18 Oct 2007 12:17:36 +0000 (05:17 -0700)] 
Handle Japanese fonts better. (debian bug #435971)

Add some commonly available Japanese fonts to the standard aliases.

16 years agoHave fc-cache remove invalid cache files from cache directories.
Keith Packard [Thu, 18 Oct 2007 12:05:59 +0000 (05:05 -0700)] 
Have fc-cache remove invalid cache files from cache directories.

Old cache file versions, or corrupted cache files should be removed when
cleaning cache directories with fc-cache. This only affects filenames which
match the fontconfig cache file format, so other files will be left alone.

16 years agoDon't use X_OK bit when checking for writable directories (bug 12438)
Keith Packard [Thu, 18 Oct 2007 12:04:39 +0000 (05:04 -0700)] 
Don't use X_OK bit when checking for writable directories (bug 12438)

Some mingw versions have broken X_OK checking; instead of trying to work
around this in a system-depedent manner, simply don't bother checking for
X_OK along with W_OK as such cases are expected to be mistakes, and not
sensible access control.

16 years agoVerbose message about cleaning directories was imprecise
Keith Packard [Thu, 18 Oct 2007 12:01:41 +0000 (05:01 -0700)] 
Verbose message about cleaning directories was imprecise

Non-existent directories are now described as 'non-existent' instead of
'unwritable'.

16 years agoImprove verbose messages from fc-cache.
Keith Packard [Thu, 18 Oct 2007 11:58:31 +0000 (04:58 -0700)] 
Improve verbose messages from fc-cache.

fc-cache would say 'skipping: %d fonts, %d dirs' or 'caching: %d fonts, %d
dirs', which could easily mislead the user. Add 'existing cache is valid' or
'new cache contents' to these messages to explain what it is doing.

16 years agoRemove unneeded call to access(2) in fc-cache.
Keith Packard [Thu, 18 Oct 2007 11:54:51 +0000 (04:54 -0700)] 
Remove unneeded call to access(2) in fc-cache.

This call was followed by a call to stat(2) which provided the necessary
information. This call to access(2) was necessary when cache files were
stored in the font directory as that would check for write permission
correctly.

16 years agoMake FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]
Keith Packard [Thu, 18 Oct 2007 11:31:33 +0000 (04:31 -0700)] 
Make FC_FULLNAME include all fullname entries, elide nothing. [bug 12827]

The old policy of eliding fullname entries which matched FC_FAMILY or
FC_FAMILY + FC_STYLE meant that applications could not know what the
font foundry set as the fullname of the font. Hiding information is not
helpful.

16 years agoComment about mmaping cache files was misleading.
Keith Packard [Thu, 18 Oct 2007 11:29:13 +0000 (04:29 -0700)] 
Comment about mmaping cache files was misleading.

16 years agoStore font directory mtime in cache file.
Keith Packard [Thu, 18 Oct 2007 11:13:51 +0000 (04:13 -0700)] 
Store font directory mtime in cache file.

Instead of relying on mtime ordering between a directory and its associated
cache file, write the directory mtime into the cache file itself. This makes
cache file checks more reliable across file systems.

This change is made in a way that old programs can use new cache files, but
new programs will need new cache files.

16 years agoFix ChangeLog generation to avoid circular make dependency
Keith Packard [Thu, 18 Oct 2007 10:52:29 +0000 (03:52 -0700)] 
Fix ChangeLog generation to avoid circular make dependency

16 years agoFree temporary string in FcDirCacheUnlink (Bug #11758)
Keith Packard [Sun, 5 Aug 2007 19:31:03 +0000 (12:31 -0700)] 
Free temporary string in FcDirCacheUnlink (Bug #11758)

In FcDirCacheUnlink(), the line

  cache_hashed = FcStrPlus (cache_dir, cache_base);

allocates memory in cache_hashed that is never free()'d before the function
exits.

Reported by Ben Combee.

17 years agoWork around FreeType bug when glyph name buffer is too small.
Keith Packard [Mon, 12 Mar 2007 17:32:23 +0000 (10:32 -0700)] 
Work around FreeType bug when glyph name buffer is too small.

Recent versions of FreeType do not correctly deal with glyph name buffers
that are too small; work around this by declaring a buffer that can hold any
PS name (127 bytes).

17 years agorehash increment could be zero, causing rehash infinite loop.
Keith Packard [Mon, 12 Mar 2007 17:30:51 +0000 (10:30 -0700)] 
rehash increment could be zero, causing rehash infinite loop.

Bump the rehash value by one so that it is always positive.

17 years agoMake FcPatternDuplicate copy the binding instead of always using Strong.
Stephan Kulow [Mon, 12 Mar 2007 17:21:35 +0000 (10:21 -0700)] 
Make FcPatternDuplicate copy the binding instead of always using Strong.

I noticed that Qt always uses a different font than fc-match advertises.
Debugging the issue, I found that a call that looks pretty innocent is
changing all weak bindings to strong bindings and as such changes the
semantic of the match: FcPatternDuplicate.

17 years agoUpdate for version 2.4.2 2.4.2
Keith Packard [Sun, 3 Dec 2006 00:09:47 +0000 (16:09 -0800)] 
Update for version 2.4.2

17 years agoFix fc-cat documentation (bug 8935).
Peter Breitenlohner [Sat, 2 Dec 2006 23:09:57 +0000 (15:09 -0800)] 
Fix fc-cat documentation (bug 8935).

Adapt documentation to reality.

(1) The fc-cat usage message should reflect the
options accepted by the program.

(2) The fc-cat.1 manpage was fairly broken (unreadable).

17 years agoAdd space between type and formal in devel man pages (bug 8935)
Keith Packard [Sat, 2 Dec 2006 23:06:13 +0000 (15:06 -0800)] 
Add space between type and formal in devel man pages (bug 8935)

Most parameters are pointers and have '*' in the type; for those
which do not, use '%' to mark where a space needs to be inserted.

17 years agoUse <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.
Peter Breitenlohner [Sat, 2 Dec 2006 22:28:03 +0000 (14:28 -0800)] 
Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug 8935.

17 years agoA VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
Peter Breitenlohner [Sat, 2 Dec 2006 22:18:11 +0000 (14:18 -0800)] 
A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.

VPATH builds without doctools breaks as it cannot find the distributed
pre-formatted documentation.

17 years agoSegfault scanning non-font files. Disallow scan edit of user vars. (#8767)
Keith Packard [Sat, 2 Dec 2006 21:57:45 +0000 (13:57 -0800)] 
Segfault scanning non-font files. Disallow scan edit of user vars. (#8767)

Missing NULL font check before attempting to edit scanned pattern.
Also, <match target="scan"> rules are now checked to ensure all
edited variables are in the predefined set; otherwise, the resulting
cache files will not be stable.

17 years agoDon't use varargs CPP macros in fccache.c. (bug 8733)
Kean Johnston [Sat, 2 Dec 2006 21:36:56 +0000 (13:36 -0800)] 
Don't use varargs CPP macros in fccache.c. (bug 8733)

src/fccache.c uses a trick to try and use a function name that is also a
macro name. It does this using the varargs args() macro. Replace that
with separate macros for each number of formals.

17 years agoAdd FcFreeTypeQueryFace external API. Bug #7311.
Keith Packard [Sat, 2 Dec 2006 21:22:27 +0000 (13:22 -0800)] 
Add FcFreeTypeQueryFace external API. Bug #7311.

Expose ability to build an FcPattern directly from an FT_Face
object.

17 years agoFix grep pattern in makealias to work on non-Gnu grep (bug 8368).
Keith Packard [Sat, 2 Dec 2006 21:14:23 +0000 (13:14 -0800)] 
Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).

grep -l -w '^foo' doesn't work on Solaris. Replace with
grep -l '^foo\>' instead which does. Also, grep -l will
report the filename more than once (!), so add | head -1
to pick just the first one.

17 years agoAvoid writing uninitialized structure pad bytes to cache files.
Keith Packard [Sat, 2 Dec 2006 21:04:05 +0000 (13:04 -0800)] 
Avoid writing uninitialized structure pad bytes to cache files.

The union inside the FcValue structure contains pad bytes. Instead of
copying the whole structure to the cache block, copy only the initialized
fields to avoid writing whichever bytes serve as padding within the
structure.

17 years agoWarn (and recover) from config file without <cachedir> elements.
Keith Packard [Sat, 2 Dec 2006 20:14:49 +0000 (12:14 -0800)] 
Warn (and recover) from config file without <cachedir> elements.

When updating from older fontconfig versions, if the config file
is not replaced, it will not contain <cachedir> elements. Lacking these,
fontconfig has no place to store cached font information and cannot operate
reasonably.

Add code to check and see if the loaded configuration has no cache
directories, and if so, warn the user and add both the default system cache
directory and the normal per-user cache directory.

17 years agoUse explicit platform/nameid order when scanning ttf files.
Keith Packard [Sat, 2 Dec 2006 19:47:07 +0000 (11:47 -0800)] 
Use explicit platform/nameid order when scanning ttf files.

Instead of accepting whatever order names appear in the font file,
use an explicit ordering for both platform and nameid.

Platforms are high precedence than nameids.

The platform order is:

microsoft, apple unicode, macintosh, (other)

The family nameid order is:

preferred family, font family

The fullname nameid order is:

mac full name, full name

The style nameid order is

preferred subfamily, font subfamily

This will change the names visible to users in various application UIs, but
should not change how existing font names are matched as all names remain
present in the resulting database. The hope is that family names will, in
general, be less ambiguous. Testing here shows that commercial fonts
have longer names now while DejaVu has a shorter family name, and moves more
of the font description to the style name.

17 years agoFcStrCanonAbsoluteFilename should be static.
Keith Packard [Mon, 13 Nov 2006 01:15:55 +0000 (17:15 -0800)] 
FcStrCanonAbsoluteFilename should be static.

17 years agoAdd sparc64 architecture string.
Keith Packard [Mon, 13 Nov 2006 01:15:24 +0000 (17:15 -0800)] 
Add sparc64 architecture string.

17 years agoDo not clean cache files for different architectures
Mike FABIAN [Fri, 27 Oct 2006 17:26:50 +0000 (10:26 -0700)] 
Do not clean cache files for different architectures

Use filenames to clean cache files for current architecture only. This is
sufficient as cache files live in their own directory where filenames are
under fontconfig control.

17 years agoMore fixes for Win32 building (bug 8311)
Han-Wen Nienhuys [Mon, 18 Sep 2006 00:03:33 +0000 (17:03 -0700)] 
More fixes for Win32 building (bug 8311)

Our build system barfs on autogen.sh, which ignores --noconfigure. Configure
needs a host of options to make the cross compile work in our case.

Fix typo in fccache.c

17 years agoFcStrCanonFileName buggy for mingw. (bug 8311)
Han-Wen Nienhuys [Sun, 17 Sep 2006 21:34:46 +0000 (14:34 -0700)] 
FcStrCanonFileName buggy for mingw. (bug 8311)

FcStrCanonFileName checks whether s[0] == '/', and recurses if not.

This only works on POSIX. On dos, this crashes with a stack overflow.

The patch attached splits this functionality in two functions
(FcStrCanonAbsoluteFilename) and uses GetFullPathName on windows to get an
absolute path.  It also fixes a number of other issues. With this patch,
LilyPond actually produces output on Windows.

17 years agoDetect and use available random number generator (bug 8308)
Keith Packard [Sun, 17 Sep 2006 21:20:18 +0000 (14:20 -0700)] 
Detect and use available random number generator (bug 8308)

Prefer random over lrand48 over rand