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