| Commit message (Expand) | Author | Age | Files | Lines |
* | FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->ori... | Florent Rougon | 2017-06-12 | 1 | -2/+2 |
* | FcCharSetHash(): use the 'numbers' values to compute the hash | Florent Rougon | 2017-06-07 | 1 | -1/+1 |
* | Bug 90867 - Memory Leak during error case in fccharset | Akira TAGOH | 2015-06-24 | 1 | -4/+20 |
* | Fix charset unparse after recent changes | Behdad Esfahbod | 2014-07-04 | 1 | -1/+1 |
* | Minor | Behdad Esfahbod | 2014-07-03 | 1 | -2/+2 |
* | Change charset parse/unparse format to be human readable | Behdad Esfahbod | 2014-07-03 | 1 | -144/+79 |
* | Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSet | Akira TAGOH | 2014-05-13 | 1 | -0/+15 |
* | Make refcounts, patterns, charsets, strings, and FcLang thread-safe | Behdad Esfahbod | 2013-01-02 | 1 | -12/+12 |
* | Remove memory accounting and reporting | Behdad Esfahbod | 2012-12-29 | 1 | -36/+0 |
* | Fix unused-parameter warnings | Behdad Esfahbod | 2012-12-29 | 1 | -2/+2 |
* | Check null value for given object to avoid possibly segfaulting | Akira TAGOH | 2012-03-07 | 1 | -72/+103 |
* | Cleanup copyright notices to replace "Keith Packard" with "the author(s)" | Behdad Esfahbod | 2010-11-10 | 1 | -2/+2 |
* | Add new public API: FcCharSetDelChar() | Behdad Esfahbod | 2010-09-21 | 1 | -0/+17 |
* | Remove all training whitespaces | Behdad Esfahbod | 2010-04-12 | 1 | -75/+75 |
* | Remove bogus comment | Behdad Esfahbod | 2009-11-18 | 1 | -1/+0 |
* | [charset] Grow internal FcCharset arrays exponentially | Behdad Esfahbod | 2009-06-24 | 1 | -29/+36 |
* | Always set *changed in FcCharsetMerge | Behdad Esfahbod | 2009-06-24 | 1 | -1/+4 |
* | Add XXX note about Unicode Plane 16 | Behdad Esfahbod | 2009-06-24 | 1 | -3/+3 |
* | Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files | Behdad Esfahbod | 2009-03-13 | 1 | -2/+2 |
* | Change FcCharSetMerge API | Karl Tomlinson | 2009-02-15 | 1 | -76/+53 |
* | Don't use FcCharSetCopy in FcCharSetMerge | Behdad Esfahbod | 2009-02-13 | 1 | -3/+4 |
* | Use __builtin_popcount() when available (bug #17592) | Behdad Esfahbod | 2009-02-13 | 1 | -0/+4 |
* | Reduce number of allocations during FcSortWalk(). | Chris Wilson | 2009-02-13 | 1 | -0/+62 |
* | Replace RCS Id tags with the file name | Behdad Esfahbod | 2009-02-13 | 1 | -1/+1 |
* | Fix a few memory tracking mistakes. | Keith Packard | 2008-05-04 | 1 | -0/+6 |
* | Charset hashing depended on uniqueness of leaves. | Keith Packard | 2006-09-06 | 1 | -2/+2 |
* | Eliminate .so PLT entries for local symbols. (thanks to Arjan van de Ven) | Keith Packard | 2006-09-05 | 1 | -0/+3 |
* | Reference count cache objects. | Keith Packard | 2006-09-04 | 1 | -0/+5 |
* | Hide private functions in shared library. Export functionality for utilities. | Keith Packard | 2006-09-04 | 1 | -5/+0 |
* | Fix fc-lang to use new charset freezer API. | Keith Packard | 2006-09-01 | 1 | -6/+5 |
* | Pass directory information around in FcCache structure. Freeze charsets. | Keith Packard | 2006-09-01 | 1 | -263/+287 |
* | Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache. | Keith Packard | 2006-08-30 | 1 | -24/+32 |
* | FcCharSetSerialize was using wrong offset for leaves. Make fc-cat work. | Keith Packard | 2006-08-30 | 1 | -1/+2 |
* | Rework cache files to use offsets for all data structures. | Keith Packard | 2006-08-30 | 1 | -328/+165 |
* | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 2006-04-25 | 1 | -1/+1 |
* | Missing bits from previous patches. | Patrick Lam | 2006-04-11 | 1 | -1/+4 |
* | Properly convert static charsets to dynamic charsets. | Patrick Lam | 2006-04-11 | 1 | -0/+5 |
* | Portability fixes for HP-UX (reported by Christoph Bauer). Replace | Patrick Lam | 2006-04-07 | 1 | -2/+2 |
* | Fix problem with missing 'en' due to euro.patch: change cache file format | Patrick Lam | 2006-02-09 | 1 | -4/+4 |
* | src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf) | Patrick Lam | 2006-02-07 | 1 | -3/+3 |
* | Fix hidden variable warning. | Patrick Lam | 2006-02-07 | 1 | -4/+5 |
* | Avoid check on _fcBankId nullness and fix case where it used to crash. | Patrick Lam | 2005-12-21 | 1 | -1/+1 |
* | Pass around FcCache *s to the Unserialize functions for extra consistency | Patrick Lam | 2005-11-25 | 1 | -6/+6 |
* | Don't add current_arch_start more than once. | Patrick Lam | 2005-11-17 | 1 | -4/+8 |
* | Add *NeededBytesAlign(), which overestimates the padding which is later | Patrick Lam | 2005-11-16 | 1 | -0/+11 |
* | Fix bug 2878 (excessive relocations at startup for charsets, reported by | Patrick Lam | 2005-11-04 | 1 | -0/+18 |
* | Fix more gcc4 warnings: | Patrick Lam | 2005-09-22 | 1 | -1/+2 |
* | Overhaul the serialization system to create one mmapable file per directory | Patrick Lam | 2005-08-24 | 1 | -206/+127 |
* | #ifdef out old cache stuff, replace with first version of new mmapping | Patrick Lam | 2005-07-25 | 1 | -2/+101 |
* | Add functionality to allow fontconfig data structure serialization. | Patrick Lam | 2005-06-28 | 1 | -87/+284 |