summaryrefslogtreecommitdiff
path: root/src/fcint.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up unused codeAkira TAGOH2023-03-061-1/+0
* Fix false-positive CFI failureTom Anderson2023-02-131-2/+2
* Add FC_DESKTOP_NAME propertyAkira TAGOH2022-11-261-2/+5
* Back FcSerialize with open addressing hash table.Ben Wagner2021-11-161-6/+7
* Resolves symlinks against <dir prefix="relative">Akira TAGOH2021-10-111-0/+3
* fcint: add casts to allow building with stricter compilersAlex Richardson2021-07-201-3/+3
* Revert constructing fullname property from family and style propertiesAkira TAGOH2021-06-281-4/+0
* Add support for XDG_DATA_DIRSAkira TAGOH2021-03-301-0/+6
* Add fullname later once FcConfigSubstitute() is doneAkira TAGOH2020-09-161-0/+4
* Fix up FC_LIKELY macrosMatthias Clasen2020-08-251-2/+2
* Add FC_LIKELY and FC_UNLIKELY macrosMatthias Clasen2020-08-251-0/+8
* Add a hash function for familiesMatthias Clasen2020-08-251-0/+3
* Fix build issues regarding formatter for Win32Akira TAGOH2020-08-061-0/+4
* fccompat: fix build on Windows without unistd.hTim-Philipp Müller2020-07-071-0/+2
* Allow overriding salt with new one coming laterAkira TAGOH2019-04-031-0/+3
* Add salt attribute to dir and remap-dir elementsAkira TAGOH2019-04-031-5/+13
* Add reset-dirs elementAkira TAGOH2019-04-031-0/+6
* Replace UUID file mechanism with per-directory 'map' attribute [v2]Keith Packard2019-04-031-2/+16
* Warn when constant name is used for unexpected objectAkira TAGOH2018-11-301-0/+3
* Fix the build issue with --enable-staticAkira TAGOH2018-09-031-4/+0
* Return canonicalized paths from FcConfigRealFilenameTom Anderson2018-07-161-0/+3
* Remove .uuid when no font files exists on a directoryAkira TAGOH2018-06-111-0/+4
* Cache: Remove alias_tableAlexander Larsson2018-05-251-1/+0
* Cache: Rewrite relocated paths in earlierAlexander Larsson2018-05-251-1/+4
* Add FcCacheAllocate() helperAlexander Larsson2018-05-251-0/+4
* Bug 43367 - RFE: iterator to peek objects in FcPatternAkira TAGOH2018-05-111-0/+9
* Fix undefined-shift UBSAN errorsTom Anderson2018-04-161-1/+1
* Do not mix up font dirs into the list of config dirsAkira TAGOH2018-02-051-4/+0
* Add FcReadLink to wrap up readlink impl.Akira TAGOH2018-01-041-0/+5
* Replace uuid in the table properly when -rAkira TAGOH2017-12-181-0/+4
* Update .uuid only when -r is given but not -f.Akira TAGOH2017-12-181-5/+0
* abstract hash table functionsAkira TAGOH2017-11-201-5/+46
* Add new API to find out a font from current search pathAkira TAGOH2017-11-201-0/+3
* Use uuid-based cache filename if uuid is assigned to dirsAkira TAGOH2017-11-201-0/+4
* Add the ruleset description supportAkira TAGOH2017-11-071-8/+105
* Use inline functions instead of macros for a couple of thingsBehdad Esfahbod2017-09-121-1/+0
* Remove blanks facility from the libraryBehdad Esfahbod2017-09-121-15/+0
* Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...Akira TAGOH2017-07-071-6/+3
* Fix the build issue on GNU/HurdAkira TAGOH2017-03-011-0/+6
* Revert "Workaround another race condition issue"Akira TAGOH2016-04-061-7/+1
* Optimizations in FcStrSetPatrick Haller2016-01-121-0/+11
* Use int64_t instead of long longAkira TAGOH2015-10-151-1/+1
* Use long long to see the same size between LP64 and LLP64Akira TAGOH2015-10-131-1/+1
* Fix the broken cache more.Akira TAGOH2015-08-141-0/+8
* Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod2015-06-261-3/+0
* Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH2015-06-171-0/+3
* mark as private at this momentAkira TAGOH2015-06-121-0/+3
* No need to be publicAkira TAGOH2015-06-091-0/+3
* Add one more debugging option to see transformation on font-matchingAkira TAGOH2015-06-081-0/+1
* Reduce number of places that cache version is specified to 1Behdad Esfahbod2015-05-271-2/+1