summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* W32: Support cache paths relative to the root directoryРуслан Ижбулатов2015-04-092-1/+22
* Fix SIGFPEAkira TAGOH2015-03-301-1/+1
* Fix unknown attribute in Win32Akira TAGOH2015-03-251-1/+1
* Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH2015-03-232-1/+5
* Remove the dead codeAkira TAGOH2015-03-231-2/+0
* Fix an infinite loop in FcBlanksIsMember()Akira TAGOH2015-03-091-1/+1
* Fix a bug in the previous change forFcBlanksIsMember()Akira TAGOH2015-03-061-2/+1
* Fix a segfault when OOM happened.Akira TAGOH2015-03-061-0/+2
* Improve the performance on searching blanksAkira TAGOH2015-03-051-3/+18
* Simplify some moreBehdad Esfahbod2015-03-031-12/+8
* Remove dead code after previous commitBehdad Esfahbod2015-03-031-336/+3
* Fix the array allocationAkira TAGOH2015-03-031-1/+1
* Don't add FC_LANG when it has "und"Akira TAGOH2015-03-021-0/+9
* Hardcode the blanks in the libraryAkira TAGOH2015-02-272-1/+9
* Rework again to copy the struct direntAkira TAGOH2015-02-271-7/+2
* Ensure config.h is included first, bug#89336.Michael Haubenwallner2015-02-261-2/+1
* Copy the real size of struct direntAkira TAGOH2015-02-261-2/+9
* filter can be nullAkira TAGOH2015-02-251-1/+1
* Fix pointer cast warning on win32Akira TAGOH2015-02-241-1/+1
* ifdef'd the unnecessary code for win32Akira TAGOH2015-02-241-0/+4
* Fix a build fail on some non-POSIX platformsAkira TAGOH2015-02-231-8/+72
* Fix symbol cmap handlingBehdad Esfahbod2015-01-211-1/+1
* Bump the cache version to 5Akira TAGOH2014-12-251-1/+1
* Treat color fonts as scalableBehdad Esfahbod2014-12-141-9/+18
* Add FC_COLORBehdad Esfahbod2014-12-143-0/+8
* Fix buffer overflow in copying PS nameBehdad Esfahbod2014-12-121-1/+2
* Returns False if no fonts foundAkira TAGOH2014-12-091-10/+13
* Add FcRangeGetDouble()Akira TAGOH2014-09-251-0/+23
* Revert "[fcmatch] When matching, reserve score 0 for when elements don't exist"Behdad Esfahbod2014-08-201-1/+1
* Increase the refcount in FcConfigSetCurrent()Akira TAGOH2014-08-122-1/+13
* fallback to the another method to lock when link() failedAkira TAGOH2014-08-111-1/+1
* If OS/2 table says weight is 1 to 9, multiply by 100Behdad Esfahbod2014-08-061-1/+8
* Fix assertion failureBehdad Esfahbod2014-08-061-1/+1
* Remove unneeded FcPublicBehdad Esfahbod2014-07-271-2/+2
* Export recently added APIBehdad Esfahbod2014-07-264-0/+16
* Linearly interpolate weight valuesBehdad Esfahbod2014-07-253-26/+86
* Add FC_WEIGHT_DEMILIGHTBehdad Esfahbod2014-07-252-1/+9
* Improve / cleanup namelang matchingBehdad Esfahbod2014-07-241-22/+23
* Remove unused regex codeBehdad Esfahbod2014-07-242-58/+0
* Use lang=und instead of lang=xx for "undetermined"Behdad Esfahbod2014-07-241-2/+2
* Ouch, fix bufferBehdad Esfahbod2014-07-241-2/+2
* Decode MacRoman encoding in name table without iconvBehdad Esfahbod2014-07-241-0/+162
* Call FcInitDebug from FcFreeTypeQueryFaceBehdad Esfahbod2014-07-241-0/+2
* Don't add duplicate langAkira TAGOH2014-07-231-0/+28
* More mingw32 MemoryBarrier() fixupBehdad Esfahbod2014-07-191-1/+6
* Update mingw32 MemoryBarrier from HarfBuzzBehdad Esfahbod2014-07-111-9/+9
* Fixup previous commitBehdad Esfahbod2014-07-062-13/+1
* Remove HASH from matching prioritiesBehdad Esfahbod2014-07-061-1/+0
* CommentsBehdad Esfahbod2014-07-061-0/+6
* Fix a crash when no sysroot is given and failed to load the default fonts.confAkira TAGOH2014-07-041-4/+7