Minor
[platform/upstream/fontconfig.git] / src / fcint.h
2013-01-02 Behdad EsfahbodRemove FcSharedStr*
2013-01-02 Behdad EsfahbodRefactor; contain default config in fccfg.c
2013-01-02 Behdad EsfahbodMake FcGetDefaultLang and FcGetDefaultLangs thread...
2013-01-02 Behdad EsfahbodMake refcounts, patterns, charsets, strings, and FcLang...
2013-01-02 Behdad EsfahbodAdd thread-safety primitives
2013-01-02 Behdad EsfahbodUse a static perfect hash table for object-name lookup
2013-01-02 Behdad EsfahbodMake FC_DBG_OBJTYPES debug messages into warnings
2012-12-31 Behdad EsfahbodAllow target="font/pattern/default" in <name> elements
2012-12-30 Behdad EsfahbodRemove memory accounting and reporting
2012-12-30 Behdad EsfahbodFix sign-compare warnings
2012-12-30 Behdad EsfahbodFix unused-parameter warnings
2012-12-30 Behdad EsfahbodParse matrices of expressions
2012-12-05 Akira TAGOHDo not show the deprecation warning if it is a symlink
2012-11-27 Akira TAGOHFix a potability issue about stdint.h
2012-11-15 Akira TAGOHBug 57114 - regression on FcFontMatch with namelang
2012-07-09 Akira TAGOHFix a build fail with gcc 2.95, not supporting the...
2012-06-13 Akira TAGOHFix a build fail on MINGW
2012-06-11 Akira TAGOHBug 50835 - Deprecate FC_GLOBAL_ADVANCE
2012-06-08 Akira TAGOHBug 32853 - Export API to get the default language
2012-05-28 Mikhail GusarovFix cache aging for fonts on FAT filesystem under Linux
2012-05-28 Akira TAGOHMove statfs/statvfs wrapper to fcstat.c and add a test...
2012-05-28 Mikhail GusarovMove FcStat to separate compilation unit
2012-05-18 Akira TAGOHBug 20411 - fontconfig doesn't match FreeDesktop direct...
2012-05-14 Akira TAGOHBug 19128 - Handling whitespace in aliases
2012-05-01 Akira TAGOHOutput more verbose debugging log to show where to...
2012-04-24 Akira TAGOHBug 27765 - FcMatch() returns style in wrong language
2012-04-23 Akira TAGOHCreate CACHEDIR.TAG when fc-cache is run or only when...
2012-04-18 Akira TAGOHBug 25151 - Move cleanCacheDirectory() from fc-cache...
2012-04-12 Akira TAGOHBug 27526 - Compatibility fix for old windows sytems
2012-04-11 Akira TAGOHBug 28491 - Allow matching on FC_FILE
2012-03-28 Akira TAGOHBug 17832 - Memory leaks due to FcStrStaticName use...
2012-02-21 Mike FrysingerFcStat: change to FcChar8 for first arg
2011-03-14 Behdad EsfahbodAlways define FcStat as a function
2011-03-14 Behdad EsfahbodMark constant strings as constant
2010-12-28 Behdad EsfahbodAllow editing charset and lang in target="scan"
2010-12-28 Behdad EsfahbodMake fc-arch stuff cross-compiling-safe
2010-12-09 Akira TAGOHAdd editing langset feature.
2010-12-09 Akira TAGOHAdd charset editing feature.
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodRemove all training whitespaces
2010-02-25 Behdad EsfahbodBug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and...
2009-11-16 Behdad Esfahbod[int] Remove more unused macros
2009-11-16 Behdad Esfahbod[int] Remove fc_value_* macros that did nothing other...
2009-11-16 Behdad Esfahbod[int] Remove fc_storage_type() in favor of direct acces...
2009-11-16 Behdad EsfahbodRemove unused macros
2009-11-16 Behdad EsfahbodBump cache version up from 2 to 3 and fix FcLangSet...
2009-11-16 Behdad Esfahbod[int] Define MIN/MAX/ABS macros
2009-11-16 Behdad EsfahbodMove FcAlign to fcint.h
2009-06-28 Behdad EsfahbodFix win32 build
2009-06-24 Behdad Esfahbod[xml] Allocate FcExpr's in a pool in FcConfig
2009-06-24 Behdad Esfahbod[xml] Mark more symbols static
2009-06-24 Behdad EsfahbodRemove unused prototypes and function
2009-03-13 Behdad EsfahbodReplace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license...
2009-03-12 Behdad Esfahbod[fcstr,fcxml] Don't copy FcStrBuf contents when we...
2009-03-12 Behdad Esfahbod[fcstr.c] Embed a static 64-byte buffer in FcStrBuf
2009-02-15 Behdad Esfahbod[fcformat] Support indexing simple tags
2009-02-14 Behdad EsfahbodMake FcCharSetMerge() public
2009-02-14 Behdad EsfahbodImplement FcPatternFormat and use it in cmdline tools...
2009-02-14 Behdad EsfahbodConsistently use FcStat() over stat() in all places
2009-02-14 Chris WilsonReduce number of allocations during FcSortWalk().
2009-02-14 Behdad EsfahbodAdd FcConfigReference() (#17124)
2009-02-14 Behdad EsfahbodImplement fc-list --verbose (#13015)
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2008-05-04 Sylvain PascheFontconfig options for freetype sub-pixel filter config...
2008-01-02 Keith PackardRemove freetype requirement for build-time applications.
2007-11-13 Keith PackardRevert "Remove fcprivate.h, move the remaining macros...
2007-11-05 Behdad EsfahbodAdd FcGetLangs() and FcLangGetCharSet().
2007-11-04 Keith PackardExport FcConfig{G,S}etRescanInverval from .so, mark...
2007-11-03 Keith PackardRemove fcprivate.h, move the remaining macros to fcint.h.
2007-10-25 Keith PackardBuild fix for Solaris 10 with GCC.
2007-10-25 Keith PackardMatch 'ultra' on word boundaries to detect ultra bold...
2007-10-18 Keith PackardStore font directory mtime in cache file.
2006-12-02 Keith PackardSegfault scanning non-font files. Disallow scan edit...
2006-09-15 Keith PackardReimplement FcConfigAppFontAddDir; function was lost...
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-07 Keith PackardAttempt to fix makealias usage for build on Mac OS X.
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-05 Keith PackardMake cache reference counting more efficient.
2006-09-05 Keith PackardReference count cache objects.
2006-09-04 Keith PackardLeave cache files mapped permanently.
2006-09-04 Keith PackardHide private functions in shared library. Export functi...
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03 Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-01 Keith PackardFontset pattern references are relative to fontset...
2006-09-01 Keith PackardFix fc-lang to use new charset freezer API.
2006-09-01 Keith PackardPass directory information around in FcCache structure...
2006-08-31 Keith PackardRevert ABI changes from version 2.3
2006-08-31 Keith PackardWith no args, fc-cat now dumps all directories.
2006-08-31 Keith PackardAutomatically remove invalid cache files.
2006-08-31 Keith PackardUse intptr_t instead of off_t inside FcCache structure.
2006-08-31 Keith PackardFix fc-cat again. Sigh.
2006-08-31 Keith PackardSkip broken caches. Cache files are auto-written, don...
2006-08-31 Keith PackardRework Object name database to unify typechecking and...
2006-08-30 Keith PackardFcCharSetSerialize was using wrong offset for leaves...
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-08-28 Keith PackardEliminate ./ and ../ elements from font directory names...
2006-08-28 Keith PackardFix up fc-cache and fc-cat for no global cache changes.
2006-08-28 Keith PackardEliminate global cache. Eliminate multi-arch cache...
2006-08-04 Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-27 Keith PackardEliminate pattern freezing
next