summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06file fc-match.sgml was initially added on branch fc-2_4_branch.2.3-branchPatrick Lam0-0/+0
2006-03-23On Windows, unlink before rename. Reported by Tim Evans.Patrick Lam2-0/+8
2006-03-15Fix typos in orth files. Reported by Denis Jacquerye.Patrick Lam2-2/+2
2006-03-08file ln.orth was initially added on branch fc-2_4_branch.Patrick Lam0-0/+0
2006-03-08Sort directory entries while scanning them from disk; prevents HeisenbugsPatrick Lam2-3/+50
due to file ordering in a directory. reviewed by: plam
2005-12-13Add a configuration file that disables hinting for the Lohit Gujarati fontCarl Worth3-0/+14
(since the hinting distort some glyphs quite badly). reviewed by: keithp
2005-12-01file 10-fonts-persian.conf was initially added on branch fc-2_4_branch.Patrick Lam0-0/+0
2005-11-232005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plamPatrick Lam2-1/+8
Make getopt_long accept -s parameter to fc-match as well.
2005-11-19file ftglue.c was initially added on branch fc-2_4_branch.Patrick Lam0-0/+0
2005-10-05Use libtool -no-undefined flag on all platforms.Patrick Lam2-2/+8
reviewed by: plam & keithp
2005-10-05Modify config file to use Greek fonts before Asian fonts with Greek glyphs.Patrick Lam2-3/+15
reviewed by: plam & keithp
2005-09-23file Makefile.am was initially added on branch fc-2_4_branch.Patrick Lam0-0/+0
2005-07-25Various GCC 4 cleanups for signed vs unsigned charKeith Packard10-101/+144
Match only [0-9]*.conf files in <include>{directory}</include> elements to avoid loading *.rpmsave or .dpkg-old files. (otaylor)
2005-07-15Rename FcPatternThawAll to FcPatternFini.Carl Worth5-15/+54
Pull the FcObjectStateName hash table out to file scope, and add FcObjectStaticNameFini so that FcFini will cleanup this hash table as well. Clear FILE* to NULL after fclose.
2005-06-17Make FcOpNotContains use FcStrStr for strings so that it matches semanticsKeith Packard2-1/+11
for !FcOpContains. reviewed by: keithp
2005-05-20Move fontconfig source package to libs as per overrideKeith Packard3-1/+9
2005-05-20The ka.orth file requires several characters which are not used anymore inKeith Packard2-2/+14
modern Georgian and which are missing in the free Georgian TrueType fonts downloadable at: http://aiet.qartuli.net/docs/georgian_on_linux_en.php reviewed by: Mike Fabian Bug: 3352
2005-04-27Update date to real 2.3.2 release date. Fix change attributionsfc-2_3_2Keith Packard3-3/+18
2005-04-27Bump so revision for 2.3.2Keith Packard1-1/+10
Fix a few minor leaks in error cases.
2005-04-23Update for version 2.3.2Keith Packard5-4/+26
2005-04-21Don't force bitmap font enable in default configuration; allows users toKeith Packard17-812/+404
override this in ~/.fonts.conf Updated translations Destroy font configuration on exit to help valgrind Use own transcoding routines in preference to iconv which appears to have leaks in some translators. Call iconv_close after using iconv (oops). Prefer unicode encoding of Euro char as some fonts mis-encode Euro in other ones. Must fetch bitmap glyphs to get width values to check for monospace/dual-width fonts.
2005-04-13Check that a pattern isn't already frozen in FcPatternFreezeRoss Burton2-0/+8
2005-03-31Put all FcPattern objects though FcObjectStaticName and do pointer tratherRoss Burton4-4/+14
than string compares
2005-03-17Add the .dll to the dll name.Tor Lillqvist2-1/+5
2005-03-10Update to reflect configuration changesfc-2_3_1-2Keith Packard5-41/+40
Fix Autohint vs Autohinter mistake Adopt changes from Josselin Mouette for configuration descriptions Update debian to version 2.3.1-2
2005-03-09Update debian for 2.3.1Keith Packard3-0/+18
2005-03-09Get the DLL from "bin" where modern libtools put it, not "lib".Tor Lillqvist3-2/+12
Check also drive letter prefix on Win32.
2005-03-08Update for 2.3.1fc-2_3_1Keith Packard4-4/+19
2005-03-05Include space and remove numbers from valid script tags. This ensures thatKeith Packard2-8/+20
tags like 'lao ' work while rejecting those which have any digits. Eliminate a spurious debugging variable (len)
2005-03-05Rework GSUB/GPOS script parsing to survive broken fonts. Thanks for theKeith Packard2-20/+51
broken font go to Manish Singh
2005-03-05Josselin Mouette:Keith Packard8-9/+39
Include 2.3 release information in changelog Add Josselin Mouette as an Uploader Set hinting_type to low priority configuration option Manish Singh: yes_bitmaps.conf -> yes-bitmaps.conf Funda Wang: Johap -> Johab
2005-03-03Move debian-specific conf file examples upstream.Keith Packard10-19/+35
Sub-pixel configuration examples must smash subpixel value as Xft always sets it from X. Change sub-pixel rendering debconf descriptions from Enable/Disable to Always/Never.
2005-03-03Ignore more build detritusKeith Packard41-518/+4171
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-01Update for 2.3.0fc-2_3_0fc_2-3Keith Packard4-5/+22
2005-03-01Generate and install PDF versions of the manualsKeith Packard8-19/+156
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-02-28Create prototype /etc/fonts/conf.d directory with a few sampleKeith Packard9-22/+102
configuration files. Deprecate use of local.conf for local customizations in favor of this directory based scheme which is more easily integrated into installation systems. Tag FC_EMBOLDEN as a boolean variable
2005-02-10Free patterns from fonts which are rejected by configuration (bug #2518)Keith Packard2-0/+10
reviewed by: pborelli@katamail.com
2005-01-29Update for version 2.2.99fc-2_2_99Keith Packard4-6/+25
2005-01-29Add a few pointersKeith Packard2-0/+8
2005-01-28Polite typechecking for test and edit expressions. Helps catch errors inKeith Packard4-65/+211
the font configuration.
2005-01-16Have --with-expat set EXPAT_CFLAGS (bug 2278)Keith Packard2-1/+17
reviewed by: Keith Packard <keithp@keithp.com>
2005-01-13Add SEE ALSO section (bug 2085)Keith Packard9-10/+108
Cross compiling fixes (bug 280) reviewed by: Keith Packard <keithp@keithp.com>
2005-01-13Update blanks list (Closes bug 86)Keith Packard2-21/+36
2005-01-04Verify that every font pattern loaded from cache has both FC_FILE andKeith Packard2-1/+16
FC_FAMILY entries. Attempt to fix bug #2219.
2004-12-29Update for version 2.2.98fc-2_2_98Keith Packard4-4/+29
2004-12-29Document ASCII limitations of Fc character conversion macrosKeith Packard3-4/+35
Fix off-by-one error in utf-8 case walking code. Add FcStrDowncase (useful for testing case conversion functions)
2004-12-29Add territory databaseKeith Packard5-16217/+2776
Reviewed by: Keith Packard Remove Han characters from Korean orthography
2004-12-29Reorder utility programs to make sure fc-case is run before fc-lang asKeith Packard3-4/+16
fc-lang uses fcstr.c which uses fccase.h Fix broken XML
2004-12-29Adopt some RedHat suggestions for standard font configuration.Keith Packard11-94/+1685
Add new helper program 'fc-case' to construct case folding tables from standard Unicode CaseFolding.txt file Re-implement case insensitive functions with Unicode aware versions (including full case folding mappings)
2004-12-14I changed FcFontSetSort to respect the generic aliases better in the faceKeith Packard2-2/+96
of language matching. What I did was to ammend the strict sort order used by FcFontSort so that it 'satisfies' the language specified in the pattern by locating the best matching font supporting each pattern language and then ignores language in the remaining fonts for purposes of matching. So, when asking for 'sans:lang=en', you'll get an English font first, and then the remaining fonts sorted with respect to the 'sans' alias alone -- pushing Kochi fonts ahead of other English-supporting Han fonts. reviewed by: Owen Taylor <otaylor@redhat.com>