]> git.wh0rd.org - fontconfig.git/history - src
Can't typecheck values for objects with no known type.
[fontconfig.git] / src /
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...
2006-04-27  Patrick LamKeith Packard <keithp@keithp.com>
2006-04-27  Keith PackardEliminate pattern freezing
2006-04-27  Keith PackardMake path names in cache files absolute (NB, cache...
2006-04-25  Patrick LamFix the issues with GNU libiconv vs. libc iconv (which...
2006-04-25  Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-20  Patrick LamPrevent terrible perf regression by getting the if...
2006-04-19  Patrick LamDominic Lachowicz <cinamod@hotmail.com>
2006-04-19  Patrick LamBail gracefully if the cache file does not contain...
2006-04-14  Patrick LamFix Gecko-exposed segfault from my last hack to FcObjec...
2006-04-12  Patrick LamFix memory leak (Coverity defect #2089).
2006-04-12  Patrick LamFix bad behaviour on realloc resulting in crash.
2006-04-12  Patrick LamDon't crash if config is null (Coverity defect #984).
2006-04-11  Patrick LamMissing bits from previous patches.
2006-04-11  Patrick LamProperly convert static charsets to dynamic charsets.
2006-04-10  Patrick LamSwap typo in order of ALIGN and dereferencing, fixing...
2006-04-10  Patrick LamFix string memory leak (Coverity defect #1823).
2006-04-10  Patrick LamDon't leak header in non-error case (Coverity defect...
2006-04-10  Patrick Lamsrc/fcdir.c (FcDirScanConfig) Don't leak in error cases...
2006-04-10  Patrick LamFix double free (spotted by Coverity, CID #1965).
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-04-07  Patrick LamPatrick Lam <plam@mit.edu>
2006-04-07  Patrick LamEliminate warning.
2006-04-06  Patrick LamReduce amount of dirty rss by const'ing some data struc...
2006-04-06  Patrick LamFix intel compiler warnings: make many variables static...
2006-03-24  Patrick LamFix multiarch support (don't destroy multiarch files!)
2006-03-23  Patrick LamOn Windows, unlink before rename. Reported by Tim Evans.
2006-03-23  Patrick LamOn Windows, unlink before rename. Reported by Tim Evans.
2006-03-08  Patrick LamSort directory entries while scanning them from disk...
2006-03-08  Patrick LamSort directory entries while scanning them from disk...
2006-03-08  Patrick LamRemove stuff we don't use, make get_{char,short,long...
2006-03-05  Patrick LamBecause we hacked FcPatternGet, we don't really need...
2006-03-05  Patrick LamOk, so some people (wine!) use FcPatternGet to fetch...
2006-03-03  Patrick LamInclude inttypes.h instead of stdint.h if appropriate.
2006-03-03  Patrick LamGet rid of C++-style comments.
2006-03-03  Patrick LamFix suspicious return expression which causes junk...
2006-02-24  Patrick LamTakashi Iwai <tiwai@suse.de> reviewed by: plam
2006-02-21  Patrick LamPass the buck; make fontconfig not crash on pango badness.
2006-02-21  Patrick LamEliminate redundancies.
2006-02-21  Patrick LamEliminate unused vars reported by Intel's compiler.
2006-02-21  Patrick LamFreeze patterns created by configuration file for tiny...
2006-02-18  Patrick LamFix the underlying cause of the below segfault (must...
2006-02-18  Patrick LamFix segfault (reported by fcrozat) caused by incorrect...
2006-02-17  Patrick LamBump up magic version; we changed the binary format.
2006-02-16  Patrick LamDeal correctly with changing FC_CACHE_MAGIC.
2006-02-16  Patrick LamDon't bail if fontconfig can't remove a dir cache file...
2006-02-13  Patrick LamFix memory leak in error condition code.
2006-02-13  Patrick LamSkip bitmap fonts which can't even get it together...
2006-02-11  Patrick LamTry to open /var/cache/fontconfig/[hashed name] before...
2006-02-11  Patrick LamUse a tri-state to mark the fonts which didn't get...
2006-02-10  Patrick LamDon't kill fonts because they don't declare an element...
2006-02-09  Patrick LamDefine and pass O_BINARY to open if appropriate, for...
2006-02-09  Patrick LamFix attempt to close -1. Don't unboundedly grow bad...
2006-02-09  Patrick LamFix problem with missing 'en' due to euro.patch: change...
2006-02-08  Patrick LamFix warning.
2006-02-07  Patrick LamDon't reject dirs that can't be normalized (fixes lilyp...
2006-02-07  Patrick LamPerf optimizations. Inline FcValueCanonicalize, reduce...
2006-02-07  Patrick Lamsrc/fccharset.c (FcLangCharSetPopulate, FcCharSetInsert...
next