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
2009-08-25
Revert "Fix FcNameUnparseLangSet()" and redo it
Behdad Esfahbod
1
-11
/
+18
2009-08-25
Bug 23419 - "contains" expression seems not working on the fontconfig rule
Behdad Esfahbod
1
-2
/
+2
2009-08-21
Bug 22037 - No Fonts installed on a default install on Windows Server 2003
Behdad Esfahbod
1
-0
/
+4
2009-08-13
Use multi-byte codepage aware string function on Windows
Tor Lillqvist
1
-2
/
+9
2009-08-13
Fix heap corruption on Windows in FcEndElement()
Tor Lillqvist
1
-32
/
+11
2009-08-13
Fix MinGW compilation
Tor Lillqvist
1
-0
/
+1
2009-07-28
Improve charset printing
Behdad Esfahbod
2
-4
/
+4
2009-07-25
TT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32
Behdad Esfahbod
1
-1
/
+1
2009-07-22
Fix FcNameUnparseLangSet()
Behdad Esfahbod
1
-18
/
+11
2009-07-22
Remove unused macros
Behdad Esfahbod
1
-31
/
+2
2009-07-22
Don't change the order of names unnecessarily (#20128)
Karl Tomlinson
1
-1
/
+4
2009-07-21
Use GetSystemWindowsDirectory() instead of GetWindowsDirectory() (#22037)
Behdad Esfahbod
1
-3
/
+3
2009-07-20
Fix leak with string VStack objects
Behdad Esfahbod
1
-1
/
+1
2009-06-28
Remove unused ftglue code
Behdad Esfahbod
3
-131
/
+30
2009-06-28
Fix win32 build
Behdad Esfahbod
1
-1
/
+1
2009-06-24
[xml] Intern more strings
Behdad Esfahbod
1
-5
/
+4
2009-06-24
[xml] Allocate FcExpr's in a pool in FcConfig
Behdad Esfahbod
3
-43
/
+78
2009-06-24
[xml] Mark more symbols static
Behdad Esfahbod
2
-40
/
+12
2009-06-24
[xml] Centralize FcExpr allocation
Behdad Esfahbod
1
-26
/
+20
2009-06-24
Remove unused prototypes and function
Behdad Esfahbod
2
-20
/
+2
2009-06-24
[charset] Grow internal FcCharset arrays exponentially
Behdad Esfahbod
1
-29
/
+36
2009-06-24
Always set *changed in FcCharsetMerge
Behdad Esfahbod
1
-1
/
+4
2009-06-24
Add XXX note about Unicode Plane 16
Behdad Esfahbod
1
-3
/
+3
2009-06-24
Simplify FcValueSave() semantics
Behdad Esfahbod
2
-11
/
+4
2009-06-24
Use/prefer WWS family/style (name table id 21/22)
Behdad Esfahbod
1
-0
/
+12
2009-06-24
Mark matchers array const (#21935)
Behdad Esfahbod
1
-1
/
+1
2009-06-24
Detect TrueType Collections by checking the font data header
Behdad Esfahbod
1
-2
/
+9
2009-06-24
Correctly handle mmap() failure (#21062)
Serge van den Boom
1
-0
/
+2
2009-06-24
[fc-lang] Make LangSet representation in the cache files stable
Behdad Esfahbod
1
-2
/
+2
2009-06-24
[fcstr] Remove unused variable
Behdad Esfahbod
1
-2
/
+0
2009-03-13
Document FcPatternFormat() format
Behdad Esfahbod
1
-46
/
+48
2009-03-13
[fcformat] Fix default-value handling
Behdad Esfahbod
1
-10
/
+11
2009-03-13
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
Behdad Esfahbod
21
-42
/
+42
2009-03-12
[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
Behdad Esfahbod
2
-10
/
+17
2009-03-12
[fcxml] Embed 64 static FcVStack objects in FcConfigParse
Behdad Esfahbod
1
-113
/
+105
2009-03-12
[fcxml] Embed 8 static FcPStack objects in FcConfigParse
Behdad Esfahbod
1
-6
/
+22
2009-03-12
[fcxml] Don't allocate attr array if there are no attributes
Behdad Esfahbod
1
-13
/
+6
2009-03-12
[fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soon
Behdad Esfahbod
3
-14
/
+30
2009-03-12
[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
Behdad Esfahbod
2
-2
/
+10
2009-02-16
[fcformat] Add list of undocumented language features
Behdad Esfahbod
1
-0
/
+35
2009-02-16
[fcformat] Add a 'pkgkit' builtin that prints tags for font packages
Behdad Esfahbod
1
-0
/
+2
2009-02-15
[fcformat] Enumerate langsets like we do arrays of values
Behdad Esfahbod
1
-12
/
+47
2009-02-15
[fclang] Implement FcLangSetGetLangs() (#18846)
Behdad Esfahbod
1
-0
/
+32
2009-02-15
[fcformat] Implement array enumeration
Behdad Esfahbod
1
-5
/
+85
2009-02-15
[fcformat] Support 'default value' for simple tags
Behdad Esfahbod
1
-5
/
+25
2009-02-15
[fcformat] Support indexing simple tags
Behdad Esfahbod
3
-5
/
+45
2009-02-15
[fcformat] Add support for builtin formats
Behdad Esfahbod
1
-42
/
+95
2009-02-15
[fcformat] Refactor code to avoid malloc
Behdad Esfahbod
1
-102
/
+144
2009-02-15
[fcformat] Start adding builtins
Behdad Esfahbod
1
-1
/
+26
2009-02-15
[fcformat] Implement 'delete', 'escape', and 'translate' filter functions
Behdad Esfahbod
1
-25
/
+194
[next]