Age | Commit message (Expand) | Author | Files | Lines |
2006-09-04 | Hide private functions in shared library. Export functionality for utilities. | Keith Packard | 1 | -17/+13 |
2006-09-03 | Remove all .cvsignore files | Keith Packard | 1 | -6/+0 |
2006-09-02 | Unify directory canonicalization into FcStrAddFilename. | Keith Packard | 1 | -1/+1 |
2006-09-01 | Fix memory leaks in fc-cache directory cleaning code. | Keith Packard | 1 | -0/+9 |
2006-09-01 | Pass directory information around in FcCache structure. Freeze charsets. | Keith Packard | 1 | -63/+46 |
2006-08-31 | Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache Makefile.am | Keith Packard | 1 | -4/+2 |
2006-08-31 | Revert ABI changes from version 2.3 | Keith Packard | 1 | -2/+2 |
2006-08-31 | Automatically remove invalid cache files. | Keith Packard | 2 | -2/+130 |
2006-08-30 | Skip broken caches. Cache files are auto-written, don't rewrite in fc-cache. | Keith Packard | 1 | -13/+12 |
2006-08-27 | Fix up fc-cache and fc-cat for no global cache changes. | Keith Packard | 1 | -1/+1 |
2006-08-27 | Eliminate global cache. Eliminate multi-arch cache code. | Keith Packard | 1 | -2/+1 |
2006-08-27 | Eliminate NormalizeDir. Eliminate gratuitous stat/access calls per dir. | Keith Packard | 1 | -5/+2 |
2006-08-04 | 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam | Patrick Lam | 1 | -4/+3 |
2006-04-25 | Include $(top_srcdir), $(top_srcdir)/src before anything else. | Patrick Lam | 1 | -7/+8 |
2006-04-07 | LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira. | Patrick Lam | 1 | -1/+1 |
2006-04-07 | Patrick Lam <plam@mit.edu> | Patrick Lam | 1 | -0/+7 |
2006-04-06 | Reduce amount of dirty rss by const'ing some data structures. | Patrick Lam | 1 | -2/+2 |
2006-02-18 | Fix the underlying cause of the below segfault (must usually call | Patrick Lam | 1 | -0/+2 |
2006-02-16 | Add -r --really-force option which blows away cache files and then | Patrick Lam | 1 | -7/+18 |
2006-02-16 | Don't bail if fontconfig can't remove a dir cache file. Skip the ID of a | Patrick Lam | 1 | -6/+10 |
2006-02-06 | Don't loop infinitely on recursive symlinks. | Patrick Lam | 1 | -0/+18 |
2006-02-05 | Make 'make distcheck' work with automake 1.6.3. | Patrick Lam | 1 | -1/+1 |
2006-01-31 | Stephan Kulow <coolo@suse.de> reviewed by: plam | Patrick Lam | 1 | -10/+3 |
2006-01-31 | Don't stop scanning if a directory in fonts.conf doesn't exist, because | Patrick Lam | 1 | -6/+14 |
2006-01-27 | Move FcConfigNormalizeFontDir call so that it doesn't result in infinite | Patrick Lam | 1 | -1/+5 |
2006-01-14 | Compare device numbers as well as inodes. Always normalize directory names | Patrick Lam | 1 | -1/+1 |
2006-01-10 | Explicitly add font dirs to config.fontDirs even if they're empty. Set | Patrick Lam | 1 | -0/+1 |
2006-01-09 | Normalize font dirs by using the form, as given in fonts.conf, and recorded | Patrick Lam | 1 | -1/+1 |
2005-12-21 | Bump version to 2.3.93.fc-2_3_93 | Patrick Lam | 1 | -0/+8 |
2005-12-12 | Improve error message when fc-cache can't write the cache. Add missing | Patrick Lam | 2 | -1/+8 |
2005-12-09 | Migrate cache files from fonts directories to /var/cache/fontconfig. This | Patrick Lam | 1 | -0/+2 |
2005-11-02 | Revert the previous patch and commit the correct patch: I forgot a | Patrick Lam | 1 | -9/+0 |
2005-11-02 | Forcibly rescan a directory before writing a fresh local cache file for | Patrick Lam | 1 | -0/+9 |
2005-10-05 | Add new API which unlinks directory caches and checks dir caches for | Patrick Lam | 1 | -1/+5 |
2005-09-23 | Add new command-line utility, fc-cat, to convert fonts.cache-2 files into | Patrick Lam | 2 | -3/+2 |
2005-09-23 | Update documentation -- fc-cache's man page now says that you need to run | Patrick Lam | 1 | -0/+7 |
2005-09-01 | : | Patrick Lam | 1 | -1/+1 |
2005-08-31 | Only load requested fonts for fc-cache, and cleanup memory handling: | Patrick Lam | 1 | -2/+1 |
2005-08-30 | src/fcint.c | Patrick Lam | 1 | -3/+0 |
2005-08-24 | Overhaul the serialization system to create one mmapable file per directory | Patrick Lam | 1 | -8/+4 |
2005-07-25 | #ifdef out old cache stuff, replace with first version of new mmapping | Patrick Lam | 1 | -1/+12 |
2005-04-27 | Bump so revision for 2.3.2 | Keith Packard | 1 | -1/+10 |
2005-04-21 | Don't force bitmap font enable in default configuration; allows users to | Keith Packard | 1 | -0/+1 |
2004-12-07 | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 2 | -2/+2 |
2004-12-05 | Sleep for two seconds before exiting to make sure timestamps for future | Keith Packard | 1 | -0/+8 |
2003-12-12 | Remove excessive whitespace (missed on previous commit) | Carl Worth | 1 | -4/+4 |
2003-12-11 | Move man_MANS into the 'if USEDOCBOOK' block. | Carl Worth | 1 | -3/+3 |
2003-10-27 | Yet more cleanups to finish getting 'make distcheck' working This has been | Keith Packard | 1 | -1/+1 |
2003-10-27 | Attempts to fix 'make distcheck' work. Things are progressing pretty well, | Keith Packard | 1 | -6/+7 |
2003-10-09 | Replace fc-cache and fc-list manpages with more detailed, SGML versions. | Josselin Mouette | 4 | -52/+224 |