summaryrefslogtreecommitdiff
path: root/src/fclang.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH1-12/+15
2013-03-05Fix a memory leakAkira TAGOH1-1/+3
2013-01-02Make refcounts, patterns, charsets, strings, and FcLang thread-safeBehdad Esfahbod1-19/+24
2012-12-29Remove memory accounting and reportingBehdad Esfahbod1-16/+1
2012-12-29Fix sign-compare warningsBehdad Esfahbod1-3/+3
2012-12-07Fix the wrong estimation for the memory usage information in fontconfigAkira TAGOH1-2/+24
2012-06-08Bug 32853 - Export API to get the default languageAkira TAGOH1-0/+159
2010-12-09Add editing langset feature.Akira TAGOH1-0/+62
2010-12-07Bug 28958 - lang=en matches other langsBehdad Esfahbod1-0/+2
2010-11-10Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod1-2/+2
2010-04-12Remove all training whitespacesBehdad Esfahbod1-14/+14
2009-11-16[lang] Fix serializing LangSet from older versionsBehdad Esfahbod1-3/+6
2009-11-16[arch] Try to ensure proper FcLangSet alignment in archBehdad Esfahbod1-1/+1
2009-11-16Bump cache version up from 2 to 3 and fix FcLangSet caching/crashBehdad Esfahbod1-15/+52
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-07-28Improve charset printingBehdad Esfahbod1-2/+2
2009-07-22Fix FcNameUnparseLangSet()Behdad Esfahbod1-18/+11
2009-06-24[fc-lang] Make LangSet representation in the cache files stableBehdad Esfahbod1-2/+2
2009-03-13Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod1-2/+2
2009-02-15[fclang] Implement FcLangSetGetLangs() (#18846)Behdad Esfahbod1-0/+32
2009-02-13Replace RCS Id tags with the file nameBehdad Esfahbod1-1/+1
2008-01-07Include fcftaliastail.h so that the freetype funcs are exported.Keith Packard1-0/+1
2008-01-02Remove freetype requirement for build-time applications.Keith Packard1-0/+1
2007-11-05Add FcGetLangs() and FcLangGetCharSet().Behdad Esfahbod1-2/+18
2007-11-03Use FcLangDifferentTerritory instead of FcLangDifferentCountry.Keith Packard1-4/+4
2007-10-18Place language name in constant array instead of pointer.Keith Packard1-1/+1
2006-09-05Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard1-0/+3
2006-08-30Rework cache files to use offsets for all data structures.Keith Packard1-95/+25
2006-04-11Missing bits from previous patches.Patrick Lam1-0/+1
2006-04-11Properly convert static charsets to dynamic charsets.Patrick Lam1-1/+7
2006-04-07Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam1-1/+1
2006-04-06Fix intel compiler warnings: make many variables static, eliminatePatrick Lam1-3/+2
2006-03-03Fix suspicious return expression which causes junk to be returned.Patrick Lam1-1/+1
2005-11-25Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam1-4/+4
2005-11-16Add *NeededBytesAlign(), which overestimates the padding which is laterPatrick Lam1-0/+8
2005-11-04Fix bug 2878 (excessive relocations at startup for charsets, reported byPatrick Lam1-1/+15
2005-10-14Add consts to variables so as to move arrays into .rodata.Patrick Lam1-2/+2
2005-08-24Overhaul the serialization system to create one mmapable file per directoryPatrick Lam1-123/+90
2005-07-25#ifdef out old cache stuff, replace with first version of new mmappingPatrick Lam1-0/+28
2005-06-28Add functionality to allow fontconfig data structure serialization.Patrick Lam1-37/+127
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard1-1/+1
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard1-7/+11
2003-06-09Optimization in FcLangSetIndex was broken, occasionally returning a pointerKeith Packard1-14/+7
2003-04-17Remove some unused variables, and initialize some other ones so gcc doesn'tColin Walters1-4/+2
2003-03-22switch // commentKeith Packard1-1/+1
2003-03-05AddFcLangSetContains for font listing, add first-letter table for languageKeith Packard1-24/+207
2002-12-14633. Perform country-independent matching for Chinese languages inDavid Dawes1-5/+10
2002-08-26FcLangSetHasLang was not actually checking the language set itselfKeith Packard1-3/+4
2002-08-22Add contains/not_contains, fix LangSet equal operator to use FcLangEqualKeith Packard1-0/+1