Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-22 | Fix more gcc4 warnings: | Patrick Lam | 1 | -2/+2 | |
- Cast sizeof to int, to shut up signedness warnings in comparison. - Add consts where appropriate. reviewed by: Patrick Lam <plam@mit.edu> | |||||
2005-09-11 | Merge with HEAD and finish the GCC 4 cleanups (no more warnings!) | Patrick Lam | 1 | -2/+2 | |
2005-03-03 | Ignore more build detritus | Keith Packard | 2 | -6/+8 | |
Add debian package construction stuff. Update to newer versions of these tools Get library manuals to build again (we love automake). Update debian build system to switch maintainers and deal with 2.3 functionality | |||||
2005-03-01 | Generate and install PDF versions of the manuals | Keith Packard | 5 | -15/+130 | |
Fix formatting Add missing exported functions, fix data types Add missing pattern elements. Add missing pattern elements. Document conf.d usage, clarify available orthography list. Fix some config file attributes. Complete list of constants. Mark FC_SOURCE deprecated. Don't set FC_SOURCE any longer. | |||||
2005-01-13 | Add SEE ALSO section (bug 2085) | Keith Packard | 2 | -2/+11 | |
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com> | |||||
2004-12-07 | Change files from ISO-Latin-1 to UTF-8 | Keith Packard | 21 | -22/+22 | |
2004-12-05 | Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (or | Keith Packard | 1 | -7/+10 | |
wherever the X fonts are located). Document new <include>directory-name</include> semantics add <include ignore_missing="yes">conf.d</include> Add selectfont to ignore bitmap fonts, add comment for selectfont which accepts bitmap fonts. Allow <include> configuration elements to reference directories. Parse and load all files of the form [0-9]* in sorted order. | |||||
2004-12-04 | Fix typo. | Keith Packard | 1 | -0/+1 | |
Add detection for font capabilities (bug #105) reviewed by: Keith Packard <keithp@keithp.com> | |||||
2004-12-04 | Move existing fonts.conf to fonts.conf.bak | Keith Packard | 3 | -3/+64 | |
Add detection of iconv Document new selectfont elements Switch to UTF-8 in comment Add fullname, and family/style/fullname language entries Respect selectfont/*/glob Add support for selectfont Add multi-lingual family/style/fullname support Expose FcListPatternMatchAny (which selectfont/*/pattern uses) Add new FcPatternRemove/FcPatternAppend. FcObjectStaticName stores computed pattern element names which are required to be static. | |||||
2003-11-18 | Switch to FreeType 2.1.7 style includes. Bug #150. | Keith Packard | 1 | -0/+1 | |
reviewed by: Keith Packard <keithp@keithp.com> | |||||
2003-10-27 | Yet more cleanups to finish getting 'make distcheck' working This has been | Keith Packard | 1 | -90/+43 | |
tested to ensure that it even works from a _build directory. | |||||
2003-10-27 | Attempts to fix 'make distcheck' work. Things are progressing pretty well, | Keith Packard | 1 | -10/+58 | |
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues. | |||||
2003-10-26 | Include confdir.sgml.in in EXTRA_DIST | Keith Packard | 1 | -1/+1 | |
2003-09-06 | Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111) | Noah Levitt | 2 | -3/+4 | |
When checking for monospace and dual-width fonts, allow roughly a 3% variance in the advances. | |||||
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 3 | -57/+149 | |
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind) | |||||
2003-06-17 | Bug 75: dont build docs unless docbook is available. Dont install docs | Keith Packard | 1 | -1/+1 | |
unless they are pre-built or buildable | |||||
2003-04-23 | Oops. Missing newline in .cvsignore | Keith Packard | 1 | -1/+1 | |
2003-04-23 | Fix docs to close sgml tags | Keith Packard | 3 | -0/+3 | |
2003-04-23 | Add confdir.sgml to .cvsignore | Keith Packard | 1 | -0/+1 | |
2003-04-23 | Use CONFDIR instead of SYSCONFDIR/fonts in manual. Use awk to strip | Keith Packard | 2 | -2/+3 | |
trailing newline instead of leaving CVS file without a newline (which will break at some point) | |||||
2003-04-23 | Got rid of the newline at the end of the file. It's yucky but, I'm not sure | Noah Levitt | 1 | -1/+1 | |
how else to get rid of the newline in the output. | |||||
2003-04-23 | Getting closer to fixing /etc/fonts hard-coding. | Noah Levitt | 2 | -0/+29 | |
2003-04-22 | Testing syncmail yet again. | Noah Levitt | 2 | -10/+11 | |
2003-04-17 | Remove some unused variables, and initialize some other ones so gcc doesn't | Colin Walters | 1 | -0/+1 | |
warn us. | |||||
2003-04-08 | remove -u option to docbook2man which was trashing the .html file | Keith Packard | 1 | -1/+1 | |
2003-03-20 | strtod under some locales requires digits before the decimal | Keith Packard | 1 | -2/+6 | |
2003-03-07 | add version.sgml to .cvsignore | Keith Packard | 1 | -0/+1 | |
2003-03-07 | Add version number to user doc | Keith Packard | 2 | -10/+18 | |
2003-03-07 | Add version number to documentation | Keith Packard | 3 | -10/+31 | |
2003-03-07 | wasnt rebuilding most of the docs | Keith Packard | 1 | -9/+9 | |
2003-03-07 | get manuals to install with automake-1.4 | Keith Packard | 1 | -23/+21 | |
2003-03-07 | Create fontconfig-user.html | Keith Packard | 1 | -1/+1 | |
2003-03-07 | Add more to .cvsignore | Keith Packard | 1 | -0/+9 | |
2003-03-07 | Make documentation build | Keith Packard | 3 | -74/+102 | |
2003-03-07 | Finish reformatting developer documentation | Keith Packard | 10 | -438/+795 | |
2003-03-07 | Add copyright | Keith Packard | 1 | -0/+23 | |
2003-03-07 | Use <parameter> tags. Add copyrights | Keith Packard | 5 | -40/+40 | |
2003-03-07 | Add lots more function documentation | Keith Packard | 12 | -276/+677 | |
2003-03-07 | Rework documentation to build man pages for each function | Keith Packard | 8 | -1033/+1411 | |
2003-03-07 | Add func doc creation program edit-sgml | Keith Packard | 1 | -0/+426 | |
2003-03-04 | Add .cvsignorefc-2_1_91 | Keith Packard | 1 | -0/+4 | |
2003-03-03 | Sun Mar 2 14:16:17 2003 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2 | -117/+128 | |
fontconfig.spec.in: Improvements from Red Hat spec file. {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages. docs/*.sgml: SGML fixes. | |||||
2003-03-01 | Add --disable-docs flag | Keith Packard | 1 | -5/+16 | |
2003-03-01 | Switch to docbook and split documentation into pieces | Keith Packard | 1 | -0/+35 | |
2003-03-01 | Reformat documentation into sgml for docbook, split into user/devel guides | Keith Packard | 3 | -55/+1816 | |
2002-02-14 | Initial revision | Keith Packard | 1 | -0/+55 | |