index
:
~dottedmag/fontconfig
2.3-branch
fc-2_2_branch
fc-2_4-keithp
fc-2_4_branch
fc_2-3
fix-fat-cache-aging
master
ultra-weight
Bugfixes for fontconfig
dottedmag
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-13
Don't use FcCharSetCopy in FcCharSetMerge
Behdad Esfahbod
2
-4
/
+5
2009-02-13
Make FcCharSetMerge() public
Behdad Esfahbod
3
-3
/
+16
2009-02-13
[doc] Note that fontset returned by FcConfigGetFonts should not be modified
Behdad Esfahbod
1
-1
/
+1
2009-02-13
[fcmatch] Move FcFontSetMatch() functionality into FcFontSetMatchInternal()
Behdad Esfahbod
1
-13
/
+29
2009-02-13
[fcmatch] When matching, reserve score 0 for when elements don't exist
Behdad Esfahbod
1
-1
/
+1
2009-02-13
[fcmatch] Use larger multipliers to enforce order
Behdad Esfahbod
1
-2
/
+2
2009-02-13
[fcmatch.c] Fix debug formatting
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Fix comparison of family names to ignore leading space properly
Behdad Esfahbod
1
-1
/
+2
2009-02-13
Implement FcPatternFormat and use it in cmdline tools (bug #17107)
Behdad Esfahbod
12
-50
/
+333
2009-02-13
[.gitignore] Update
Behdad Esfahbod
1
-0
/
+2
2009-02-13
Remove special-casing of FC_FILE in FcPatternPrint()
Behdad Esfahbod
1
-20
/
+1
2009-02-13
Explicitly chmod() directories (bug #18934)
Behdad Esfahbod
1
-3
/
+11
2009-02-13
Don't use identifier named complex
Behdad Esfahbod
1
-21
/
+21
2009-02-13
[65-fonts-persian.conf] Set foundry in target=scan instead of target=font
Behdad Esfahbod
1
-7
/
+7
2009-02-13
Fix Sinhala coverage (bug #19288)
Harshula Jayasuriya
1
-5
/
+4
2009-02-13
Use human-readable file names in the docs (bug #16278)
Alexey Khoroshilov
1
-1
/
+1
2009-02-13
Implement fc-list --quiet ala grep (bug #17141)
Behdad Esfahbod
1
-7
/
+20
2009-02-13
Fix compile with old FreeType that doesn't have FT_Select_Size() (bug #17498)
Behdad Esfahbod
2
-9
/
+3
2009-02-13
Use __builtin_popcount() when available (bug #17592)
Behdad Esfahbod
1
-0
/
+4
2009-02-13
Add config for new Indic fonts (bug #17856)
Rahul Bhalerao
1
-7
/
+28
2009-02-13
Consistently use FcStat() over stat() in all places
Behdad Esfahbod
5
-10
/
+12
2009-02-13
[fccache] Consistently use FcStat() over stat() (bug #18195)
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Cleanup symlinks in "make uninstall" (bug #18885)
Behdad Esfahbod
1
-0
/
+7
2009-02-13
Don't use variables named 'bool' (bug #18851)
Harald Fernengel
1
-8
/
+8
2009-02-13
[.gitignore] Update
Behdad Esfahbod
1
-0
/
+4
2009-02-13
Fix two more doc typos
Behdad Esfahbod
1
-2
/
+2
2009-02-13
Don't call FcPatternGetCharSet in FcSortWalk unless we need to (#17361)
Behdad Esfahbod
1
-24
/
+31
2009-02-13
Don't leak FcValues string loaded through fcxml.c (#17661)
Behdad Esfahbod
2
-5
/
+7
2009-02-13
Reduce number of allocations during FcSortWalk().
Chris Wilson
3
-10
/
+68
2009-02-13
Document how to free return value of FcNameUnparse()
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Add FcConfigReference() (#17124)
Behdad Esfahbod
4
-3
/
+42
2009-02-13
Document when config can be NULL (#17105)
Behdad Esfahbod
3
-0
/
+27
2009-02-13
Handle -h and --help according to GNU Coding Standards (#17104)
Behdad Esfahbod
10
-107
/
+125
2009-02-13
Add WenQuanYi fonts to default conf (#17262, from Mandriva)
Behdad Esfahbod
1
-0
/
+4
2009-02-13
Add Sindhi .orth file. (#17140)
Behdad Esfahbod
1
-0
/
+28
2009-02-13
Update sr.orth to actul subset of Cyrillic used by Serbian (#17208)
Behdad Esfahbod
1
-17
/
+7
2009-02-13
Fix docs re 'orig' argument of FcPatternBuild and family
Behdad Esfahbod
3
-11
/
+11
2009-02-13
[doc] Fix signature of FcConfigHome()
Behdad Esfahbod
1
-2
/
+3
2009-02-13
Get rid of $Id$ tags
Behdad Esfahbod
36
-36
/
+36
2009-02-13
[doc] Document that a zero rescanInterval disables automatic checks (#17103)
Behdad Esfahbod
1
-0
/
+2
2009-02-13
Add FcPatternFilter() (#13016)
Behdad Esfahbod
3
-0
/
+52
2009-02-13
[doc] Add const decorator for FcPatternDuplicate()
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Implement fc-list --verbose (#13015)
Behdad Esfahbod
5
-20
/
+58
2009-02-13
Add fc-query (#13019)
Behdad Esfahbod
11
-2
/
+408
2009-02-13
Update man pages
Behdad Esfahbod
4
-21
/
+52
2009-02-13
[fc-match] Fix list of getopt options in --help
Behdad Esfahbod
1
-2
/
+2
2009-02-13
Add ~/.fonts.conf.d to default config (#17100)
Behdad Esfahbod
1
-0
/
+1
2009-02-13
Update Thai default families (#16223)
Behdad Esfahbod
1
-4
/
+9
2009-02-13
[doc] Fix signatures of FcPatternGetFTFace and FcPatternGetLangSet (#16272)
Behdad Esfahbod
1
-2
/
+4
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
220
-220
/
+220
[next]