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
2014-01-17
Add missing license headers
Akira TAGOH
2
-0
/
+46
2013-12-20
Improve the performance issue on rescanning directories
Akira TAGOH
5
-1
/
+88
2013-12-16
Fix a build issue on platforms where doesn't support readlink()
Akira TAGOH
1
-1
/
+3
2013-12-09
Bug 72380 - Never drop first font when trimming
Behdad Esfahbod
1
-2
/
+3
2013-12-02
Simplify to validate the availability of posix_fadvise
Akira TAGOH
1
-1
/
+1
2013-11-11
Fix typo
Akira TAGOH
1
-2
/
+2
2013-11-05
Avoid null pointer dereference in FcNameParse if malloc fails
Alan Coopersmith
1
-0
/
+2
2013-11-05
Avoid memory leak when NULL path passed to FcStrBuildFilename
Alan Coopersmith
1
-2
/
+6
2013-10-31
Warn if no <test> nor <edit> elements in <match>
Akira TAGOH
1
-0
/
+5
2013-10-28
Change the default weight on match to FC_WEIGHT_NORMAL
Akira TAGOH
1
-1
/
+1
2013-10-21
Fix build issue on Debian/kFreeBSD 7.0
Akira TAGOH
1
-1
/
+2
2013-10-02
Workaround the race condition issue on updating cache
Akira TAGOH
1
-0
/
+6
2013-09-26
avoid reading config.h twice
Akira TAGOH
5
-17
/
+0
2013-09-24
Fix a crash when FcPattern is set to null on FcFontSetList() and FcFontList()
Akira TAGOH
1
-0
/
+2
2013-09-18
Copy all values from the font to the pattern if the pattern doesn't have the ...
Akira TAGOH
1
-2
/
+4
2013-09-09
Fix memory leaks in FcFreeTypeQueryFace
Akira TAGOH
1
-5
/
+10
2013-09-02
Do not create a config dir for migration when no config files nor dirs
Akira TAGOH
1
-5
/
+10
2013-08-31
Fix a crash
Akira TAGOH
1
-0
/
+15
2013-08-26
Fix a wrong edit position when 'kind' is different
Akira TAGOH
1
-8
/
+16
2013-08-24
Fix a crash when non-builtin objects are edited
Akira TAGOH
2
-19
/
+14
2013-08-24
Fix a typo
Akira TAGOH
1
-3
/
+4
2013-08-21
Fix assertion
Behdad Esfahbod
1
-1
/
+1
2013-08-21
Minor
Behdad Esfahbod
1
-1
/
+1
2013-08-14
Bug 16818 - fontformat in match pattern is not respected?
Akira TAGOH
2
-1
/
+2
2013-08-07
Bug 67845 - Match on FC_SCALABLE
Akira TAGOH
2
-1
/
+2
2013-08-07
warn deprecated only when migration failed
Akira TAGOH
5
-29
/
+101
2013-08-06
Bug 67809 - Invalid read/write with valgrind when assigning something twice
Akira TAGOH
1
-1
/
+1
2013-08-06
Fix wrong edit position
Akira TAGOH
3
-35
/
+72
2013-07-09
trivial code optimization
Akira TAGOH
1
-2
/
+4
2013-07-04
Rework to apply the intermixed test and edit elements in one-pass
Akira TAGOH
4
-341
/
+321
2013-07-03
Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
Akira TAGOH
1
-1
/
+1
2013-07-02
Use INT_MAX instead of unreliable hardcoding value
Akira TAGOH
1
-1
/
+2
2013-06-28
Fix the behavior of intermixed tests end edits in match
Akira TAGOH
3
-12
/
+53
2013-06-28
Add FcTypeUnknown to FcType to avoid comparison of constant -1
Akira TAGOH
8
-7
/
+25
2013-06-27
Fix a incompatible pointer warning on NetBSD
Akira TAGOH
1
-0
/
+10
2013-06-27
Fix a shift count overflow on 32bit box
Akira TAGOH
1
-10
/
+10
2013-06-26
Fix a comparison of constant warning with clang
Akira TAGOH
1
-1
/
+1
2013-05-24
Bug 64906 - FcNameParse() should ignore leading whitespace in parameters
Akira TAGOH
1
-0
/
+6
2013-05-16
Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memory
Akira TAGOH
3
-17
/
+31
2013-05-16
Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
Akira TAGOH
1
-1
/
+13
2013-05-08
Use the glob matching for filename
Akira TAGOH
4
-49
/
+51
2013-04-10
Bug 63329 - make check fails: .. contents:: :depth: 2
Akira TAGOH
3
-10
/
+88
2013-04-09
Revert the previous change and rework to not export freetype API outside fcfr...
Akira TAGOH
3
-41
/
+34
2013-04-09
Obtain fonts data via FT_Face instead of opening a file directly
Akira TAGOH
3
-19
/
+37
2013-04-09
Ensure closing fp on error
Akira TAGOH
1
-1
/
+1
2013-04-08
build-chain, replace INCLUDES directive by AM_CPPFLAGS
Sebastian Freundt
1
-1
/
+1
2013-04-01
Bug 62980 - matching native fonts with even :lang=en
Akira TAGOH
1
-16
/
+7
2013-03-21
Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
Akira TAGOH
5
-38
/
+124
2013-03-21
Fix a SIGSEGV on FcPatternGet* with NULL pattern
Akira TAGOH
1
-0
/
+2
2013-03-08
Fix crash with FcConfigSetCurrent(NULL)
Behdad Esfahbod
1
-1
/
+1
[next]