]> git.wh0rd.org - fontconfig.git/history - src/fcint.h
Bug 44826 - <alias> must contain only a single <family>
[fontconfig.git] / src / fcint.h
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
2006-04-27  Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-07  Patrick LamSGI compilation fixes (reported by Christoph Bauer):
2006-04-07  Patrick LamPortability fixes for HP-UX (reported by Christoph...
2006-04-07  Patrick LamMove up #include of config.h. Fail if neither inttypes...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-03-03  Patrick LamInclude inttypes.h instead of stdint.h if appropriate.
2006-02-17  Patrick LamBump up magic version; we changed the binary format.
2006-02-06  Patrick LamSkip subdirs when skipping over stale bits of global...
2006-01-30  Patrick LamAdd documentation for FcConfigNormalizeFontDir.
2006-01-27  Patrick LamMove FcConfigNormalizeFontDir call so that it doesn...
2006-01-14  Patrick LamCompare device numbers as well as inodes. Always normal...
2006-01-09  Patrick LamNormalize font dirs by using the form, as given in...
2006-01-05  Patrick LamAdd self to AUTHORS list.
2005-12-21  Patrick LamAvoid check on _fcBankId nullness and fix case where...
2005-11-29  Patrick Lamsrc/fcint.h (FcCacheBankToIndex);
2005-11-29  Patrick LamRefactor FcCacheBankToIndex into an inlineable part...
2005-11-29  Patrick LamDon't make FcPatternFindFullFname available to fccfg...
2005-11-29  Patrick LamFix problem dating back at least to 2.3.2 where globs...
2005-11-25  Patrick LamRename fcpatterns, fcpatternelts, fcvaluelists to _fcPa...
2005-11-25  Patrick LamPass around FcCache *s to the Unserialize functions...
2005-11-25  Patrick LamInline the *PtrU functions to gain perf. Remove unneede...
2005-11-24  Patrick LamMove FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
2005-11-24  Patrick LamInline FcDebug invocations and only initialize once...
2005-11-16  Patrick LamAdd *NeededBytesAlign(), which overestimates the paddin...
2005-11-04  Patrick LamFix bug 2878 (excessive relocations at startup for...
2005-11-02  Patrick LamDeclare the global cache of a directory's contents...
2005-11-01  Patrick LamCopy the full pathname whenever duplicating an FcPatter...
2005-11-01  Patrick LamReinstate basename patch, but keep a hash table linking...
2005-10-22  Patrick LamSupport localized font family and style names. This...
2005-10-12  Patrick LamWhen fc-cache is run without --force, use directory...
2005-09-23  Patrick LamUpdate documentation -- fc-cache's man page now says...
2005-09-23  Patrick LamSmall patch for output in case where lineno not defined.
next