index
:
~tagoh/fontconfig
bz24613
bz40648
bz59438
charset-from-string
disable-auto-update
langtag-support
master
panose-sfamilyclass-support
Font customization and configuration library
tagoh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-22
Fix to work the debugging option on fc-validate
Akira TAGOH
1
-0
/
+3
2017-08-22
Accept 4 digit script tag in FcLangNormalize().
Akira TAGOH
1
-1
/
+2
2017-08-15
Do not ship fcobjshash.gperf in archive
Akira TAGOH
1
-2
/
+1
2017-08-13
Keep the same behavior to the return value of FcConfigParseAndLoad
Akira TAGOH
1
-0
/
+4
2017-08-08
Fix weight mapping
Behdad Esfahbod
1
-1
/
+1
2017-08-04
Fix warning
Behdad Esfahbod
1
-1
/
+1
2017-08-04
Fix sign-difference compare warning
Behdad Esfahbod
1
-1
/
+3
2017-08-04
Minor
Behdad Esfahbod
1
-1
/
+1
2017-08-03
Ignore 'und-' prefix for in FcLangCompare
Behdad Esfahbod
1
-3
/
+20
2017-08-02
Add und-zsye.orth to support emoji in lang
Akira TAGOH
1
-1
/
+1
2017-07-31
Pass --pic to gperf
Behdad Esfahbod
1
-1
/
+1
2017-07-11
Fix gcc warnings with enabling libxml2
Akira TAGOH
1
-2
/
+2
2017-07-07
Add FcConfigParseAndLoadFromMemory() to load a configuration from memory.
Akira TAGOH
1
-75
/
+131
2017-07-07
Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...
Akira TAGOH
2
-8
/
+19
2017-07-05
Fix distcheck error
Akira TAGOH
1
-1
/
+6
2017-06-27
Treat C.UTF-8 and C.utf8 locales as built in the C library.
Josselin Mouette
1
-0
/
+2
2017-06-12
FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->ori...
Florent Rougon
1
-2
/
+2
2017-06-12
FcLangSetCompare(): fix bug when two charsets come from different "buckets"
Florent Rougon
1
-2
/
+12
2017-06-09
Fix erroneous test on language id in FcLangSetPromote()
Florent Rougon
1
-1
/
+1
2017-06-09
Fix an off-by-one error in FcLangSetIndex()
Florent Rougon
1
-1
/
+10
2017-06-07
FcCharSetHash(): use the 'numbers' values to compute the hash
Florent Rougon
1
-1
/
+1
2017-06-05
Fix the build failure when srcdir != builddir and have gperf 3.1 or later ins...
Akira TAGOH
1
-3
/
+7
2017-06-03
Force regenerate fcobjshash.h when updating Makefile
Akira TAGOH
1
-4
/
+3
2017-06-01
Bug 99360 - Fix cache file update on MinGW
Masamichi Hosoda
1
-0
/
+8
2017-03-01
Fix the build issue on GNU/Hurd
Akira TAGOH
3
-8
/
+44
2017-02-23
Fix the build issue with gperf 3.1
Akira TAGOH
1
-2
/
+2
2016-12-20
Avoid conflicts with integer width macros from TS 18661-1:2014
Khem Raj
1
-1
/
+1
2016-11-14
Fix FcCacheOffsetsValid()
Akira TAGOH
1
-5
/
+12
2016-08-05
Properly validate offsets in cache files.
Tobias Stoeckmann
1
-1
/
+80
2016-07-08
Bug 96676 - Check range of FcWeightFromOpenType argument
Akira TAGOH
1
-0
/
+1
2016-06-15
Remove unused code
Akira TAGOH
1
-4
/
+0
2016-05-30
Fix a couple of minor memory leaks
Erik de Castro Lopo
1
-0
/
+2
2016-05-27
Bug 95481 - Build fails on Android due to broken lconv struct
Akira TAGOH
1
-5
/
+16
2016-05-23
Fix memory leak in FcDirCacheLock
Petr Filipsky
1
-0
/
+1
2016-05-19
Bug 95477 - FcAtomicLock fails when SELinux denies link() syscall with EACCES
Akira TAGOH
1
-1
/
+1
2016-04-06
Revert "Workaround another race condition issue"
Akira TAGOH
3
-62
/
+8
2016-03-08
[GX] Improve weight mapping
Behdad Esfahbod
1
-3
/
+12
2016-03-08
Improve OpenType to Fontconfig weight mapping
Behdad Esfahbod
1
-6
/
+19
2016-03-08
[GX] Enumerate all named-instances in TrueType GX fonts
Behdad Esfahbod
1
-4
/
+15
2016-03-08
[GX] Support instance weight, width, and style name
Behdad Esfahbod
1
-6
/
+68
2016-03-08
Call FcFreeTypeQueryFace() from fcdir.c, instead of FcFreeTypeQuery()
Behdad Esfahbod
1
-4
/
+21
2016-01-12
Optimizations in FcStrSet
Patrick Haller
6
-21
/
+51
2015-11-18
remomve unnecessary code
Akira TAGOH
1
-1
/
+0
2015-10-16
Fix assertion on 32bit arch
Akira TAGOH
1
-1
/
+1
2015-10-15
Use int64_t instead of long long
Akira TAGOH
2
-3
/
+3
2015-10-13
Fix build issue on MinGW
Akira TAGOH
1
-2
/
+14
2015-10-13
Use long long to see the same size between LP64 and LLP64
Akira TAGOH
2
-2
/
+2
2015-08-14
Fix the broken cache more.
Akira TAGOH
4
-2
/
+112
2015-06-26
Revert changes made to FcConfigAppFontAddDir() recently
Behdad Esfahbod
3
-29
/
+11
2015-06-24
Bug 90867 - Memory Leak during error case in fccharset
Akira TAGOH
1
-4
/
+20
[next]