summaryrefslogtreecommitdiff
path: root/src/fcint.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Add FcPatternGetWithBinding() to obtain the binding type of the value in FcPa...Akira TAGOH1-6/+3
2017-03-01Fix the build issue on GNU/HurdAkira TAGOH1-0/+6
2016-04-06Revert "Workaround another race condition issue"Akira TAGOH1-7/+1
2016-01-12Optimizations in FcStrSetPatrick Haller1-0/+11
2015-10-15Use int64_t instead of long longAkira TAGOH1-1/+1
2015-10-13Use long long to see the same size between LP64 and LLP64Akira TAGOH1-1/+1
2015-08-14Fix the broken cache more.Akira TAGOH1-0/+8
2015-06-26Revert changes made to FcConfigAppFontAddDir() recentlyBehdad Esfahbod1-3/+0
2015-06-17Don't return FcFalse even when no fonts dirs is configuredAkira TAGOH1-0/+3
2015-06-12mark as private at this momentAkira TAGOH1-0/+3
2015-06-09No need to be publicAkira TAGOH1-0/+3
2015-06-08Add one more debugging option to see transformation on font-matchingAkira TAGOH1-0/+1
2015-05-27Reduce number of places that cache version is specified to 1Behdad Esfahbod1-2/+1
2015-05-27Simplify FcRangeBehdad Esfahbod1-24/+1
2015-05-22Fix memory leaks after FcFini()Akira TAGOH1-0/+6
2014-12-25Bump the cache version to 5Akira TAGOH1-1/+1
2014-07-24Remove unused regex codeBehdad Esfahbod1-6/+0
2014-06-17Read the config files and fonts on the sysroot when --sysroot is given to fc-...Akira TAGOH1-1/+2
2014-06-12Remove unused FcHash code now that FC_HASH is deprecatedBehdad Esfahbod1-19/+0
2014-06-05Workaround another race condition issueAkira TAGOH1-1/+6
2014-05-16Rewrite hashing to use FT_Stream directlyBehdad Esfahbod1-4/+15
2014-05-16Simplify hash codeBehdad Esfahbod1-3/+3
2014-05-16Remove unused codeBehdad Esfahbod1-4/+0
2014-05-13Allow the modification on FcTypeVoid with FcTypeLangSet and FcTypeCharSetAkira TAGOH1-0/+3
2014-03-26Bug 71287 - size specific design selection support in OS/2 table version 5Akira TAGOH1-17/+68
2013-12-20Improve the performance issue on rescanning directoriesAkira TAGOH1-0/+6
2013-08-24Fix a crash when non-builtin objects are editedAkira TAGOH1-2/+3
2013-08-07warn deprecated only when migration failedAkira TAGOH1-0/+6
2013-08-06Fix wrong edit positionAkira TAGOH1-0/+5
2013-07-04Rework to apply the intermixed test and edit elements in one-passAkira TAGOH1-9/+20
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 TAGOH1-0/+1
2013-06-28Add FcTypeUnknown to FcType to avoid comparison of constant -1Akira TAGOH1-2/+4
2013-05-08Use the glob matching for filenameAkira TAGOH1-0/+4
2013-04-10Bug 63329 - make check fails: .. contents:: :depth: 2Akira TAGOH1-0/+4
2013-04-09Revert the previous change and rework to not export freetype API outside fcfr...Akira TAGOH1-3/+2
2013-04-09Obtain fonts data via FT_Face instead of opening a file directlyAkira TAGOH1-1/+3
2013-03-21Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAMEAkira TAGOH1-0/+6
2013-03-05Bug 59456 - Adding a --sysroot like option to fc-cacheAkira TAGOH1-1/+14
2013-02-06Bump the cache version to 4Akira TAGOH1-1/+1
2013-02-06Update _FcMatchers definition logicAkira TAGOH1-1/+1
2013-02-05Bug 50733 - Add font-file hash?Akira TAGOH1-0/+7
2013-02-01Bug 23757 - Add mode="delete" to <edit>Akira TAGOH1-0/+1
2013-01-22Fix mkstemp absence for some platformAkira TAGOH1-0/+3
2013-01-15Bug 59379 - FC_PRGNAMEBehdad Esfahbod1-0/+3
2013-01-09Bug 29312 - RFE: feature to indicate which characters are missing to satisfy ...Akira TAGOH1-3/+0
2013-01-08Bug 47705 - Using O_CLOEXECAkira TAGOH1-0/+7
2013-01-02Fix build and warnings on win32Behdad Esfahbod1-6/+1
2013-01-02Remove FcSharedStr*Behdad Esfahbod1-6/+3