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-11-07
Add the ruleset description support
Akira TAGOH
7
-294
/
+886
2017-10-12
src/fcxml.c: avoid double free() of filename
Alexander Kanavin
1
-1
/
+0
2017-10-11
Remove assert
Behdad Esfahbod
1
-1
/
+2
2017-09-29
Fix a compiler warning
Akira TAGOH
1
-3
/
+3
2017-09-28
Require freetype >= 2.8.1
Behdad Esfahbod
1
-43
/
+0
2017-09-28
Merge branch 'varfonts2'
Behdad Esfahbod
10
-356
/
+640
2017-09-27
[varfonts] Share lang across named-instances
Behdad Esfahbod
3
-10
/
+34
2017-09-27
Use binary-search for finding name table entries
Behdad Esfahbod
1
-126
/
+141
2017-09-27
Simplify name-table platform mathcing logic
Behdad Esfahbod
1
-24
/
+5
2017-09-27
Don't convert nameds to UTF-8 unless we are going to use them
Behdad Esfahbod
1
-17
/
+22
2017-09-27
Whitespace
Behdad Esfahbod
1
-9
/
+9
2017-09-27
Fix whitespace-trimming loop and empty strings...
Behdad Esfahbod
1
-3
/
+3
2017-09-27
Move whitespace-trimming code to apply to all name-table strings
Behdad Esfahbod
1
-12
/
+11
2017-09-27
[varfonts] Reuse charset for named instances
Behdad Esfahbod
1
-11
/
+33
2017-09-27
Separate charset and spacing code
Behdad Esfahbod
1
-44
/
+64
2017-09-21
Fix again to keep the same behavior to the return value of FcConfigParseAndLoad
Akira TAGOH
1
-1
/
+1
2017-09-21
Revert "Keep the same behavior to the return value of FcConfigParseAndLoad"
Akira TAGOH
1
-4
/
+0
2017-09-20
[varfonts] Don't reopen face for each named instance
Behdad Esfahbod
1
-44
/
+56
2017-09-20
[varfonts] Do not set postscriptname for varfont pattern
Behdad Esfahbod
1
-42
/
+45
2017-09-20
[varfonts] Skip named-instance that is equivalent to base font
Behdad Esfahbod
1
-5
/
+36
2017-09-20
[varfonts] Don't set style for variable-font pattern
Behdad Esfahbod
1
-1
/
+3
2017-09-20
[varfonts] Comment
Behdad Esfahbod
1
-2
/
+4
2017-09-20
[varfonts] Minor
Behdad Esfahbod
1
-3
/
+4
2017-09-20
Revert "[varfonts] Use fvar data even if there's no variation in it"
Behdad Esfahbod
1
-17
/
+8
2017-09-20
Minor
Behdad Esfahbod
1
-4
/
+12
2017-09-20
[varfonts] Use fvar data even if there's no variation in it
Behdad Esfahbod
1
-8
/
+17
2017-09-20
Fix possible div-by-zero
Behdad Esfahbod
1
-1
/
+1
2017-09-20
Implement more config bool operations for boolean types
Behdad Esfahbod
1
-0
/
+12
2017-09-20
Add FcDontCare value to FcBool
Behdad Esfahbod
4
-6
/
+30
2017-09-20
[varfonts] Map from OpenType to Fontconfig weight values
Behdad Esfahbod
1
-0
/
+4
2017-09-20
Fix range comparision operators implementation
Behdad Esfahbod
1
-7
/
+6
2017-09-20
Add separate match compare function for size
Behdad Esfahbod
2
-1
/
+51
2017-09-20
In RenderPrepare(), handle ranges smartly
Behdad Esfahbod
1
-14
/
+37
2017-09-20
[varfonts] Fetch optical-size for named instances
Behdad Esfahbod
1
-1
/
+4
2017-09-20
[varfonts] Query variable font in FcFreeTypeQueryAll()
Behdad Esfahbod
1
-2
/
+4
2017-09-20
Fix instance-num handling in collections
Behdad Esfahbod
1
-1
/
+1
2017-09-20
[varfonts] Query varfonts if id >> 16 == 0x8000
Behdad Esfahbod
1
-14
/
+69
2017-09-20
[varfonts] Change FC_WEIGHT and FC_WIDTH into ranges
Behdad Esfahbod
1
-2
/
+2
2017-09-20
Print ranges as closed as opposed to half-open
Behdad Esfahbod
2
-3
/
+3
2017-09-20
[varfonts] Change id argument in FcFreeTypeQuery* to unsigned int
Behdad Esfahbod
1
-10
/
+10
2017-09-20
[varfonts] Add FC_VARIABLE
Behdad Esfahbod
4
-0
/
+6
2017-09-20
[varfonts] Add FC_FONT_VARIATIONS
Behdad Esfahbod
1
-0
/
+1
2017-09-20
Indent
Behdad Esfahbod
1
-15
/
+15
2017-09-20
Check instance-index before accessing array
Behdad Esfahbod
1
-2
/
+5
2017-09-20
In FcSubstituteDefault(), handle size range
Behdad Esfahbod
1
-1
/
+8
2017-09-20
Rewrite FcCompareRange()
Behdad Esfahbod
1
-19
/
+20
2017-09-20
Rename FcCompareSizeRange() to FcCompareRange()
Behdad Esfahbod
2
-3
/
+3
2017-09-20
Remove FcCompareSize()
Behdad Esfahbod
2
-35
/
+1
2017-09-20
Accept NULL in for spacing in FcFreeTypeCharSetAndSpacing()
Behdad Esfahbod
1
-13
/
+16
2017-09-12
Add FcFreeTypeQueryAll()
Behdad Esfahbod
2
-67
/
+83
[next]