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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-15
[fcformat] Add element filtering and deletion
Behdad Esfahbod
1
-52
/
+162
2009-02-15
[fcformat] Add support for subexpressions
Behdad Esfahbod
1
-25
/
+124
2009-02-15
[fcformat] Refactor and restructure code for upcoming changes
Behdad Esfahbod
1
-69
/
+96
2009-02-15
[fcformat] Add support for width modifiers
Behdad Esfahbod
1
-3
/
+43
2009-02-15
[cache] After writing cache to file, update the internal copy to reflect this
Behdad Esfahbod
1
-0
/
+16
2009-02-15
[fccache] Make sure the cache is current when reusing from open caches
Behdad Esfahbod
1
-1
/
+7
2009-02-15
[win32] Do not remove leading '\\' such that network paths work
Behdad Esfahbod
1
-1
/
+7
2009-02-15
[win32] Expand "APPSHAREFONTDIR" to ../share/fonts relative to binary location
Behdad Esfahbod
1
-0
/
+21
2009-02-15
[win32] Fix usage of GetFullPathName()
Behdad Esfahbod
1
-3
/
+1
2009-02-15
[fcfreetype] Fix typo in GB2312 encoding name string (#19845)
Behdad Esfahbod
1
-1
/
+1
2009-02-15
Change FcCharSetMerge API
Karl Tomlinson
2
-105
/
+88
2009-02-15
[fcmatch] Fix crash when no fonts are available.
Behdad Esfahbod
1
-2
/
+8
2009-02-13
Oops, fix FcPatternFilter
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Revive FcConfigScan() (bug #17121)
Behdad Esfahbod
1
-65
/
+90
2009-02-13
Don't use FcCharSetCopy in FcCharSetMerge
Behdad Esfahbod
1
-3
/
+4
2009-02-13
Make FcCharSetMerge() public
Behdad Esfahbod
1
-3
/
+0
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
4
-1
/
+162
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
Fix compile with old FreeType that doesn't have FT_Select_Size() (bug #17498)
Behdad Esfahbod
1
-0
/
+2
2009-02-13
Use __builtin_popcount() when available (bug #17592)
Behdad Esfahbod
1
-0
/
+4
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
Don't use variables named 'bool' (bug #18851)
Harald Fernengel
1
-8
/
+8
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
Add FcConfigReference() (#17124)
Behdad Esfahbod
2
-0
/
+22
2009-02-13
Document when config can be NULL (#17105)
Behdad Esfahbod
1
-0
/
+3
2009-02-13
Fix docs re 'orig' argument of FcPatternBuild and family
Behdad Esfahbod
1
-6
/
+6
2009-02-13
Get rid of $Id$ tags
Behdad Esfahbod
1
-1
/
+1
2009-02-13
Add FcPatternFilter() (#13016)
Behdad Esfahbod
1
-0
/
+37
2009-02-13
Implement fc-list --verbose (#13015)
Behdad Esfahbod
3
-0
/
+27
2009-02-13
Replace RCS Id tags with the file name
Behdad Esfahbod
18
-18
/
+18
2009-02-13
When canonizing filenames, squash // and remove final / (#bug 16286)
Behdad Esfahbod
1
-0
/
+3
2009-02-13
Avoid C99ism in Win32 code (#16651)
Behdad Esfahbod
2
-2
/
+4
2008-05-24
Ignore empty <dir></dir> elements
Keith Packard
1
-1
/
+3
2008-05-24
FcConfigUptoDate breaks if directory mtime is in the future. Bug 14424.
Sayamindu Dasgupta
1
-1
/
+12
2008-05-24
Fix index/offset for 'decorative' matcher. Bug 15890.
Evgeniy Stepanov
1
-4
/
+3
2008-05-04
Add extended, caps, dunhill style mappings.
Keith Packard
1
-2
/
+3
2008-05-04
Fix a few memory tracking mistakes.
Keith Packard
5
-4
/
+17
2008-05-03
Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)
Keith Packard
1
-3
/
+3
2008-05-03
Add FreeType-dependent functions to fontconfig.def file. (bug 15415)
Carlo Bramini
1
-2
/
+2
2008-05-03
Use of ":=" in src/Makefile.am is unportable (bug 14420)
Keith Packard
1
-1
/
+1
[next]