Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-11 | Switch to locale-independent string compare function | Keith Packard | 1 | -14/+14 | |
2003-04-11 | Bug #46, #47 fontconfig should retrieve type 1 font information from | Keith Packard | 1 | -0/+44 | |
FontInfo dictionary Patch provided by g2@magestudios.net (Gerard Escalante) | |||||
2003-04-08 | Fix dummy makefile target names when MS_LIB_AVAILABLE isn't set. | Colin Walters | 1 | -2/+2 | |
2003-03-28 | Set spacing to mono if every encoded glyph is the same width | Keith Packard | 1 | -5/+41 | |
2003-03-22 | Changes for Windows: | Tor Lillqvist | 9 | -182/+400 | |
On Windows with gcc (a.k.a. mingw) build as a DLL. We don't want to hardcode the fonts.conf file location in the DLL, so we look up the DLL location at run-time in a DllMain() function. The fonts.conf location is deduced from that. The colon can't be used as path separator on Windows, semicolon is used instead. File path components can be separated with either slash or backslash. Absolute paths can also begin with a drive letter. Add internal function FcStrLastSlash that strrchr's the last slash, or backslash on Windows. There is no link() on Windows. For atomicity checks, mkdir a lock directory instead. In addition to HOME, also look for USERPROFILE. Recognize the special font directory token WINDOWSFONTDIR, to use the system's font directory. Remove the fontconfig-def.cpp that was obsolete. Add fontconfig.def(.in), without internal functions. Add a fontconfig-zip(.in) script, used to build a binary distribution. | |||||
2003-03-22 | switch // comment | Keith Packard | 1 | -1/+1 | |
2003-03-20 | Avoid crashing on empty test/edit lists | Keith Packard | 1 | -2/+4 | |
2003-03-18 | FcCharSetIsSubset errored on fonts with subsets in early blocks and extra | Keith Packard | 1 | -1/+1 | |
blocks not present in the second argument | |||||
2003-03-12 | add font widths and extend weight from OS/2 table | Keith Packard | 4 | -15/+89 | |
2003-03-12 | Global cache time checking was using wrong file name and computing wrong | Keith Packard | 3 | -8/+12 | |
count of fonts per file | |||||
2003-03-05 | optimize string compares even more | Keith Packard | 1 | -16/+3 | |
2003-03-05 | use FcToLower instead of tolower | Keith Packard | 1 | -7/+5 | |
2003-03-05 | Add FcLangSetPrint | Keith Packard | 1 | -11/+18 | |
2003-03-05 | AddFcLangSetContains for font listing, add first-letter table for language | Keith Packard | 4 | -33/+219 | |
lookups, change RCS tag | |||||
2003-03-05 | Change RCS tag | Keith Packard | 15 | -28/+28 | |
2003-03-02 | Switch back to -version-info for fontconfig as its at minor 0. Add | Keith Packard | 5 | -9/+43 | |
--system-only to fc-cache. Fix FC_VERSION to match product version rather than .so version | |||||
2003-03-02 | make dist works now. Update to 2.1.90 in preparation for eventual 2.2 | Keith Packard | 2 | -1895/+2 | |
release | |||||
2003-03-01 | Add --disable-docs flag | Keith Packard | 1 | -4/+0 | |
2003-03-01 | Switch to docbook and split documentation into pieces | Keith Packard | 1 | -1466/+0 | |
2003-02-27 | Stop setting FC_SPACING from font hints. Theyre always wrong | Keith Packard | 1 | -1/+6 | |
2003-02-27 | Avoid crashing with null expressions in debug code | Keith Packard | 1 | -1/+2 | |
2003-02-26 | Allow double or integer for numeric values in matching | Keith Packard | 2 | -10/+28 | |
2003-02-24 | Add remaining .cvsignore files | Keith Packard | 1 | -0/+6 | |
2003-02-24 | Switch to automake | Keith Packard | 3 | -120/+38 | |
2003-02-24 | Dont attempt to use cache if NULL | Keith Packard | 1 | -1/+2 | |
2003-02-13 | Track dirs containing fonts.cache files referenced from ~/.fonts.cache file | Keith Packard | 3 | -7/+45 | |
2003-02-12 | Add "same" binding for edits to inherit binding from matched element | Keith Packard | 3 | -2/+12 | |
2003-02-12 | Output langsets and all bindings in debug messages | Keith Packard | 1 | -2/+19 | |
2003-02-12 | Make FcStrCmpIgnoreCase a bit faster | Keith Packard | 1 | -4/+7 | |
2003-02-12 | Dont cache directorys until theyve been scanned. Avoids losing subdir | Keith Packard | 2 | -8/+41 | |
contents. Also fixed cache hashing function (was returning constant). Lots of comments | |||||
2003-02-07 | fontconfig is no longer affiliated with xfree86 | Keith Packard | 1 | -4/+4 | |
2003-02-06 | Avoid crash when $HOME is not set | Keith Packard | 1 | -1/+2 | |
2003-02-06 | Fix inconsistent const usage in FcConfigCompareValue | Keith Packard | 1 | -4/+6 | |
2003-02-06 | Build fclang.h before building library This required compiling the charset | Keith Packard | 4 | -824/+780 | |
funcs into fc-lang, which was done by refactoring code in fccharset.c and fcfreetype.c a bit Updated ethiopic orthographies Remove imake support Install empty local.conf file if none is present | |||||
2002-12-21 | 677. Fix a segfault in fontconfig (#A.1450, Keith Packard).xf-4_2_99_3 | David Dawes | 1 | -1/+5 | |
2002-12-14 | 633. Perform country-independent matching for Chinese languages in | David Dawes | 1 | -5/+10 | |
fontconfig (#A.1406, Keith Packard). | |||||
2002-12-14 | 632. Finish off the UTF-16 APIs in Xft, and fix the UTF-16 conversion code | David Dawes | 1 | -2/+2 | |
in fontconfig (#A.1411, Keith Packard, Jungshik Shin). | |||||
2002-11-22 | In debugging output, mark weakly bound values with (w)fcpackage_2_1 | Keith Packard | 1 | -1/+5 | |
2002-10-11 | Add a bunch more consts to Xft and fontconfig apis | Keith Packard | 1 | -10/+10 | |
2002-10-02 | Add FC_RGBA_UNKNOWN | Keith Packard | 2 | -3/+6 | |
2002-09-26 | Fix alignment issue on sparc | Keith Packard | 1 | -5/+12 | |
2002-09-26 | Add fontversion field | Keith Packard | 4 | -6/+36 | |
2002-09-26 | Was losing local cached dirs in global cache list | Keith Packard | 3 | -14/+17 | |
2002-09-18 | Pacify gcc 3.2 | Marc Aurele La France | 2 | -4/+4 | |
2002-09-12 | Fix structure alignment and array wlk bugsdhd-20020916 | Marc Aurele La France | 1 | -4/+7 | |
2002-08-31 | More complete memory tracking. Install always overwrites header files | Keith Packard | 14 | -48/+147 | |
2002-08-26 | FcLangSetHasLang was not actually checking the language set itself | Keith Packard | 1 | -3/+4 | |
2002-08-26 | Update ChangeLog, fix some bugs in the man page | Keith Packard | 1 | -32/+36 | |
2002-08-26 | Append version number to cache file namesfcpackage_rc3 | Keith Packard | 3 | -6/+7 | |
2002-08-24 | Add const to a bunch of string APIs | Keith Packard | 1 | -23/+23 | |