summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Revert "Fix FcNameUnparseLangSet()" and redo itBehdad Esfahbod1-11/+18
2009-08-25Bug 23419 - "contains" expression seems not working on the fontconfig ruleBehdad Esfahbod1-2/+2
2009-08-21Bug 22037 - No Fonts installed on a default install on Windows Server 2003Behdad Esfahbod1-0/+4
2009-08-13Use multi-byte codepage aware string function on WindowsTor Lillqvist1-2/+9
2009-08-13Fix heap corruption on Windows in FcEndElement()Tor Lillqvist1-32/+11
2009-08-13Fix MinGW compilationTor Lillqvist1-0/+1
2009-07-28Improve charset printingBehdad Esfahbod2-4/+4
2009-07-25TT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32Behdad Esfahbod1-1/+1
2009-07-22Fix FcNameUnparseLangSet()Behdad Esfahbod1-18/+11
2009-07-22Remove unused macrosBehdad Esfahbod1-31/+2
2009-07-22Don't change the order of names unnecessarily (#20128)Karl Tomlinson1-1/+4
2009-07-21Use GetSystemWindowsDirectory() instead of GetWindowsDirectory() (#22037)Behdad Esfahbod1-3/+3
2009-07-20Fix leak with string VStack objectsBehdad Esfahbod1-1/+1
2009-06-28Remove unused ftglue codeBehdad Esfahbod3-131/+30
2009-06-28Fix win32 buildBehdad Esfahbod1-1/+1
2009-06-24[xml] Intern more stringsBehdad Esfahbod1-5/+4
2009-06-24[xml] Allocate FcExpr's in a pool in FcConfigBehdad Esfahbod3-43/+78
2009-06-24[xml] Mark more symbols staticBehdad Esfahbod2-40/+12
2009-06-24[xml] Centralize FcExpr allocationBehdad Esfahbod1-26/+20
2009-06-24Remove unused prototypes and functionBehdad Esfahbod2-20/+2
2009-06-24[charset] Grow internal FcCharset arrays exponentiallyBehdad Esfahbod1-29/+36
2009-06-24Always set *changed in FcCharsetMergeBehdad Esfahbod1-1/+4
2009-06-24Add XXX note about Unicode Plane 16Behdad Esfahbod1-3/+3
2009-06-24Simplify FcValueSave() semanticsBehdad Esfahbod2-11/+4
2009-06-24Use/prefer WWS family/style (name table id 21/22)Behdad Esfahbod1-0/+12
2009-06-24Mark matchers array const (#21935)Behdad Esfahbod1-1/+1
2009-06-24Detect TrueType Collections by checking the font data headerBehdad Esfahbod1-2/+9
2009-06-24Correctly handle mmap() failure (#21062)Serge van den Boom1-0/+2
2009-06-24[fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod1-2/+2
2009-06-24[fcstr] Remove unused variableBehdad Esfahbod1-2/+0
2009-03-13Document FcPatternFormat() formatBehdad Esfahbod1-46/+48
2009-03-13[fcformat] Fix default-value handlingBehdad Esfahbod1-10/+11
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod21-42/+42
2009-03-12[fcxml.c] Embed a static 64-byte attr buffer in FcPStackBehdad Esfahbod2-10/+17
2009-03-12[fcxml] Embed 64 static FcVStack objects in FcConfigParseBehdad Esfahbod1-113/+105
2009-03-12[fcxml] Embed 8 static FcPStack objects in FcConfigParseBehdad Esfahbod1-6/+22
2009-03-12[fcxml] Don't allocate attr array if there are no attributesBehdad Esfahbod1-13/+6
2009-03-12[fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soonBehdad Esfahbod3-14/+30
2009-03-12[fcstr.c] Embed a static 64-byte buffer in FcStrBufBehdad Esfahbod2-2/+10
2009-02-16[fcformat] Add list of undocumented language featuresBehdad Esfahbod1-0/+35
2009-02-16[fcformat] Add a 'pkgkit' builtin that prints tags for font packagesBehdad Esfahbod1-0/+2
2009-02-15[fcformat] Enumerate langsets like we do arrays of valuesBehdad Esfahbod1-12/+47
2009-02-15[fclang] Implement FcLangSetGetLangs() (#18846)Behdad Esfahbod1-0/+32
2009-02-15[fcformat] Implement array enumerationBehdad Esfahbod1-5/+85
2009-02-15[fcformat] Support 'default value' for simple tagsBehdad Esfahbod1-5/+25
2009-02-15[fcformat] Support indexing simple tagsBehdad Esfahbod3-5/+45
2009-02-15[fcformat] Add support for builtin formatsBehdad Esfahbod1-42/+95
2009-02-15[fcformat] Refactor code to avoid mallocBehdad Esfahbod1-102/+144
2009-02-15[fcformat] Start adding builtinsBehdad Esfahbod1-1/+26
2009-02-15[fcformat] Implement 'delete', 'escape', and 'translate' filter functionsBehdad Esfahbod1-25/+194