Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
[platform/upstream/fontconfig.git] / src /
2010-04-07 Behdad EsfahbodAccept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from...
2010-02-25 Behdad EsfahbodBug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and...
2009-11-18 Tor LillqvistUse correct autoconf variable
2009-11-18 Behdad EsfahbodClean up Makefile's a bit
2009-11-18 Behdad Esfahbod[fc-glyphname] Rename internal arrays to prefix with...
2009-11-18 Behdad Esfahbod[src] Create fcglyphname.h automatically
2009-11-18 Behdad EsfahbodRemove bogus comment
2009-11-17 Behdad EsfahbodMake sure fclang.h and fcarch.h are built
2009-11-16 Behdad Esfahbod[lang] Fix serializing LangSet from older versions
2009-11-16 Behdad Esfahbod[arch] Try to ensure proper FcLangSet alignment in...
2009-11-16 Behdad Esfahbod[xml] Remove unused code
2009-11-16 Behdad Esfahbod[int] Remove more unused macros
2009-11-16 Behdad Esfahbod[int] Remove fc_value_* macros that did nothing other...
2009-11-16 Behdad Esfahbod[int] Remove fc_storage_type() in favor of direct acces...
2009-11-16 Behdad EsfahbodRemove unused macros
2009-11-16 Behdad EsfahbodBump cache version up from 2 to 3 and fix FcLangSet...
2009-11-16 Behdad Esfahbod[int] Define MIN/MAX/ABS macros
2009-11-16 Behdad EsfahbodMove FcAlign to fcint.h
2009-09-07 Behdad EsfahbodUse default config in FcFileScan() and FcDirScan()
2009-08-26 Behdad EsfahbodRevert "Fix FcNameUnparseLangSet()" and redo it
2009-08-26 Behdad EsfahbodBug 23419 - "contains" expression seems not working...
2009-08-21 Behdad EsfahbodBug 22037 - No Fonts installed on a default install...
2009-08-13 Tor LillqvistUse multi-byte codepage aware string function on Windows
2009-08-13 Tor LillqvistFix heap corruption on Windows in FcEndElement()
2009-08-13 Tor LillqvistFix MinGW compilation
2009-07-28 Behdad EsfahbodImprove charset printing
2009-07-25 Behdad EsfahbodTT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32
2009-07-22 Behdad EsfahbodFix FcNameUnparseLangSet()
2009-07-22 Behdad EsfahbodRemove unused macros
2009-07-22 Karl TomlinsonDon't change the order of names unnecessarily (#20128)
2009-07-21 Behdad EsfahbodUse GetSystemWindowsDirectory() instead of GetWindowsDi...
2009-07-20 Behdad EsfahbodFix leak with string VStack objects
2009-06-28 Behdad EsfahbodRemove unused ftglue code
2009-06-28 Behdad EsfahbodFix win32 build
2009-06-24 Behdad Esfahbod[xml] Intern more strings
2009-06-24 Behdad Esfahbod[xml] Allocate FcExpr's in a pool in FcConfig
2009-06-24 Behdad Esfahbod[xml] Mark more symbols static
2009-06-24 Behdad Esfahbod[xml] Centralize FcExpr allocation
2009-06-24 Behdad EsfahbodRemove unused prototypes and function
2009-06-24 Behdad Esfahbod[charset] Grow internal FcCharset arrays exponentially
2009-06-24 Behdad EsfahbodAlways set *changed in FcCharsetMerge
2009-06-24 Behdad EsfahbodAdd XXX note about Unicode Plane 16
2009-06-24 Behdad EsfahbodSimplify FcValueSave() semantics
2009-06-24 Behdad EsfahbodUse/prefer WWS family/style (name table id 21/22)
2009-06-24 Behdad EsfahbodMark matchers array const (#21935)
2009-06-24 Behdad EsfahbodDetect TrueType Collections by checking the font data...
2009-06-24 Serge van den BoomCorrectly handle mmap() failure (#21062)
2009-06-24 Behdad Esfahbod[fc-lang] Make LangSet representation in the cache...
2009-06-24 Behdad Esfahbod[fcstr] Remove unused variable
2009-03-13 Behdad EsfahbodDocument FcPatternFormat() format
2009-03-13 Behdad Esfahbod[fcformat] Fix default-value handling
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-03-12 Behdad Esfahbod[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
2009-03-12 Behdad Esfahbod[fcxml] Embed 64 static FcVStack objects in FcConfigParse
2009-03-12 Behdad Esfahbod[fcxml] Embed 8 static FcPStack objects in FcConfigParse
2009-03-12 Behdad Esfahbod[fcxml] Don't allocate attr array if there are no attri...
2009-03-12 Behdad Esfahbod[fcstr,fcxml] Don't copy FcStrBuf contents when we...
2009-03-12 Behdad Esfahbod[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
2009-02-16 Behdad Esfahbod[fcformat] Add list of undocumented language features
2009-02-16 Behdad Esfahbod[fcformat] Add a 'pkgkit' builtin that prints tags...
2009-02-15 Behdad Esfahbod[fcformat] Enumerate langsets like we do arrays of...
2009-02-15 Behdad Esfahbod[fclang] Implement FcLangSetGetLangs() (#18846)
2009-02-15 Behdad Esfahbod[fcformat] Implement array enumeration
2009-02-15 Behdad Esfahbod[fcformat] Support 'default value' for simple tags
2009-02-15 Behdad Esfahbod[fcformat] Support indexing simple tags
2009-02-15 Behdad Esfahbod[fcformat] Add support for builtin formats
2009-02-15 Behdad Esfahbod[fcformat] Refactor code to avoid malloc
2009-02-15 Behdad Esfahbod[fcformat] Start adding builtins
2009-02-15 Behdad Esfahbod[fcformat] Implement 'delete', 'escape', and 'translate...
2009-02-15 Behdad Esfahbod[fcformat] Add value-count syntax
2009-02-15 Behdad Esfahbod[FcStrBuf] better handle malloc failure
2009-02-15 Behdad Esfahbod[fcformat] Implement 'cescape', 'shescape', and 'xmlesc...
2009-02-15 Behdad Esfahbod[fcformat] Add simple converters
2009-02-15 Behdad Esfahbod[fcformat] Add conditionals
2009-02-15 Behdad Esfahbod[fcformat] Add element filtering and deletion
2009-02-15 Behdad Esfahbod[fcformat] Add support for subexpressions
2009-02-15 Behdad Esfahbod[fcformat] Refactor and restructure code for upcoming...
2009-02-15 Behdad Esfahbod[fcformat] Add support for width modifiers
2009-02-15 Behdad Esfahbod[cache] After writing cache to file, update the interna...
2009-02-15 Behdad Esfahbod[fccache] Make sure the cache is current when reusing...
2009-02-15 Behdad Esfahbod[win32] Do not remove leading '\\' such that network...
2009-02-15 Behdad Esfahbod[win32] Expand "APPSHAREFONTDIR" to ../share/fonts...
2009-02-15 Behdad Esfahbod[win32] Fix usage of GetFullPathName()
2009-02-15 Behdad Esfahbod[fcfreetype] Fix typo in GB2312 encoding name string...
2009-02-15 Karl TomlinsonChange FcCharSetMerge API
2009-02-15 Behdad Esfahbod[fcmatch] Fix crash when no fonts are available.
2009-02-14 Behdad EsfahbodOops, fix FcPatternFilter
2009-02-14 Behdad EsfahbodRevive FcConfigScan() (bug #17121)
2009-02-14 Behdad EsfahbodDon't use FcCharSetCopy in FcCharSetMerge
2009-02-14 Behdad EsfahbodMake FcCharSetMerge() public
2009-02-14 Behdad Esfahbod[fcmatch] Move FcFontSetMatch() functionality into...
2009-02-14 Behdad Esfahbod[fcmatch] When matching, reserve score 0 for when eleme...
2009-02-14 Behdad Esfahbod[fcmatch] Use larger multipliers to enforce order
2009-02-14 Behdad Esfahbod[fcmatch.c] Fix debug formatting
2009-02-14 Behdad EsfahbodFix comparison of family names to ignore leading space...
2009-02-14 Behdad EsfahbodImplement FcPatternFormat and use it in cmdline tools...
2009-02-14 Behdad EsfahbodRemove special-casing of FC_FILE in FcPatternPrint()
2009-02-14 Behdad EsfahbodExplicitly chmod() directories (bug #18934)
2009-02-14 Behdad EsfahbodDon't use identifier named complex
2009-02-14 Behdad EsfahbodFix compile with old FreeType that doesn't have FT_Sele...
next