]> git.wh0rd.org Git - fontconfig.git/history - src/fcxml.c
Ignore new generated documentation
[fontconfig.git] / src / fcxml.c
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 with 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...
2004-12-04 Keith PackardMove existing fonts.conf to fonts.conf.bak
2003-11-10 Roozbeh PournaderFixed a bug "FcStrtod" in handling some cases with...
2003-08-15 Carl WorthAdded new FcFini function for cleaning up all memory...
2003-07-20 Keith PackardImplement new semantics for Contains and LISTING:
2003-07-09 Keith PackardWas miscomputing end of string position for FcStrtod...
2003-05-07 Keith PackardAdd filename-based accept/reject to ammend available...
2003-04-15 Keith PackardFix unary operator parsing. Add floor, ceil, trunc...
2003-03-22 Tor LillqvistChanges for Windows:
2003-03-05 Keith PackardChange RCS tag
2003-03-02 Keith PackardSwitch back to -version-info for fontconfig as its...
2003-02-12 Keith PackardAdd "same" binding for edits to inherit binding from...
2002-08-31 Keith PackardMore complete memory tracking. Install always overwrite...
2002-08-22 Keith PackardAdd contains/not_contains, fix LangSet equal operator...
2002-08-20 Keith PackardMemory leak in XML parsing of matrices (thanks Owen)
2002-08-19 Keith PackardVarious config changes plus a couple of optimizations...
2002-08-11 Keith PackardFix weird first/not-first lameness in font matches... fcpackage_rc2 rc2
2002-07-31 Keith PackardAdd binding property to edit element
2002-07-12 Keith PackardAdd a bunch more languages that use the Latin alphabet
2002-06-26 Keith PackardSteal idea for locale-insensitive strtod from glib
2002-06-21 Keith PackardOops. Made a mistake when adding config file names...
2002-06-21 Keith PackardFix automatic file time checking, transcoding table...
2002-06-19 Keith PackardAdd ref counting to font config patterns so that FcFont...
2002-06-18 Keith PackardFix compiler warning
2002-06-08 Keith PackardAdd FcPatternHash, clean up a few valgrind issues
2002-06-02 Keith PackardExpression parsing in fonts.conf file mis-freed element...
2002-05-22 Keith PackardReplace silly avl sort with qsort, add FcPatternEqual
2002-05-21 Keith PackardFix autoconf build process for fontconfig
2002-02-28 Keith PackardAdd better error reporting when loading config file
2002-02-22 Keith Packardfontconfig: some config file parsing mistakes
2002-02-20 Keith Packarddont complain about missing optional included font...
2002-02-18 Keith PackardSwitch fontconfig from libxml2 to expat
2002-02-15 Keith Packardfontconfig library: build fixes and compiler warning...
2002-02-14 Keith PackardInitial revision