summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libXft 2.2.0libXft-2.2.0Alan Coopersmith2010-10-292-3/+8
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* xft.pc.in: Requires.private entries should not be duplicated in RequiresAlan Coopersmith2010-10-271-1/+1
| | | | | | | | | | | | Users of libXft don't need to link with fontconfig, freetype and Xrender directly if they don't use them. This may cause issues for users of pkg-config versions older than 0.22. Please upgrade to the 2007 version of pkg-config before trying to build the 2010 version of libXft. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-10-172-17/+4
| | | | | | | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Use the appropriate platform version of sed Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: build man pages the standard wayGaetan Nadon2010-03-313-5/+27
| | | | | | Using macro substitution. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove deprecated xft-config script and man pageGaetan Nadon2010-03-316-231/+4
| | | | | | | This was put in place early 2000 when pkg-config was not used. Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the xft-config.in file from EXTRA_DISTGaetan Nadon2010-03-301-1/+0
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-03-291-1/+1
| | | | | | | | | | Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+1
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Xft.h.in: remove comments which prevents Xft.h generation #25104Gaetan Nadon2009-12-081-4/+4
| | | | | | | | | With automake prior to 2.62, commnents placed beside a #undef line prevent that statement to be substituted by config.status. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Tested-by: Adrian Bunk <bunk@stusta.de>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-282-10/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-2/+3
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-0/+2
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-17/+63
| | | | | | Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* Set libtool version-number automatically from package versionAlan Coopersmith2009-10-132-1/+4
| | | | | | | | Since we've forgotten to manually update in most libXft releases so far, might as well just automate it. Reported by: Paulo Ricardo Zanoni <pzanoni@mandriva.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* libXft 2.1.14libXft-2.1.14Alan Coopersmith2009-10-092-3/+7
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add generated Xft.h to .gitignoreAlan Coopersmith2009-10-081-0/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix install of generated Xft.h when builddir != srcdirJulien Cristau2009-10-061-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Split NEWS & README, update bothAlan Coopersmith2009-10-062-33/+75
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Set Xft.h version numbers from configure.acAlan Coopersmith2009-10-063-14/+22
| | | | | | Keep the two in sync automatically instead of manually Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-051-7/+4
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade2009-01-2918-117/+111
| | | | | | | | | | Use only one toplevel .gitignore file. It was tempting to also modify the code to not, first check if xrender is >= 0.8.2, and then, if failing, check for libXrender functions with different build options, but left as is, as it could be somehow useful at least as an example of being backwards compatible.
* Added fake bold support (#1579, Novell #38202/223682).Stefan Dirsch2008-11-221-1/+16
|
* Header cleanup (bug#4703)Erik Andren2008-10-252-12/+4
| | | | | | | Remove prototypes for nonexistent functions from Xft.h, and add missing include in xftglyphs.c Signed-off-by: Julien Cristau <jcristau@debian.org>
* libXft 2.1.13libXft-2.1.13Adam Jackson2008-07-023-3/+3
|
* Revert "Drop Requires, use Requires.private instead."Julien Cristau2008-06-111-1/+2
| | | | | | | This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab. Unfortunately this doesn't work on old pkg-config, which made Requires.private completely useless. That's fixed in 0.22, but...
* Drop Requires, use Requires.private instead.Julien Cristau2008-06-101-2/+1
| | | | | Users of libXft don't need to link with fontconfig, freetype and Xrender directly if they don't use them.
* Bug #14232: Fix XftDrawRect when Render not supported.Adam Jackson2008-03-241-1/+4
|
* nuke RCS IdsMatthieu Herrb2008-03-0923-45/+0
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-20/+10
|
* Register objects used by libXft.Stefan Dirsch2007-11-041-0/+1
| | | | libXft uses XFT_MAX_GLYPH_MEMORY without first registering with fontconfig.
* XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)Karl Tomlinson2007-09-121-2/+7
| | | | | | | | | | | | | | | | | | This is due to XftFontInfoFill using the binary representation of the XftFontInfo to generate fi->hash. With 64-bit pointers there is padding between .hash and .file in struct _XftFontInfo. This padding is not initialized, and the hash uses these bytes. This will interfere with finding "a matching previously opened font" in XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have similar problems. This fix makes no assumptions about the sizes and alignment of members of struct _XftFontInfo by using memset. (It also makes no assumptions about what FcPatternGet* does to its output parameter when it returns FcResultNoMatch.)
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* bump to 2.1.12libXft-2.1.12Daniel Stone2006-12-072-2/+2
|
* XftNameUnparse: re-export to public API (bug #8900)Daniel Stone2006-12-071-1/+1
| | | | | Fix botched git import, which reverted some changes from CVS, by re-exporting XftNameUnparse.
* Bump to 2.1.11libXft-2.1.11Adam Jackson2006-10-131-1/+1
|
* Bump to 2.1.10libXft-2.1.10Adam Jackson2006-10-131-1/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Bug #7259: Various Coverity fixes.Kjartan Maraas2006-07-134-4/+6
|
* Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump toxft-2_1_9Daniel Stone2006-06-0320-121/+129
| | | | 2.1.9.
* Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Add/improve libs .cvsignores.Eric Anholt2005-11-203-0/+31
|
* Update pkgconfig files to separate library build-time dependencies fromXORG-6_8_99_903Kevin E Martin2005-11-191-7/+4
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-191-1/+1
|
* lib/Xcomposite/Xcomposite.hXORG-6_8_99_902XORG-6_8_99_901Kevin E Martin2005-10-191-1/+1
| | | | | | | lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1.
* Clean up generated filesKevin E Martin2005-10-051-0/+2
|
* If --with-freetype-config is not specified, try pkgconfig freetype2, thenAlan Coopersmith2005-08-041-5/+19
| | | | fall back to freetype-config if pkgconfig fails.