Don't warn if an unknown element is used in an expression
[platform/upstream/fontconfig.git] / src / fcxml.c
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 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 TAGOHFix a memory leak
2012-12-07 Akira TAGOHFix the wrong estimation for the memory usage informati...
2012-12-05 Akira TAGOHDo not show the deprecation warning if it is a symlink
2012-08-16 Akira TAGOHBug 53585 - Two highly-visible typos in src/fcxml.c
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-13 Akira TAGOHFix a build fail on MINGW
2012-06-11 Mark Brandfix building for WIN32
2012-06-01 Akira TAGOHFix the wrong estimation for the memory usage informati...
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-04-12 Akira TAGOHBug 27526 - Compatibility fix for old windows sytems
2012-04-06 Akira TAGOHBug 22862 - <alias> ignores <match> <test>s
2012-03-28 Akira TAGOHBug 17832 - Memory leaks due to FcStrStaticName use...
2010-12-28 Behdad EsfahbodSkip <range> elements with begin > end
2010-12-28 Behdad EsfahbodAllow editing charset and lang in target="scan"
2010-12-09 Akira TAGOHAdd editing langset feature.
2010-12-09 Akira TAGOHAdd the range support in blank element
2010-12-09 Akira TAGOHAdd charset editing feature.
2010-11-10 Behdad EsfahbodCleanup copyright notices to replace "Keith Packard...
2010-04-12 Behdad EsfahbodMore whitespace
2010-04-12 Behdad EsfahbodWhitespace
2009-11-16 Behdad Esfahbod[xml] Remove unused code
2009-08-21 Behdad EsfahbodBug 22037 - No Fonts installed on a default install...
2009-08-13 Tor LillqvistUse multi-byte codepage aware string function on Windows
2009-08-13 Tor LillqvistFix heap corruption on Windows in FcEndElement()
2009-08-13 Tor LillqvistFix MinGW compilation
2009-07-21 Behdad EsfahbodUse GetSystemWindowsDirectory() instead of GetWindowsDi...
2009-07-20 Behdad EsfahbodFix leak with string VStack objects
2009-06-24 Behdad Esfahbod[xml] Intern more strings
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 Esfahbod[xml] Centralize FcExpr allocation
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[fcxml.c] Embed a static 64-byte attr buffer in FcPStack
2009-03-12 Behdad Esfahbod[fcxml] Embed 64 static FcVStack objects in FcConfigParse
2009-03-12 Behdad Esfahbod[fcxml] Embed 8 static FcPStack objects in FcConfigParse
2009-03-12 Behdad Esfahbod[fcxml] Don't allocate attr array if there are no attri...
2009-03-12 Behdad Esfahbod[fcstr,fcxml] Don't copy FcStrBuf contents when we...
2009-02-15 Behdad Esfahbod[win32] Expand "APPSHAREFONTDIR" to ../share/fonts...
2009-02-14 Harald FernengelDon't use variables named 'bool' (bug #18851)
2009-02-14 Behdad EsfahbodDon't leak FcValues string loaded through fcxml.c ...
2009-02-14 Behdad EsfahbodReplace RCS Id tags with the file name
2009-02-14 Behdad EsfahbodAvoid C99ism in Win32 code (#16651)
2008-05-25 Keith PackardIgnore empty <dir></dir> elements
2008-05-04 Dennis SchriddeProper config path for static libraries in win32
2007-12-23 Keith PackardFix OOM failure case in FcPStackPush.
2007-11-14 Tor LillqvistWorkaround for stat() brokenness in Microsoft's C libra...
2007-10-26 Keith PackardRespect "binding" attribute in <alias> entries.
2007-10-18 Mike FABIANAvoid crashes if config files contain junk.
2006-12-02 Keith PackardSegfault scanning non-font files. Disallow scan edit...
2006-09-10 Keith PackardFix conf.d directory sorting.
2006-09-09 Keith PackardMerge branch 'jhcloos'
2006-09-05 Keith PackardEliminate .so PLT entries for local symbols. (thanks...
2006-09-04 Keith PackardCan't typecheck values for objects with no known type.
2006-09-03 Keith PackardMerge branch 'fc-2_4_branch' to master
2006-09-03 Keith PackardAdd FcMatchScan to resolve Delicious font matching...
2006-08-31 Keith PackardSkip broken caches. Cache files are auto-written, don...
2006-08-30 Keith PackardRework cache files to use offsets for all data structures.
2006-08-04 Patrick Lam2006-08-04 Keith Packard (keithp@keithp.com) reviewed...
2006-04-27 Keith PackardEliminate pattern freezing
2006-04-25 Patrick LamInclude $(top_srcdir), $(top_srcdir)/src before anythin...
2006-04-11 Patrick LamMissing bits from previous patches.
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-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-05 Patrick Lamsrc/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave...
2006-01-26 Patrick LamStop trampling the directory name when writing out...
2005-12-21 Patrick LamBump version to 2.3.93. fc-2_3_93
2005-12-12 Patrick LamFix crash reported by Frederic Crozat when using libxml2.
2005-11-30 Patrick LamOnly add a config file to the set of config files once.
2005-11-18 Patrick LamDon't crash when fc-cat invoked with no arguments.
2005-11-17 Patrick LamComplain about invalid constants in config files.
2005-09-29 Patrick LamUse libxml2 if requested (with --enable-libxml2) or...
2005-09-22 Patrick LamFix more gcc4 warnings:
2005-09-11 Patrick LamMerge ... HEAD and finish the GCC 4 cleanups (no more...
2005-08-24 Patrick LamOverhaul the serialization system to create one mmapabl...
2005-07-25 Keith PackardVarious GCC 4 cleanups for signed vs unsigned char
2005-07-15 Patrick LamForward port cworth's patch to branch.
2005-07-15 Carl WorthRename FcPatternThawAll to FcPatternFini.
2005-07-07 Patrick LamConvert ObjectPtr from a fat structure to a simple...
2005-06-28 Patrick LamAdd functionality to allow fontconfig data structure...
2005-01-28 Keith PackardPolite typechecking for test and edit expressions....
2004-12-07 Keith PackardReviewed by: Keith Packard <keithp@keithp.com>
2004-12-07 Keith PackardChange files from ISO-Latin-1 to UTF-8
2004-12-05 Keith PackardChange default set of fonts to include all of /usr...
next