summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.10.942.10.94Akira TAGOH2013-08-293-4/+37
* Add quz.orth to Makefile.amAkira TAGOH2013-08-291-0/+1
* Bug 68587 - copy qu.orth to quz.orthAkira TAGOH2013-08-271-0/+36
* Fix a wrong edit position when 'kind' is differentAkira TAGOH2013-08-261-8/+16
* Fix a crash when non-builtin objects are editedAkira TAGOH2013-08-242-19/+14
* Fix a typoAkira TAGOH2013-08-241-3/+4
* Fix assertionBehdad Esfahbod2013-08-211-1/+1
* MinorBehdad Esfahbod2013-08-211-1/+1
* Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Tre...Akira TAGOH2013-08-211-0/+16
* Bug 68340 - More metric compat fontsAkira TAGOH2013-08-211-0/+11
* Bug 16818 - fontformat in match pattern is not respected?Akira TAGOH2013-08-142-1/+2
* Bug 67845 - Match on FC_SCALABLEAkira TAGOH2013-08-072-1/+2
* warn deprecated only when migration failedAkira TAGOH2013-08-075-29/+101
* Bug 67809 - Invalid read/write with valgrind when assigning something twiceAkira TAGOH2013-08-061-1/+1
* Fix wrong edit positionAkira TAGOH2013-08-063-35/+72
* Correct fontconfig.pc to add certain dependencies for static buildAkira TAGOH2013-07-122-13/+8
* Correct fontconfig.pc to add certain dependencies for buildAkira TAGOH2013-07-122-6/+27
* trivial code optimizationAkira TAGOH2013-07-091-2/+4
* Rework to apply the intermixed test and edit elements in one-passAkira TAGOH2013-07-044-341/+321
* Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warningAkira TAGOH2013-07-031-1/+1
* Use INT_MAX instead of unreliable hardcoding valueAkira TAGOH2013-07-021-1/+2
* Ignore scandir() check on mingwAkira TAGOH2013-07-021-24/+26
* Fix the behavior of intermixed tests end edits in matchAkira TAGOH2013-06-283-12/+53
* Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH2013-06-2810-8/+28
* Fix a incompatible pointer warning on NetBSDAkira TAGOH2013-06-272-0/+39
* Fix a shift count overflow on 32bit boxAkira TAGOH2013-06-271-10/+10
* Fix a comparison of constant warning with clangAkira TAGOH2013-06-261-1/+1
* Bug 64906 - FcNameParse() should ignore leading whitespace in parametersAkira TAGOH2013-05-241-0/+6
* Bump version to 2.10.932.10.93Akira TAGOH2013-05-203-4/+21
* Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memoryAkira TAGOH2013-05-163-17/+31
* Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4Akira TAGOH2013-05-161-1/+13
* Bug 63452 - conf.d/README outdatedAkira TAGOH2013-05-132-6/+11
* Use the glob matching for filenameAkira TAGOH2013-05-084-49/+51
* Bug 63329 - make check fails: .. contents:: :depth: 2Akira TAGOH2013-04-103-10/+88
* documented FC_HASH and FC_POSTSCRIPT_NAMEAkira TAGOH2013-04-101-0/+3
* Revert the previous change and rework to not export freetype API outside fcfr...Akira TAGOH2013-04-093-41/+34
* Obtain fonts data via FT_Face instead of opening a file directlyAkira TAGOH2013-04-093-19/+37
* Ensure closing fp on errorAkira TAGOH2013-04-091-1/+1
* build-chain, replace INCLUDES directive by AM_CPPFLAGSSebastian Freundt2013-04-0810-11/+11
* Bug 62980 - matching native fonts with even :lang=enAkira TAGOH2013-04-011-16/+7
* Bump version to 2.10.922.10.92Akira TAGOH2013-03-293-4/+65
* Minor fixAkira TAGOH2013-03-291-1/+1
* Bump libtool revisionAkira TAGOH2013-03-291-3/+3
* Minor cleanupAkira TAGOH2013-03-291-0/+1
* Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH2013-03-216-38/+125
* Fix a SIGSEGV on FcPatternGet* with NULL patternAkira TAGOH2013-03-211-0/+2
* Fix crash with FcConfigSetCurrent(NULL)Behdad Esfahbod2013-03-081-1/+1
* Do not copy FC_*LANG_OBJECT even if it's not available on the patternAkira TAGOH2013-03-071-1/+4
* Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH2013-03-058-54/+275
* Fix a memory leakAkira TAGOH2013-03-051-1/+3