summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Add missing license headersAkira TAGOH2-0/+46
2013-12-20Improve the performance issue on rescanning directoriesAkira TAGOH5-1/+88
2013-12-16Fix a build issue on platforms where doesn't support readlink()Akira TAGOH1-1/+3
2013-12-09Bug 72380 - Never drop first font when trimmingBehdad Esfahbod1-2/+3
2013-12-02Simplify to validate the availability of posix_fadviseAkira TAGOH1-1/+1
2013-11-11Fix typoAkira TAGOH1-2/+2
2013-11-05Avoid null pointer dereference in FcNameParse if malloc failsAlan Coopersmith1-0/+2
2013-11-05Avoid memory leak when NULL path passed to FcStrBuildFilenameAlan Coopersmith1-2/+6
2013-10-31Warn if no <test> nor <edit> elements in <match>Akira TAGOH1-0/+5
2013-10-28Change the default weight on match to FC_WEIGHT_NORMALAkira TAGOH1-1/+1
2013-10-21Fix build issue on Debian/kFreeBSD 7.0Akira TAGOH1-1/+2
2013-10-02Workaround the race condition issue on updating cacheAkira TAGOH1-0/+6
2013-09-26avoid reading config.h twiceAkira TAGOH5-17/+0
2013-09-24Fix a crash when FcPattern is set to null on FcFontSetList() and FcFontList()Akira TAGOH1-0/+2
2013-09-18Copy all values from the font to the pattern if the pattern doesn't have the ...Akira TAGOH1-2/+4
2013-09-09Fix memory leaks in FcFreeTypeQueryFaceAkira TAGOH1-5/+10
2013-09-02Do not create a config dir for migration when no config files nor dirsAkira TAGOH1-5/+10
2013-08-31Fix a crashAkira TAGOH1-0/+15
2013-08-26Fix a wrong edit position when 'kind' is differentAkira TAGOH1-8/+16
2013-08-24Fix a crash when non-builtin objects are editedAkira TAGOH2-19/+14
2013-08-24Fix a typoAkira TAGOH1-3/+4
2013-08-21Fix assertionBehdad Esfahbod1-1/+1
2013-08-21MinorBehdad Esfahbod1-1/+1
2013-08-14Bug 16818 - fontformat in match pattern is not respected?Akira TAGOH2-1/+2
2013-08-07Bug 67845 - Match on FC_SCALABLEAkira TAGOH2-1/+2
2013-08-07warn deprecated only when migration failedAkira TAGOH5-29/+101
2013-08-06Bug 67809 - Invalid read/write with valgrind when assigning something twiceAkira TAGOH1-1/+1
2013-08-06Fix wrong edit positionAkira TAGOH3-35/+72
2013-07-09trivial code optimizationAkira TAGOH1-2/+4
2013-07-04Rework to apply the intermixed test and edit elements in one-passAkira TAGOH4-341/+321
2013-07-03Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warningAkira TAGOH1-1/+1
2013-07-02Use INT_MAX instead of unreliable hardcoding valueAkira TAGOH1-1/+2
2013-06-28Fix the behavior of intermixed tests end edits in matchAkira TAGOH3-12/+53
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH8-7/+25
2013-06-27Fix a incompatible pointer warning on NetBSDAkira TAGOH1-0/+10
2013-06-27Fix a shift count overflow on 32bit boxAkira TAGOH1-10/+10
2013-06-26Fix a comparison of constant warning with clangAkira TAGOH1-1/+1
2013-05-24Bug 64906 - FcNameParse() should ignore leading whitespace in parametersAkira TAGOH1-0/+6
2013-05-16Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memoryAkira TAGOH3-17/+31
2013-05-16Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4Akira TAGOH1-1/+13
2013-05-08Use the glob matching for filenameAkira TAGOH4-49/+51
2013-04-10Bug 63329 - make check fails: .. contents:: :depth: 2Akira TAGOH3-10/+88
2013-04-09Revert the previous change and rework to not export freetype API outside fcfr...Akira TAGOH3-41/+34
2013-04-09Obtain fonts data via FT_Face instead of opening a file directlyAkira TAGOH3-19/+37
2013-04-09Ensure closing fp on errorAkira TAGOH1-1/+1
2013-04-08build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt1-1/+1
2013-04-01Bug 62980 - matching native fonts with even :lang=enAkira TAGOH1-16/+7
2013-03-21Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH5-38/+124
2013-03-21Fix a SIGSEGV on FcPatternGet* with NULL patternAkira TAGOH1-0/+2
2013-03-08Fix crash with FcConfigSetCurrent(NULL)Behdad Esfahbod1-1/+1