- 05 Apr, 2012 1 commit
-
-
Akira TAGOH authored
Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail
-
- 02 Apr, 2012 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 30 Mar, 2012 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
further update for ne.orth Patch from Pravin Satpute.
-
- 29 Mar, 2012 2 commits
-
-
Akira TAGOH authored
Use the command substitution `command` instead of $(command) for Solaris 10.
-
Akira TAGOH authored
-
- 28 Mar, 2012 3 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
This is a reasonably conservative increase in the number of buckets in the hash table to 251. After FcInit(), there are 240 shared strings in use on my system (from configuration files I assume). The hash value is stored in each link in the chains so comparison are actually not very expensive. This change should reduce the average length of chains by a factor of 8. With the reference counted strings, it should keep the average length of chains to about 2. The number of buckets is prime so as not to rely too much on the quality of the hash function. https://bugs.freedesktop.org/show_bug.cgi?id=17832#c5 Patch from Karl Tomlinson
-
Akira TAGOH authored
Use the reference-counted strings instead of the static strings Patch from Karl Tomlinson
-
- 27 Mar, 2012 1 commit
-
-
Akira TAGOH authored
-
- 26 Mar, 2012 1 commit
-
-
Akira TAGOH authored
Use "append" to avoid overwriting the user configuration. This presumes most clients may takes care of the first value only.
-
- 22 Mar, 2012 3 commits
-
-
Akira TAGOH authored
40-nonlatin.conf: SimSun should be serif but not sans-serif. http://www.microsoft.com/typography/fonts/family.aspx?FID=37 Patch from Petr Gajdos
-
Akira TAGOH authored
In the previous code, the result of 'result' in the argument for FcFontSetSort() and FcFontSetMatch() wasn't predictable and not reliable to check if the return value is valid or not. this change is to ensure if it's performed successfully.
-
Akira TAGOH authored
Use sizeof() instead of strlen() and use stdio.
-
- 21 Mar, 2012 2 commits
-
-
Akira TAGOH authored
fc-cache: Create CACHEDIR.TAG at the top of the cache directory. Reviewed-by:
Josh Triplett <josh@joshtriplett.org>
-
- 16 Mar, 2012 4 commits
-
-
Akira TAGOH authored
Thanks to Adam Sampson for pointing this out.
-
Akira TAGOH authored
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value.
-
Akira TAGOH authored
This reverts commit b75eb639.
-
Akira TAGOH authored
This reverts commit 0fdfddf2. Conflicts: doc/Makefile.am
-
- 12 Mar, 2012 2 commits
-
-
Akira TAGOH authored
<cache> element is now obsoletes and no longer used. get rid of it from the doc and add <cachedir> instead.
-
Akira TAGOH authored
-
- 10 Mar, 2012 5 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 09 Mar, 2012 3 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 07 Mar, 2012 3 commits
-
-
Akira TAGOH authored
Add a workaround alias for Dingbats.
-
Akira TAGOH authored
-
Akira TAGOH authored
Force to find out a size for bitmap-only ttf to avoid the blank glyphs in the font. Patch from Bug Fly
-
- 28 Feb, 2012 1 commit
-
-
Akira TAGOH authored
Use the own random number generator state if possible.
-
- 24 Feb, 2012 2 commits
-
-
Add mni.orth for Maniputi Signed-off-by:
Akira TAGOH <akira@tagoh.org>
-
Add doi.orth for Dogri Signed-off-by:
Akira TAGOH <akira@tagoh.org>
-
- 23 Feb, 2012 3 commits
-
-
Akira TAGOH authored
-
Add sat.orth for Santali Signed-off-by:
Akira TAGOH <akira@tagoh.org>
-
Add brx.orth for Bodo. Signed-off-by:
Akira TAGOH <akira@tagoh.org>
-