summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-25Add the description of -q option to the man pageAkira TAGOH1-0/+12
2013-09-24doc/fccharset.fncs: Describe the map format in more detailW. Trevor King1-6/+30
2013-09-24Fix a crash when FcPattern is set to null on FcFontSetList() and FcFontList()Akira TAGOH1-0/+2
2013-09-20Further changes to 30-metric-aliases.confJan Alexander Steffens (heftig)2-82/+261
2013-09-18Copy all values from the font to the pattern if the pattern doesn't have the ...Akira TAGOH1-2/+4
2013-09-10Bug 68955 - Deprecate / remove FC_RASTERIZERAkira TAGOH3-3/+3
2013-09-09Fix memory leaks in FcFreeTypeQueryFaceAkira TAGOH1-5/+10
2013-09-02Add a test case of the migration for config placeAkira TAGOH2-2/+177
2013-09-02Do not create a config dir for migration when no config files nor dirsAkira TAGOH1-5/+10
2013-08-31Bump version to 2.10.952.10.95Akira TAGOH3-4/+10
2013-08-31Fix a crashAkira TAGOH1-0/+15
2013-08-29Fix a typoAkira TAGOH1-1/+1
2013-08-29Bump version to 2.10.942.10.94Akira TAGOH3-4/+37
2013-08-29Add quz.orth to Makefile.amAkira TAGOH1-0/+1
2013-08-27Bug 68587 - copy qu.orth to quz.orthAkira TAGOH1-0/+36
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-21Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Tre...Akira TAGOH1-0/+16
2013-08-21Bug 68340 - More metric compat fontsAkira TAGOH1-0/+11
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-12Correct fontconfig.pc to add certain dependencies for static buildAkira TAGOH2-13/+8
2013-07-12Correct fontconfig.pc to add certain dependencies for buildAkira TAGOH2-6/+27
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-07-02Ignore scandir() check on mingwAkira TAGOH1-24/+26
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 TAGOH10-8/+28
2013-06-27Fix a incompatible pointer warning on NetBSDAkira TAGOH2-0/+39
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-20Bump version to 2.10.932.10.93Akira TAGOH3-4/+21
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-13Bug 63452 - conf.d/README outdatedAkira TAGOH2-6/+11
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-10documented FC_HASH and FC_POSTSCRIPT_NAMEAkira TAGOH1-0/+3
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