summaryrefslogtreecommitdiff
path: root/src/fcname.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify FcRangeBehdad Esfahbod2015-05-271-12/+2
* Accept Integer for FC_SIZEBehdad Esfahbod2015-05-271-1/+3
* Write ranges using a [start finish) formatBehdad Esfahbod2015-05-271-2/+2
* Add FC_WEIGHT_DEMILIGHTBehdad Esfahbod2014-07-251-0/+2
* Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH2014-03-261-4/+45
* Avoid null pointer dereference in FcNameParse if malloc failsAlan Coopersmith2013-11-051-0/+2
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-281-1/+4
* Fix a comparison of constant warning with clangAkira TAGOH2013-06-261-1/+1
* Bug 64906 - FcNameParse() should ignore leading whitespace in parametersAkira TAGOH2013-05-241-0/+6
* Update _FcMatchers definition logicAkira TAGOH2013-02-061-1/+1
* Remove FcSharedStr*Behdad Esfahbod2013-01-021-1/+1
* Use a static perfect hash table for object-name lookupBehdad Esfahbod2013-01-021-273/+42
* Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstantsBehdad Esfahbod2013-01-011-88/+12
* MinorBehdad Esfahbod2013-01-011-1/+1
* Initialize matrix during name parsingBehdad Esfahbod2012-12-311-0/+1
* Remove memory accounting and reportingBehdad Esfahbod2012-12-291-2/+0
* Fix sign-compare warningsBehdad Esfahbod2012-12-291-3/+3
* Fix compiler warningsBehdad Esfahbod2012-12-291-3/+3
* Bug 50835 - Deprecate FC_GLOBAL_ADVANCEAkira TAGOH2012-06-111-2/+2
* Bug 27765 - FcMatch() returns style in wrong languageAkira TAGOH2012-04-241-0/+1
* Bug 17832 - Memory leaks due to FcStrStaticName use for external patternsAkira TAGOH2012-03-281-26/+8
* FcObjectValidType: tweak -1 checkingMike Frysinger2012-02-211-3/+1
* FcName{,Get}Constant: constify string inputMike Frysinger2012-02-211-2/+2
* Bug 26718 - "fc-match sans file" doesn't workBehdad Esfahbod2011-06-201-2/+1
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
* Remove all training whitespacesBehdad Esfahbod2010-04-121-14/+14
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-131-2/+2
* [fcformat] Support indexing simple tagsBehdad Esfahbod2009-02-151-1/+1
* Implement FcPatternFormat and use it in cmdline tools (bug #17107)Behdad Esfahbod2009-02-131-1/+1
* Implement fc-list --verbose (#13015)Behdad Esfahbod2009-02-131-0/+14
* Replace RCS Id tags with the file nameBehdad Esfahbod2009-02-131-1/+1
* Fontconfig options for freetype sub-pixel filter configurationSylvain Pasche2008-05-031-1/+6
* Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven)Keith Packard2006-09-051-0/+3
* Don't segfault when string values can't be parsed as charsets or langsets.Keith Packard2006-09-021-0/+6
* Add FcMatchScan to resolve Delicious font matching issues (bug #6769)Keith Packard2006-09-021-4/+30
* Allow FcTypeLangSet to match either FcTypeLangSet or FcTypeString.Keith Packard2006-08-311-0/+4
* Rework Object name database to unify typechecking and object lookup.Keith Packard2006-08-301-169/+220
* Rework cache files to use offsets for all data structures.Keith Packard2006-08-301-114/+28
* Include $(top_srcdir), $(top_srcdir)/src before anything else.Patrick Lam2006-04-251-1/+1
* Fix Gecko-exposed segfault from my last hack to FcObjectToPtrLookup.Patrick Lam2006-04-141-15/+5
* Fix bad behaviour on realloc resulting in crash.Patrick Lam2006-04-121-7/+10
* Properly convert static charsets to dynamic charsets.Patrick Lam2006-04-111-8/+0
* Swap typo in order of ALIGN and dereferencing, fixing bug 6529.Patrick Lam2006-04-101-1/+1
* Portability fixes for HP-UX (reported by Christoph Bauer). ReplacePatrick Lam2006-04-071-1/+1
* Remove stuff we don't use, make get_{char,short,long} functions of ftgluePatrick Lam2006-03-081-1/+1
* Print out full pathname in fc-match -v as well. Reported by FredericPatrick Lam2006-01-071-4/+7
* Don't assign types to user object names.Patrick Lam2005-12-061-0/+3
* Pass around FcCache *s to the Unserialize functions for extra consistencyPatrick Lam2005-11-251-1/+1
* Inline the *PtrU functions to gain perf. Remove unneeded params for thePatrick Lam2005-11-251-9/+3
* Don't add current_arch_start more than once.Patrick Lam2005-11-171-2/+4