Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-24 | Update to 2.2.94 (2.2.93 shipped with broken libtool bits)fc-2_2_94 | Keith Packard | 4 | -4/+16 | |
2004-04-24 | Ignore a few more autotool files | Keith Packard | 2 | -0/+9 | |
2004-04-14 | Add instructions for doing a releasefc-2_2_93 | Keith Packard | 13 | -72/+176 | |
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel. | |||||
2004-03-06 | Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking for | Keith Packard | 2 | -8/+16 | |
explicit values prefer exact matches | |||||
2004-03-02 | Supplied by: mfabian@suse.de (Mike FABIAN) | Keith Packard | 2 | -3/+11 | |
Bug #260 fc-cache generates wrong spacing values for bitmap fonts Was using (strcmp (a,b)) instead of (!strcmp(a,b)). | |||||
2004-02-22 | Cast strlen to int for printf, so we're 64-bit clean. | Manish Singh | 2 | -1/+6 | |
2004-02-11 | Ok, so I messed up the test for y_ppem. Let's see if I got it right this | Keith Packard | 3 | -14/+12 | |
time. | |||||
2004-02-10 | Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_Size | Keith Packard | 3 | -2/+31 | |
record. Add a configure.in test for this and change the code accordingly (using height instead). | |||||
2004-02-07 | Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>) | Keith Packard | 4 | -12/+85 | |
Oops. Left 'newest.set' unset, which would miscompute the newest file Add FcGetPixelSize to extract correct pixel size from bdf/pcf font properties (which report the wrong value in current FreeType) Don't attempt to check for empty glyphs in non-scalable fonts; they have no outlines... | |||||
2004-02-01 | fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashes | Tor Lillqvist | 2 | -0/+32 | |
when trying to save the cache if config->cache is NULL, which happens if FcConfigHome() is NULL. Guard against that by using the temp folder in that case. | |||||
2004-01-03 | Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto (Afghan | Roozbeh Pournader | 6 | -4/+233 | |
and Pakistani). Updated Urdu orthography with real data. | |||||
2003-12-12 | Remove excessive whitespace (missed on previous commit) | Carl Worth | 1 | -4/+4 | |
2003-12-11 | Move man_MANS into the 'if USEDOCBOOK' block. | Carl Worth | 4 | -5/+19 | |
Move man_MANS into the 'if USEDOCBOOK' block. (all-local): Remove excessive whitespace. Add 'set -e' to abort when any program fails, (avoids printing of 'now type make' after configure aborts). | |||||
2003-11-18 | Switch to FreeType 2.1.7 style includes. Bug #150. | Keith Packard | 4 | -9/+21 | |
reviewed by: Keith Packard <keithp@keithp.com> | |||||
2003-11-16 | Add some example usages. | Noah Levitt | 2 | -0/+27 | |
2003-11-10 | Fixed a bug "FcStrtod" in handling some cases with two-byte decimal | Roozbeh Pournader | 2 | -3/+12 | |
separators. | |||||
2003-10-27 | Update to version 2.2.92fc-2_2_92 | Keith Packard | 3 | -2/+8 | |
2003-10-27 | Yet more cleanups to finish getting 'make distcheck' working This has been | Keith Packard | 11 | -111/+98 | |
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 | 9 | -30/+142 | |
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 | Tag version 2.2.91fc-2_2_91 | Keith Packard | 3 | -2/+6 | |
2003-10-26 | Include confdir.sgml.in in EXTRA_DIST | Keith Packard | 2 | -1/+6 | |
2003-10-09 | Replace fc-cache and fc-list manpages with more detailed, SGML versions. | Josselin Mouette | 9 | -90/+420 | |
2003-09-23 | Add a FC_HINT_STYLE key for patterns, with possible values | Owen Taylor | 4 | -0/+25 | |
HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL. (Bug #117) | |||||
2003-09-23 | Remove Georgian capitals, they aren't used for normal writing. (Bug #116) | Owen Taylor | 2 | -1/+6 | |
2003-09-06 | Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111) | Noah Levitt | 6 | -14/+63 | |
When checking for monospace and dual-width fonts, allow roughly a 3% variance in the advances. | |||||
2003-09-01 | FcConfigAppFontClear: Support passing NULL to use default config. | Manish Singh | 2 | -0/+12 | |
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 15 | -74/+398 | |
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind) | |||||
2003-08-12 | Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs are | Keith Packard | 1 | -1/+1 | |
untyped | |||||
2003-07-20 | Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND | Keith Packard | 1 | -0/+4 | |
2003-07-20 | Implement new semantics for Contains and LISTING: | Keith Packard | 6 | -53/+89 | |
LISTING requires that the font Contain all of the pattern values, where Contain is redefined for strings to mean precise matching (so that Courier 10 Pitch doesn't list Courier fonts) "Contains" for lang means both langs have the same language and either the same country or one is missing the country | |||||
2003-07-09 | Was miscomputing end of string position for FcStrtod in locales with | Keith Packard | 1 | -1/+1 | |
multibyte separators | |||||
2003-06-26 | Add autoconf checks for FT_Has_PS_Glyph_Names | Keith Packard | 2 | -1/+8 | |
2003-06-26 | Allow config->cache to be null (as it is when $HOME is not set) | Keith Packard | 1 | -3/+6 | |
2003-06-25 | Lean on autoconf to find useful FreeType functions (bug 95) | Keith Packard | 2 | -31/+22 | |
2003-06-17 | Bug 75: dont build docs unless docbook is available. Dont install docs | Keith Packard | 3 | -7/+24 | |
unless they are pre-built or buildable | |||||
2003-06-17 | Add FreeFont entries, fix whitespace in fonts.conf.in (bug 93, from | Keith Packard | 1 | -8/+14 | |
vvas@hal.csd.auth.gr (Vasilis Vasaitis)) | |||||
2003-06-15 | Remove CRs from the out file before comparing (needed on Windows). | Tor Lillqvist | 2 | -0/+4 | |
2003-06-15 | Trivial braino. | Tor Lillqvist | 1 | -1/+1 | |
2003-06-15 | Fix cut&paste error. | Tor Lillqvist | 3 | -2/+7 | |
2003-06-13 | Check also for DLL_EXPORT as indication of being built as a DLL on Win32. | Tor Lillqvist | 2 | -1/+8 | |
2003-06-13 | Add share/doc directory. Add Fc*.3 man pages. | Tor Lillqvist | 4 | -6/+27 | |
Set FC_DEFAULT_FONTS on Win32 to the WINDOWSFONTDIR token. Move the LIBRARY and VERSION lines to the end, not to confuse libtool, which expects the EXPORTS line to be the first. Add FcConfigEnableHome. | |||||
2003-06-09 | Update to version 2.2.90fc-2_2_90 | Keith Packard | 3 | -2/+6 | |
2003-06-09 | Add a bunch of ChangeLog entries | Keith Packard | 1 | -1/+78 | |
2003-06-09 | Add fc-match program to demonstrate font matching from the command line | Keith Packard | 3 | -1/+7 | |
2003-06-09 | Optimization in FcLangSetIndex was broken, occasionally returning a pointer | Keith Packard | 1 | -14/+7 | |
to the wrong location on miss | |||||
2003-06-09 | Add fc-match program | Keith Packard | 3 | -0/+259 | |
2003-05-31 | (Bug 85) add support for culmus fonts | Keith Packard | 1 | -34/+5 | |
2003-05-31 | (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage info | Keith Packard | 7 | -9/+44 | |
on non-long option systems (Tim Mooney) | |||||
2003-05-28 | Fix "contains" op for strings and langsets. | James Su | 3 | -6/+119 | |
2003-05-17 | Fix build error with BDF prop local. Free langset after query | Keith Packard | 1 | -1/+8 | |