summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-24Update to 2.2.94 (2.2.93 shipped with broken libtool bits)fc-2_2_94Keith Packard4-4/+16
2004-04-24Ignore a few more autotool filesKeith Packard2-0/+9
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard13-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-06Force FC_FOUNDRY and FC_WIDTH to always be set so that matches looking forKeith Packard2-8/+16
explicit values prefer exact matches
2004-03-02Supplied by: mfabian@suse.de (Mike FABIAN)Keith Packard2-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-22Cast strlen to int for printf, so we're 64-bit clean.Manish Singh2-1/+6
2004-02-11Ok, so I messed up the test for y_ppem. Let's see if I got it right thisKeith Packard3-14/+12
time.
2004-02-10Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_SizeKeith Packard3-2/+31
record. Add a configure.in test for this and change the code accordingly (using height instead).
2004-02-07Add Low Saxon orthography (Kenneth Rohde Christiansen <kenneth@gnu.org>)Keith Packard4-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-01fontconfig, at least as used by GIMP and/or PangoFT2 on Windows, crashesTor Lillqvist2-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-03Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto (AfghanRoozbeh Pournader6-4/+233
and Pakistani). Updated Urdu orthography with real data.
2003-12-12Remove excessive whitespace (missed on previous commit)Carl Worth1-4/+4
2003-12-11Move man_MANS into the 'if USEDOCBOOK' block.Carl Worth4-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-18Switch to FreeType 2.1.7 style includes. Bug #150.Keith Packard4-9/+21
reviewed by: Keith Packard <keithp@keithp.com>
2003-11-16Add some example usages.Noah Levitt2-0/+27
2003-11-10Fixed a bug "FcStrtod" in handling some cases with two-byte decimalRoozbeh Pournader2-3/+12
separators.
2003-10-27Update to version 2.2.92fc-2_2_92Keith Packard3-2/+8
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard11-111/+98
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 Packard9-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-26Tag version 2.2.91fc-2_2_91Keith Packard3-2/+6
2003-10-26Include confdir.sgml.in in EXTRA_DISTKeith Packard2-1/+6
2003-10-09Replace fc-cache and fc-list manpages with more detailed, SGML versions.Josselin Mouette9-90/+420
2003-09-23Add a FC_HINT_STYLE key for patterns, with possible valuesOwen Taylor4-0/+25
HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL. (Bug #117)
2003-09-23Remove Georgian capitals, they aren't used for normal writing. (Bug #116)Owen Taylor2-1/+6
2003-09-06Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)Noah Levitt6-14/+63
When checking for monospace and dual-width fonts, allow roughly a 3% variance in the advances.
2003-09-01FcConfigAppFontClear: Support passing NULL to use default config.Manish Singh2-0/+12
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth15-74/+398
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind)
2003-08-12Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as varargs areKeith Packard1-1/+1
untyped
2003-07-20Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOENDKeith Packard1-0/+4
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard6-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-09Was miscomputing end of string position for FcStrtod in locales withKeith Packard1-1/+1
multibyte separators
2003-06-26Add autoconf checks for FT_Has_PS_Glyph_NamesKeith Packard2-1/+8
2003-06-26Allow config->cache to be null (as it is when $HOME is not set)Keith Packard1-3/+6
2003-06-25Lean on autoconf to find useful FreeType functions (bug 95)Keith Packard2-31/+22
2003-06-17Bug 75: dont build docs unless docbook is available. Dont install docsKeith Packard3-7/+24
unless they are pre-built or buildable
2003-06-17Add FreeFont entries, fix whitespace in fonts.conf.in (bug 93, fromKeith Packard1-8/+14
vvas@hal.csd.auth.gr (Vasilis Vasaitis))
2003-06-15Remove CRs from the out file before comparing (needed on Windows).Tor Lillqvist2-0/+4
2003-06-15Trivial braino.Tor Lillqvist1-1/+1
2003-06-15Fix cut&paste error.Tor Lillqvist3-2/+7
2003-06-13Check also for DLL_EXPORT as indication of being built as a DLL on Win32.Tor Lillqvist2-1/+8
2003-06-13Add share/doc directory. Add Fc*.3 man pages.Tor Lillqvist4-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-09Update to version 2.2.90fc-2_2_90Keith Packard3-2/+6
2003-06-09Add a bunch of ChangeLog entriesKeith Packard1-1/+78
2003-06-09Add fc-match program to demonstrate font matching from the command lineKeith Packard3-1/+7
2003-06-09Optimization in FcLangSetIndex was broken, occasionally returning a pointerKeith Packard1-14/+7
to the wrong location on miss
2003-06-09Add fc-match programKeith Packard3-0/+259
2003-05-31(Bug 85) add support for culmus fontsKeith Packard1-34/+5
2003-05-31(Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix usage infoKeith Packard7-9/+44
on non-long option systems (Tim Mooney)
2003-05-28Fix "contains" op for strings and langsets.James Su3-6/+119
2003-05-17Fix build error with BDF prop local. Free langset after queryKeith Packard1-1/+8