summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2005-09-22Fix more gcc4 warnings:Patrick Lam1-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-11Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)Patrick Lam1-2/+2
2005-03-03Ignore more build detritusKeith Packard2-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-01Generate and install PDF versions of the manualsKeith Packard5-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-13Add SEE ALSO section (bug 2085)Keith Packard2-2/+11
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-07Change files from ISO-Latin-1 to UTF-8Keith Packard21-22/+22
2004-12-05Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts (orKeith Packard1-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-04Fix typo.Keith Packard1-0/+1
Add detection for font capabilities (bug #105) reviewed by: Keith Packard <keithp@keithp.com>
2004-12-04Move existing fonts.conf to fonts.conf.bakKeith Packard3-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-18Switch to FreeType 2.1.7 style includes. Bug #150.Keith Packard1-0/+1
reviewed by: Keith Packard <keithp@keithp.com>
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard1-90/+43
tested to ensure that it even works from a _build directory.
2003-10-27Attempts to fix 'make distcheck' work. Things are progressing pretty well,Keith Packard1-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-26Include confdir.sgml.in in EXTRA_DISTKeith Packard1-1/+1
2003-09-06Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)Noah Levitt2-3/+4
When checking for monospace and dual-width fonts, allow roughly a 3% variance in the advances.
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth3-57/+149
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-06-17Bug 75: dont build docs unless docbook is available. Dont install docsKeith Packard1-1/+1
unless they are pre-built or buildable
2003-04-23Oops. Missing newline in .cvsignoreKeith Packard1-1/+1
2003-04-23Fix docs to close sgml tagsKeith Packard3-0/+3
2003-04-23Add confdir.sgml to .cvsignoreKeith Packard1-0/+1
2003-04-23Use CONFDIR instead of SYSCONFDIR/fonts in manual. Use awk to stripKeith Packard2-2/+3
trailing newline instead of leaving CVS file without a newline (which will break at some point)
2003-04-23Got rid of the newline at the end of the file. It's yucky but, I'm not sureNoah Levitt1-1/+1
how else to get rid of the newline in the output.
2003-04-23Getting closer to fixing /etc/fonts hard-coding.Noah Levitt2-0/+29
2003-04-22Testing syncmail yet again.Noah Levitt2-10/+11
2003-04-17Remove some unused variables, and initialize some other ones so gcc doesn'tColin Walters1-0/+1
warn us.
2003-04-08remove -u option to docbook2man which was trashing the .html fileKeith Packard1-1/+1
2003-03-20strtod under some locales requires digits before the decimalKeith Packard1-2/+6
2003-03-07add version.sgml to .cvsignoreKeith Packard1-0/+1
2003-03-07Add version number to user docKeith Packard2-10/+18
2003-03-07Add version number to documentationKeith Packard3-10/+31
2003-03-07wasnt rebuilding most of the docsKeith Packard1-9/+9
2003-03-07get manuals to install with automake-1.4Keith Packard1-23/+21
2003-03-07Create fontconfig-user.htmlKeith Packard1-1/+1
2003-03-07Add more to .cvsignoreKeith Packard1-0/+9
2003-03-07Make documentation buildKeith Packard3-74/+102
2003-03-07Finish reformatting developer documentationKeith Packard10-438/+795
2003-03-07Add copyrightKeith Packard1-0/+23
2003-03-07Use <parameter> tags. Add copyrightsKeith Packard5-40/+40
2003-03-07Add lots more function documentationKeith Packard12-276/+677
2003-03-07Rework documentation to build man pages for each functionKeith Packard8-1033/+1411
2003-03-07Add func doc creation program edit-sgmlKeith Packard1-0/+426
2003-03-04Add .cvsignorefc-2_1_91Keith Packard1-0/+4
2003-03-03Sun Mar 2 14:16:17 2003 Owen Taylor <otaylor@redhat.com>Owen Taylor2-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-01Add --disable-docs flagKeith Packard1-5/+16
2003-03-01Switch to docbook and split documentation into piecesKeith Packard1-0/+35
2003-03-01Reformat documentation into sgml for docbook, split into user/devel guidesKeith Packard3-55/+1816
2002-02-14Initial revisionKeith Packard1-0/+55