]> git.wh0rd.org - fontconfig.git/history - src
Use binding="same" in 30-urw-aliases.conf and remove duplicate entries.
[fontconfig.git] / src /
2007-11-05  Behdad EsfahbodAdd FcGetLangs() and FcLangGetCharSet().
2007-11-04  Keith PackardExport FcConfig{G,S}etRescanInverval from .so, mark...
2007-11-04  Keith PackardHave FcConfigSetCurrent accept the current configuratio...
2007-11-04  Keith PackardUse FcLangDifferentTerritory instead of FcLangDifferent...
2007-11-04  Keith PackardTypo error in function name: Inverval -> interval
2007-11-03  Keith PackardMake file_stat argument to FcDirCacheLoadFile optional.
2007-11-03  Keith PackardRemove fcprivate.h, move the remaining macros to fcint.h.
2007-10-26  Keith PackardRespect "binding" attribute in <alias> entries.
2007-10-26  Keith PackardAlso check configDirs mtimes in FcConfigUptoDate
2007-10-25  Keith PackardBuild fix for Solaris 10 with GCC.
2007-10-25  Behdad EsfahbodUpdate CaseFolding.txt to Unicode 5.1.0
2007-10-25  Keith PackardMatch 'ultra' on word boundaries to detect ultra bold...
2007-10-25  Keith PackardEnsure weight/slant values present even when style...
2007-10-25  Keith PackardHandle UltraBlack weight.
2007-10-25  Keith PackardOops. Left debugging printf in previous commit.
2007-10-25  Keith PackardFcInit should return FcFalse when FcInitLoadConfigAndFo...
2007-10-25  Tilman SauerbeckStore FcVendorFoundries in read-only memory.
2007-10-25  Tilman SauerbeckStore FcNoticeFoundries in read-only memory.
2007-10-25  Keith PackardReplace makealias pattern with something supported...
2007-10-18  Keith PackardEliminate relocations from FcCodePageRange structure...
2007-10-18  Keith PackardEliminate relocations for glyph name table.
2007-10-18  Keith PackardMust not insert cache into hash table before completely...
2007-10-18  Keith PackardPlace language name in constant array instead of pointer.
2007-10-18  Mike FABIANAvoid crashes if config files contain junk.
2007-10-18  Keith PackardDon't use X_OK bit when checking for writable directori...
2007-10-18  Keith PackardMake FC_FULLNAME include all fullname entries, elide...
2007-10-18  Keith PackardComment about mmaping cache files was misleading.
2007-10-18  Keith PackardStore font directory mtime in cache file.
2007-08-05  Keith PackardFree temporary string in FcDirCacheUnlink (Bug #11758)
2007-03-12  Keith PackardWork around FreeType bug when glyph name buffer is...
2007-03-12  Stephan KulowMake FcPatternDuplicate copy the binding instead of...
2006-12-02  Keith PackardSegfault scanning non-font files. Disallow scan edit...
2006-12-02  Kean JohnstonDon't use varargs CPP macros in fccache.c. (bug 8733)
2006-12-02  Keith PackardAdd FcFreeTypeQueryFace external API. Bug #7311.
2006-12-02  Keith PackardFix grep pattern in makealias to work on non-Gnu grep...
2006-12-02  Keith PackardAvoid writing uninitialized structure pad bytes to...
2006-12-02  Keith PackardWarn (and recover) from config file without <cachedir...
2006-12-02  Keith PackardUse explicit platform/nameid order when scanning ttf...
2006-11-13  Keith PackardFcStrCanonAbsoluteFilename should be static.
2006-09-18  Han-Wen NienhuysMore fixes for Win32 building (bug 8311)
2006-09-17  Han-Wen NienhuysFcStrCanonFileName buggy for mingw. (bug 8311)
2006-09-17  Keith PackardDetect and use available random number generator (bug...
2006-09-17  Keith PackardBuild fontconfig.def from header files when needed.
2006-09-15  Keith PackardReimplement FcConfigAppFontAddDir; function was lost...
2006-09-10  Keith PackardFix conf.d directory sorting.
2006-09-09  Keith PackardInsert newly created caches into reference data structure.
2006-09-09  Keith PackardMerge branch 'jhcloos'
2006-09-09  Keith PackardAccept locale environment variables that do not contain...
2006-09-07  Keith PackardAttempt to fix makealias usage for build on Mac OS X.
2006-09-07  Keith PackardReplace gnu-specific sed command with simple grep.
2006-09-07  David TurnerReplace character discovery loop with simpler, faster...
2006-09-07  Keith PackardReference patterns in FcCacheCopySet.
2006-09-07  Keith PackardCharset hashing depended on uniqueness of leaves.
2006-09-07  Keith PackardParallel build fix for fcalias.h and fcaliastail.h
2006-09-05  Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-05  Keith PackardCorrect reference count when sharing cache file objects.
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 PackardCan't typecheck values for objects with no known type.
2006-09-04  Keith PackardHide FreeType glue code from library ABI.
2006-09-04  Keith PackardHide private functions in shared library. Export functi...
2006-09-03  Keith PackardRemove all .cvsignore files
2006-09-03  Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03  Keith PackardUsing uninitialized (and wrong) variable in FcStrCopyFi...
2006-09-03  Keith PackardDon't segfault when string values can't be parsed as...
2006-09-03  Keith PackardFix missing initialization/destruction of new 'scan...
2006-09-03  Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-09-02  Keith PackardAllow font caches to contain newer version numbers
2006-09-02  Keith PackardUnify directory canonicalization into FcStrAddFilename.
2006-09-02  Keith PackardGuess that mac roman names with lots of high bits are...
2006-09-01  Keith PackardFonts matching lang not territory should satisfy sort...
2006-09-01  Keith PackardAvoid #warning directives on non-GCC compilers. (bug...
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-09-01  Keith PackardAllow FcTypeLangSet to match either FcTypeLangSet or...
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 PackardSerialized value lists were only including one value.
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 PackardFix build problems caused by cache rework.
2006-08-30  Keith PackardRework cache files to use offsets for all data structures.
2006-08-28  Keith PackardRevert to original FcFontSetMatch algorithm to avoid...
2006-08-28  Keith PackardRegenerate x86 line in fcarch.tmpl.h to match change...
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-28  Keith PackardAdd architecture to cache filename.
2006-08-28  Keith PackardEliminate NormalizeDir. Eliminate gratuitous stat/acces...
2006-08-28  Keith PackardWrite caches to first directory with permission. Valid...
2006-08-04  Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-07-19  Patrick Lam2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed...
2006-06-02  Patrick Lam2006-05-31 Yong Li (rigel863@gmail.com) reviewed by...
2006-04-28  Patrick Lam2006-04-27 Paolo Borelli (pborelli@katamail.com) review...
next