Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-29 | Update for 2.2.95 | Keith Packard | 1 | -1/+1 | |
2004-04-24 | Update to 2.2.94 (2.2.93 shipped with broken libtool bits)fc-2_2_94 | Keith Packard | 1 | -1/+1 | |
2004-04-14 | Add instructions for doing a releasefc-2_2_93 | Keith Packard | 1 | -1/+13 | |
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-02-11 | Ok, so I messed up the test for y_ppem. Let's see if I got it right this | Keith Packard | 1 | -12/+3 | |
time. | |||||
2004-02-10 | Pre-2.1.5 versions of FreeType didn't include y_ppem in the FT_Bitmap_Size | Keith Packard | 1 | -2/+19 | |
record. Add a configure.in test for this and change the code accordingly (using height instead). | |||||
2003-10-27 | Update to version 2.2.92fc-2_2_92 | Keith Packard | 1 | -1/+1 | |
2003-10-27 | Yet more cleanups to finish getting 'make distcheck' working This has been | Keith Packard | 1 | -0/+10 | |
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 | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
2003-06-26 | Add autoconf checks for FT_Has_PS_Glyph_Names | Keith Packard | 1 | -1/+2 | |
2003-06-25 | Lean on autoconf to find useful FreeType functions (bug 95) | Keith Packard | 1 | -2/+5 | |
2003-06-17 | Bug 75: dont build docs unless docbook is available. Dont install docs | Keith Packard | 1 | -5/+21 | |
unless they are pre-built or buildable | |||||
2003-06-13 | Add share/doc directory. Add Fc*.3 man pages. | Tor Lillqvist | 1 | -3/+9 | |
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 | 1 | -1/+1 | |
2003-06-09 | Add fc-match program to demonstrate font matching from the command line | Keith Packard | 1 | -0/+1 | |
2003-05-04 | Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodings | Keith Packard | 1 | -0/+1 | |
2003-05-01 | Fix expat function check. | Noah Levitt | 1 | -4/+4 | |
2003-05-01 | Check for an expat function that won't be there if expat is too old. | Noah Levitt | 1 | -2/+2 | |
2003-04-23 | Getting closer to fixing /etc/fonts hard-coding. | Noah Levitt | 1 | -1/+0 | |
2003-04-22 | Testing syncmail yet again. | Noah Levitt | 1 | -0/+1 | |
2003-04-21 | Update to version 2.2.0fc-2_2_0 | Keith Packard | 1 | -1/+1 | |
2003-04-21 | Fixed variable name mistake. | Noah Levitt | 1 | -2/+2 | |
2003-04-17 | Solaris porting fixes | Keith Packard | 1 | -2/+2 | |
2003-04-16 | bump version to 2.1.94 | Keith Packard | 1 | -1/+1 | |
2003-04-11 | update version number to 2.1.93fc-2_1_93 | Keith Packard | 1 | -1/+1 | |
2003-03-24 | Wrong pattern for matching font file names. Fix submitted by | Keith Packard | 1 | -1/+1 | |
hjchoe@hancom.com (Choe Hwanjin) | |||||
2003-03-22 | Changes for Windows: | Tor Lillqvist | 1 | -1/+27 | |
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-14 | Fix configure arguments (bug 45) | Keith Packard | 1 | -5/+5 | |
2003-03-07 | Bump version to 2.1.92fc-2_1_92 | Keith Packard | 1 | -1/+1 | |
2003-03-07 | Add version number to documentation | Keith Packard | 1 | -0/+1 | |
2003-03-05 | No longer using config directory | Keith Packard | 1 | -2/+0 | |
2003-03-04 | Allow multiple directories in --with-add-fonts, by default add only | Keith Packard | 1 | -16/+32 | |
scalable fonts from X directory | |||||
2003-03-03 | Update version to 2.1.91 | Keith Packard | 1 | -1/+1 | |
2003-03-02 | Switch back to -version-info for fontconfig as its at minor 0. Add | Keith Packard | 1 | -13/+10 | |
--system-only to fc-cache. Fix FC_VERSION to match product version rather than .so version | |||||
2003-03-02 | oops -- X fonts referenced from the wrong place | Keith Packard | 1 | -1/+1 | |
2003-03-02 | Make default confdir point to sysconfdir | Keith Packard | 1 | -2/+2 | |
2003-03-02 | make dist works now. Update to 2.1.90 in preparation for eventual 2.2 | Keith Packard | 1 | -6/+5 | |
release | |||||
2003-03-01 | Add simple tests | Keith Packard | 1 | -0/+1 | |
2003-03-01 | Add --disable-docs flag | Keith Packard | 1 | -0/+16 | |
2003-03-01 | Switch to docbook and split documentation into pieces | Keith Packard | 1 | -0/+15 | |
2003-02-24 | Switch to automake | Keith Packard | 1 | -231/+194 | |
2003-02-17 | Remove broken fontconfig-config script | Keith Packard | 1 | -2/+1 | |
2003-02-06 | add shared library support for Tru64 UNIX and IRIX (bug #14) | Keith Packard | 1 | -0/+17 | |
2002-08-19 | Various config changes plus a couple of optimizations from Owen | Keith Packard | 1 | -99/+18 | |
2002-08-01 | Fix autoconf build BSD install and sysconfdir problems | Keith Packard | 1 | -1/+13 | |
2002-06-07 | Make autoconf use correct options to build solaris shared librariesxf-4_2_99_1 | Keith Packard | 1 | -2/+13 | |
2002-05-24 | A few autoconf build fixes | Keith Packard | 1 | -2/+2 | |
2002-05-23 | Add pkgconfig control file and fontconfig-config script | Keith Packard | 1 | -7/+11 | |
2002-05-21 | More autoconf cleanup for fontconfig | Keith Packard | 1 | -30/+25 | |
2002-05-21 | Fix xmkmf build process for fontconfig | Keith Packard | 1 | -90/+270 | |