platform/upstream/fontconfig.git
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 Packardfontconfig needs configure option to use gnu iconv...
2007-10-25 Keith PackardEnsure weight/slant values present even when style...
2007-10-25 Keith PackardDistribute man source files for command line programs...
2007-10-25 Dwayne BaileyAdd/fix *.orth files for South African languages
2007-10-25 Keith PackardFix parallel build in fontconfig/docs (bug 10481).
2007-10-25 Keith PackardHandle UltraBlack weight.
2007-10-25 Keith PackardOops. Left debugging printf in previous commit.
2007-10-25 Keith PackardSpelling errors in documentation. (bug 10879).
2007-10-25 Keith PackardThere is no U+1257 (bug 10899).
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-25 Keith PackardAdd BRAILLE PATTERN BLANK to list of blank glyphs.
2007-10-25 Keith PackardMove <cachedir> elements to the end of fonts.conf.
2007-10-25 Keith PackardLeave generated headers out of distribution (bug 12734).
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 Keith PackardFcConfigParseAndLoad doc was missing the last param.
2007-10-18 Mike FABIANAvoid crashes if config files contain junk.
2007-10-18 Hideki YamaneHandle Japanese fonts better. (debian bug #435971)
2007-10-18 Keith PackardHave fc-cache remove invalid cache files from cache...
2007-10-18 Keith PackardDon't use X_OK bit when checking for writable directori...
2007-10-18 Keith PackardVerbose message about cleaning directories was imprecise
2007-10-18 Keith PackardImprove verbose messages from fc-cache.
2007-10-18 Keith PackardRemove unneeded call to access(2) in fc-cache.
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-10-18 Keith PackardFix ChangeLog generation to avoid circular make dependency
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 Keith Packardrehash increment could be zero, causing rehash infinite...
2007-03-12 Stephan KulowMake FcPatternDuplicate copy the binding instead of...
2006-12-03 Keith PackardUpdate for version 2.4.2 2.4.2
2006-12-02 Peter BreitenlohnerFix fc-cat documentation (bug 8935).
2006-12-02 Keith PackardAdd space between type and formal in devel man pages...
2006-12-02 Peter BreitenlohnerUse <literal> instead of <sgmltag> when documenting...
2006-12-02 Peter BreitenlohnerA VPATH build of fontconfig-2.4.1 fails for various...
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-11-13 Keith PackardAdd sparc64 architecture string.
2006-10-27 Mike FABIANDo not clean cache files for different architectures
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-17 Keith PackardRemove documentation for non-existant FcConfigNormalize...
2006-09-15 Keith PackardUpdate for version 2.4.1 2.4.1
2006-09-15 Keith PackardReimplement FcConfigAppFontAddDir; function was lost...
2006-09-14 Keith PackardAdd warning flags to fc-cache build. Clean up warnings...
2006-09-14 Keith PackardAdd signatures for m68k and mipsel (thanks debian buildd)
2006-09-11 Keith PackardAdd ppc64 signature. Bug 8227
2006-09-11 Keith PackardUpdate installation notes for 2.4 base.
2006-09-10 Keith PackardUpdate to version 2.4.0 2.4.0
2006-09-10 Keith PackardSplit much of the configuration into separate files...
2006-09-10 Keith PackardDon't display tests for DESTDIR on make install.
2006-09-10 Keith PackardInclude cachedir in fonts.dtd.
2006-09-10 Keith PackardFix conf.d directory sorting.
2006-09-10 Keith PackardRename conf.avail to conf.d
2006-09-09 Keith PackardAdd XML headers to new conf files. Move link make comma...
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-09 James CloosMake conf.avail and conf.d work
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 PackardCreate fc_cachedir at install time. Bug 8157.
2006-09-07 Keith PackardUpdate for version 2.3.97. 2.3.97
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-07 Keith PackardUpdate architecture signatures for x86-64 and ppc.
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 PackardOops, fc-lang broke when I added cache referencing.
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 James CloosUpdate Makefile.am files
2006-09-04 James CloosMove some section from fonts.conf into conf.avail files
2006-09-04 Keith PackardCan't typecheck values for objects with no known type.
2006-09-04 James CloosRe-order old conf.d files
2006-09-04 James CloosMake room for chunks from fonts.conf in conf.avail
2006-09-04 James CloosReplace load of conf.d in fonts.conf.in
2006-09-04 James CloosUpdate Makefile.am to match conf.avail changes
2006-09-04 James CloosNumber the remaining conf.avail files
2006-09-04 Keith PackardHide FreeType glue code from library ABI.
next