Trying to fix distcheck
[platform/upstream/fontconfig.git] / src /
2013-01-03 Behdad EsfahbodFix more warnings.
2013-01-02 Behdad EsfahbodFix build and warnings on win32
2013-01-02 Behdad EsfahbodFix compiler warnings
2013-01-02 Behdad EsfahbodRemove FcSharedStr*
2013-01-02 Behdad EsfahbodFixup fcobjs.c
2013-01-02 Behdad EsfahbodWarn about undefined/invalid attributes during config...
2013-01-02 Behdad EsfahbodMake fcobjs.c thread-safe
2013-01-02 Behdad EsfahbodMake FcDirCacheDispose() threadsafe
2013-01-02 Behdad EsfahbodMake cache hash threadsafe
2013-01-02 Behdad EsfahbodMake random-state initialization threadsafe
2013-01-02 Behdad EsfahbodAdd a big cache lock
2013-01-02 Behdad EsfahbodMake cache refcounting threadsafe
2013-01-02 Behdad EsfahbodMinor
2013-01-02 Behdad EsfahbodMake FcCacheIsMmapSafe() threadsafe
2013-01-02 Behdad EsfahbodMinor
2013-01-02 Behdad EsfahbodMake default-FcConfig threadsafe
2013-01-02 Behdad EsfahbodMinor
2013-01-02 Behdad EsfahbodRefactor; contain default config in fccfg.c
2013-01-02 Behdad EsfahbodMake FcDefaultFini() threadsafe
2013-01-02 Behdad EsfahbodMake FcInitDebug() idempotent
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 EsfahbodFix build stuff
2013-01-02 Behdad EsfahbodRemove shared-str pool
2013-01-02 Behdad EsfahbodSwitch .gitignore to git.mk
2013-01-02 Behdad EsfahbodUse a static perfect hash table for object-name lookup
2013-01-02 Behdad EsfahbodDeprecate FcName(Un)RegisterObjectTypes / FcName(Un...
2013-01-02 Behdad EsfahbodMinor
2013-01-02 Behdad EsfahbodDon't crash in FcPatternFormat() with NULL pattern
2013-01-02 Behdad EsfahbodDon't crash in FcPatternDestroy with NULL pattern
2013-01-02 Behdad EsfahbodAdd NULL check
2013-01-02 Behdad EsfahbodRefuse to set value to unsupported types during config too
2013-01-02 Behdad EsfahbodMake FC_DBG_OBJTYPES debug messages into warnings
2013-01-01 Behdad EsfahbodWarn if <name target="font"> appears in <match target...
2013-01-01 Behdad EsfahbodInitialize matrix during name parsing
2012-12-31 Behdad EsfahbodEnable fcarch assert checks even when FC_ARCHITECTURE...
2012-12-31 Behdad EsfahbodUnbreak build when FC_ARCHITECTURE is defined
2012-12-31 Behdad EsfahbodDon't warn if an unknown element is used in an expression
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 EsfahbodFixup from 4f6767470f52b287a2923e7e6d8de5fae1993f67
2012-12-30 Behdad EsfahbodFix more warnings
2012-12-30 Behdad EsfahbodFix warning
2012-12-30 Behdad EsfahbodFix sign-compare warnings
2012-12-30 Behdad EsfahbodFix more warnings
2012-12-30 Behdad EsfahbodFix unused-parameter warnings
2012-12-30 Behdad EsfahbodFix compiler warnings
2012-12-30 Behdad EsfahbodParse matrices of expressions
2012-12-30 Behdad EsfahbodFix typo
2012-12-11 Akira TAGOHCheck the system font to be initialized
2012-12-11 Akira TAGOHFix a memory leak
2012-12-11 Akira TAGOHFix a typo that accessing to the out of array
2012-12-11 Akira TAGOHclean up
2012-12-10 Akira TAGOHRemove the duplicate null-check
2012-12-07 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-12-06 Akira TAGOHFix a typo
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-10-09 Akira TAGOHFix wrongly squashing for the network path on Win32.
2012-08-31 Akira TAGOHBug 54138 - X_OK permission is invalid for win32 access...
2012-08-16 Akira TAGOHBug 53585 - Two highly-visible typos in src/fcxml.c
2012-07-09 Akira TAGOHFix a build fail with gcc 2.95, not supporting the...
2012-06-22 Marius TolzmannFix warning about deprecated, non-existent config includes
2012-06-22 Marius TolzmannFix newline in warning about deprecated config includes
2012-06-18 Akira TAGOHclean up the lock file properly on even hardlink-not...
2012-06-14 Akira TAGOHFix the fail of make install with --disable-shared...
2012-06-13 Akira TAGOHFix a build fail on MINGW
2012-06-11 Akira TAGOHBug 50835 - Deprecate FC_GLOBAL_ADVANCE
2012-06-11 Mark Brandfix building for WIN32
2012-06-08 Akira TAGOHBug 50525 - superfluous whitespace in the style
2012-06-08 Akira TAGOHfcdefault: Add the lang object at FcConfigSubstituteWit...
2012-06-08 Akira TAGOHfcdefault: no need to set FC_LANG in FcDefaultSubstitut...
2012-06-08 Akira TAGOHAdd the default language to the pattern prior to do...
2012-06-08 Akira TAGOHfcdefault: fallback if the environment variables are...
2012-06-08 Akira TAGOHBug 32853 - Export API to get the default language
2012-06-01 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-05-31 Akira TAGOHFix a typo and polish the previous change
2012-05-30 Akira TAGOHFix the build fail on Solaris
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-28 Akira TAGOHfcatomic: fallback to create a directory with FcAtomicLock
2012-05-25 Akira TAGOHBug 33644 - Fontconfig doesn't match correctly in ...
2012-05-18 Akira TAGOHBug 20411 - fontconfig doesn't match FreeDesktop direct...
2012-05-14 Akira TAGOHBug 19128 - Handling whitespace in aliases
2012-05-10 Akira TAGOHfcarch.c: get rid of the duplicate definition of FC_MAX
2012-05-02 Keith PackardDeal with architectures where ALIGNOF_DOUBLE < 4
2012-05-01 Akira TAGOHOutput more verbose debugging log to show where to...
2012-04-25 Akira TAGOHBug 39278 - make usage of mmap optional
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-20 Akira TAGOHFix a build issue again when no regex functions available
2012-04-18 Akira TAGOHBug 25151 - Move cleanCacheDirectory() from fc-cache...
2012-04-17 Keith PackardUse posix_fadvise to speed startup
2012-04-12 Akira TAGOHBug 27526 - Compatibility fix for old windows sytems
2012-04-12 Akira TAGOHBug 48573 - platform without regex do not have also...
2012-04-11 Akira TAGOHBug 28491 - Allow matching on FC_FILE
2012-04-10 Akira TAGOHBug 26830 - Add search for libiconv non-default directory
next