summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-05-16oops. Left the psfontinfo.weight matching code commented out while testingKeith Packard1-2/+0
2003-05-14Extract spacing from XLFD atomJuliusz Chroboczek1-0/+14
2003-05-12Use FcIsWidth to share codeKeith Packard1-21/+6
2003-05-12Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.Juliusz Chroboczek1-1/+4
2003-05-12Generate FC_SIZE and FC_DPI for legacy bitmap fontsJuliusz Chroboczek1-0/+41
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard6-30/+232
2003-05-06Remove 0b82 and Tamil numbers from tamil orthography (Jungshik ShinKeith Packard1-2/+5
2003-05-04Add more .cvsignore entriesKeith Packard2-0/+2
2003-05-04Add more .cvsignore entriesKeith Packard1-0/+5
2003-05-04Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodingsKeith Packard4-3/+170
2003-05-04Add .cvsignore in new fc-glyphname dirKeith Packard1-0/+6
2003-05-04Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4Keith Packard5-0/+4857
2003-05-02Grub through style to find weight/slant/width values when other techniquesKeith Packard3-75/+233
2003-05-02Add book constant for book weightKeith Packard1-0/+1
2003-05-02Add FC_WEIGHT_BOOK as weight 75Keith Packard1-0/+1
2003-05-01Fix expat function check.Noah Levitt1-4/+4
2003-05-01Check for an expat function that won't be there if expat is too old.Noah Levitt1-2/+2
2003-05-01Add demi and book postscript weight names. Allow spaces in postscript and XKeith Packard1-2/+4
2003-04-30Typo in bitstream foundry nameKeith Packard1-1/+1
2003-04-24Debug output for unknown ps weight names. ignore italic_angle for PS fontsKeith Packard1-2/+13
2003-04-24FcFontList broken when presented a charset - was comparing inclusion in theKeith Packard2-4/+19
2003-04-23Oops. Missing newline in .cvsignoreKeith Packard1-1/+1
2003-04-23Fix docs to close sgml tagsKeith Packard4-0/+11
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
2003-04-23Got rid of the newline at the end of the file. It's yucky but, I'm not sureNoah Levitt1-1/+1
2003-04-23Getting closer to fixing /etc/fonts hard-coding.Noah Levitt3-1/+29
2003-04-22Testing syncmail yet again.Noah Levitt4-11/+13
2003-04-22Fix autogen.sh to work with newer automakesKeith Packard1-10/+35
2003-04-22Handle pattern elements moving during multiple editsKeith Packard1-0/+8
2003-04-21Update to version 2.2.0fc-2_2_0Keith Packard2-3/+3
2003-04-21Fixed variable name mistake.Noah Levitt1-2/+2
2003-04-20From James Su -- only part of page 0xff is LatinKeith Packard1-1/+2
2003-04-18Guard calls to FT_Get_BDF_Property to avoid freetype jumping through nullKeith Packard1-3/+9
2003-04-17Pass FONTCONFIG_PATH in arguments to get expandedKeith Packard2-4/+1
2003-04-17BDF properties not available until FreeType 2.1.4Keith Packard1-1/+1
2003-04-17Remove some unused variables, and initialize some other ones so gcc doesn'tColin Walters3-4/+8
2003-04-17Solaris porting fixesKeith Packard2-4/+4
2003-04-16Add Vera support to default configurationfc-2_1_94Keith Packard1-0/+50
2003-04-16bump version to 2.1.94Keith Packard2-2/+2
2003-04-16add some changelog entriesKeith Packard1-0/+18
2003-04-16Search through the BDF properties for width and foundry informationKeith Packard1-1/+75
2003-04-16Move foundry detection data into fcfreetype.c (which is getting ratherKeith Packard3-119/+137
2003-04-16bool was misdeclared in DTDKeith Packard1-1/+1
2003-04-15Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard7-24/+187
2003-04-15Clean up ps font weight matching and check for NULLKeith Packard1-28/+31
2003-04-11Implemented foundry generation for Type 1 and TrueTypeJuliusz Chroboczek2-5/+145
2003-04-11update version number to 2.1.93fc-2_1_93Keith Packard2-2/+2
2003-04-11Run fc-cache from local dir instead of install dir to help LFS installs (IKeith Packard1-1/+1
2003-04-11Switch to locale-independent string compare functionKeith Packard1-14/+14