2007-11-04 |
Keith Packard | Export FcConfig{G,S}etRescanInverval from .so, mark... |
blob | commitdiff | raw |
2007-11-04 |
Keith Packard | Have FcConfigSetCurrent accept the current configuratio... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Keith Packard | Typo error in function name: Inverval -> interval |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Keith Packard | Also check configDirs mtimes in FcConfigUptoDate |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Keith Packard | Reimplement FcConfigAppFontAddDir; function was lost... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Keith Packard | Merge branch 'jhcloos' |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Eliminate .so PLT entries for local symbols. (thanks... |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Make cache reference counting more efficient. |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Keith Packard | Reference count cache objects. |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Keith Packard | Merge branch 'fc-2_4_branch' to master |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Keith Packard | Fix missing initialization/destruction of new 'scan... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Keith Packard | Add FcMatchScan to resolve Delicious font matching... |
blob | commitdiff | raw | diff to current |
2006-09-01 |
Keith Packard | Pass directory information around in FcCache structure... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Keith Packard | Skip broken caches. Cache files are auto-written, don... |
blob | commitdiff | raw | diff to current |
2006-08-30 |
Keith Packard | Rework cache files to use offsets for all data structures. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Eliminate global cache. Eliminate multi-arch cache... |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Keith Packard | Eliminate NormalizeDir. Eliminate gratuitous stat/acces... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Patrick Lam | 2006-08-04 Keith Packard (keithp@keithp.com) reviewed... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Patrick Lam | Include $(top_srcdir), $(top_srcdir)/src before anythin... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Patrick Lam | Fix memory leak (Coverity defect #2089). |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Patrick Lam | Missing bits from previous patches. |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Patrick Lam | Fix string memory leak (Coverity defect #1823). |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Patrick Lam | Fix double free (spotted by Coverity, CID #1965). |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Patrick Lam | Don't rescan when trying to normalize a non-declared... |
blob | commitdiff | raw | diff to current |
2006-02-04 |
Patrick Lam | src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir) |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Patrick Lam | Add a couple of missing normalizations to make fc-cache... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Patrick Lam | Stop trampling the directory name when writing out... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Patrick Lam | Fix additional memory leaks reported by Ronny V. Vinden... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Patrick Lam | Compare device numbers as well as inodes. Always normal... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Patrick Lam | Normalize font dirs by using the form, as given in... |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Patrick Lam | Fix double-free which occurs because FcValueCanonicaliz... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Make the perf guys hate me a bit less: hoist the direct... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Don't make FcPatternFindFullFname available to fccfg... |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Fix segfault. |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Patrick Lam | Fix problem dating back at least to 2.3.2 where globs... |
blob | commitdiff | raw | diff to current |
2005-11-18 |
Patrick Lam | List iteration not needed in FcConfigValues, since... |
blob | commitdiff | raw | diff to current |
2005-11-17 |
Patrick Lam | Fix crash on invalid constants in config files (forgot... |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Patrick Lam | Declare the global cache of a directory's contents... |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Patrick Lam | Revert ill-advised addition of FC_RENDER. Add strategy... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Patrick Lam | Merge with HEAD and finish the GCC 4 cleanups (no more... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Patrick Lam | Really fix the global cache: make sure we're reading... |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Patrick Lam | Replace FcObjectStaticName by FcStrStaticName. Implemen... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Patrick Lam | Reinstate the old global cache code. For the forseeable... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Patrick Lam | Overhaul the serialization system to create one mmapabl... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Keith Packard | Various GCC 4 cleanups for signed vs unsigned char |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Patrick Lam | #ifdef out old cache stuff, replace with first version... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Patrick Lam | Convert ObjectPtr from a fat structure to a simple... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Patrick Lam | Add functionality to allow fontconfig data structure... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Keith Packard | Make FcOpNotContains use FcStrStr for strings so that... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Tor Lillqvist | Get the DLL from "bin" where modern libtools put it... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Keith Packard | Change files from ISO-Latin-1 to UTF-8 |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Keith Packard | Move existing fonts.conf to fonts.conf.bak |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Keith Packard | Provided by: Lubos Lunak <l.lunak@suse.cz> |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Keith Packard | Add Low Saxon orthography (Kenneth Rohde Christiansen... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
Tor Lillqvist | fontconfig, at least as used by GIMP and/or PangoFT2... |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Manish Singh | FcConfigAppFontClear: Support passing NULL to use defau... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Carl Worth | Added new FcFini function for cleaning up all memory... |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Keith Packard | Implement new semantics for Contains and LISTING: |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Keith Packard | Allow config->cache to be null (as it is when $HOME... |
blob | commitdiff | raw | diff to current |
2003-06-15 |
Tor Lillqvist | Trivial braino. |
blob | commitdiff | raw | diff to current |
2003-06-13 |
Tor Lillqvist | Check also for DLL_EXPORT as indication of being built... |
blob | commitdiff | raw | diff to current |
2003-05-28 |
James Su | Fix "contains" op for strings and langsets. |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Keith Packard | Add filename-based accept/reject to ammend available... |
blob | commitdiff | raw | diff to current |
2003-04-24 |
Keith Packard | FcFontList broken when presented a charset - was compar... |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Keith Packard | Handle pattern elements moving during multiple edits |
blob | commitdiff | raw | diff to current |
2003-04-17 |
Keith Packard | Pass FONTCONFIG_PATH in arguments to get expanded |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Keith Packard | Fix unary operator parsing. Add floor, ceil, trunc... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Tor Lillqvist | Changes for Windows: |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Keith Packard | Avoid crashing on empty test/edit lists |
blob | commitdiff | raw | diff to current |
2003-03-05 |
Keith Packard | AddFcLangSetContains for font listing, add first-letter... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Keith Packard | Switch back to -version-info for fontconfig as its... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Keith Packard | Add "same" binding for edits to inherit binding from... |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Keith Packard | Fix inconsistent const usage in FcConfigCompareValue |
blob | commitdiff | raw | diff to current |
2002-12-21 |
David Dawes | 677. Fix a segfault in fontconfig (#A.1450, Keith Packard). xf-4_2_99_3 |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Keith Packard | More complete memory tracking. Install always overwrite... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Keith Packard | Add contains/not_contains, fix LangSet equal operator... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Keith Packard | Reimplement FC_LANG as FcTypeLang, freeze patterns... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Keith Packard | Various config changes plus a couple of optimizations... |
blob | commitdiff | raw | diff to current |
2002-08-11 |
Keith Packard | Fix weird first/not-first lameness in font matches... fcpackage_rc2 rc2 |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Keith Packard | Add binding property to edit element |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Keith Packard | Rewrite global cache handling code in fontconfig to... fcpackage_rc1 |
blob | commitdiff | raw | diff to current |
2002-06-29 |
Keith Packard | Add strong/weak pattern value binding, add known charse... |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Keith Packard | Fix automatic file time checking, transcoding table... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Keith Packard | Accidentally falling through several case blocks |
blob | commitdiff | raw | diff to current |
2002-06-19 |
Keith Packard | Add ref counting to font config patterns so that FcFont... |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Keith Packard | Add a few more families to fonts.conf, make FC_ANTIALIA... |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Keith Packard | Add FcPatternHash, clean up a few valgrind issues |
blob | commitdiff | raw | diff to current |
2002-06-03 |
Keith Packard | Add FcPatternEqualSubset for Pango, clean up some inter... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Keith Packard | Eliminate some compiler warnings, avoid seg fault when... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Keith Packard | Expression parsing in fonts.conf file mis-freed element... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Keith Packard | Apply some obvious fixes to FcFontSetSort from Owen... |
blob | commitdiff | raw | diff to current |
2002-05-21 |
Keith Packard | Fix autoconf build process for fontconfig |
blob | commitdiff | raw | diff to current |
2002-03-01 |
Keith Packard | Port Xft1 to fontconfig |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Keith Packard | Check font edit value lists for empty dri-20020222-merge |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Keith Packard | Automatically initialize the fontconfig library |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Keith Packard | fontconfig library: build fixes and compiler warning... |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Keith Packard | Initial revision |
blob | commitdiff | raw | diff to current |
|