summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2024-04-06issue 21: remove redundant/out-of-place prototype for XftNameUnparseHEADmasterThomas E. Dickey1-7/+0
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2022-07-09update copyright noticeThomas E. Dickey1-12/+13
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2022-07-06add "trackmemusage" property to use in improved _XftFontUncacheGlyphThomas E. Dickey1-0/+1
The linear search used for randomly selecting a glyph to discard is inefficient. This commit provides for a doubly-linked list which could be maintained by the library to quickly discard the least recently used glyph. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2022-06-11move prototype for XftNameUnparse to Xft.hThomas E. Dickey1-0/+3
This entrypoint has "always" been exported, but not declared publicly. It is used for debugging in xterm. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2011-09-16Strip trailing whitespaceAlan Coopersmith1-21/+21
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-12-08Xft.h.in: remove comments which prevents Xft.h generation #25104Gaetan Nadon1-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>
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-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.
2009-10-06Set Xft.h version numbers from configure.acAlan Coopersmith1-8/+7
Keep the two in sync automatically instead of manually Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2008-10-25Header cleanup (bug#4703)Erik Andren1-12/+0
Remove prototypes for nonexistent functions from Xft.h, and add missing include in xftglyphs.c Signed-off-by: Julien Cristau <jcristau@debian.org>
2008-07-02libXft 2.1.13libXft-2.1.13Adam Jackson1-1/+1
2008-03-09nuke RCS IdsMatthieu Herrb2-4/+0
2006-12-07bump to 2.1.12libXft-2.1.12Daniel Stone1-1/+1
2006-06-03Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump toxft-2_1_9Daniel Stone1-11/+1
2.1.9.
2005-10-19lib/Xcomposite/Xcomposite.hXORG-6_8_99_902XORG-6_8_99_901Kevin E Martin1-1/+1
lib/Xft/Imakefile lib/Xft/Xft.h Update library version numbers to match updated package versions. Update driver version numbers for RC1.
2005-06-24Sync with Xft from xlibs CVS (2.1.7 plus man page updates from BrandenXORG-6_8_99_13Alan Coopersmith2-3/+5
Robinson) - see lib/Xft/ChangeLog for full details
2005-05-17gcc4 allows to check if sentinels are correct (a sentinel is theXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Egbert Eich1-2/+5
terminating element in a varargs list). A sentinel needs to be NULL, not 0 - which doesn't make a difference on 32bit but matters on 64bit. Furthermore it can be told that functions have a printf-like format string and argument list so that they can verify that both match. To use these features certain attributes need to be set - which are compiler specific. To do this we define macros which are expanded depending on the compiler version. For now we put those in include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h which however is not visible outside the DDX) (Bugzilla #3268).
2004-04-23Merging XORG-CURRENT into trunkXORG-6_7_99_1XACE-SELINUX-MERGEEgbert Eich2-5/+10
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2-2/+2
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich2-2/+2
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2-2/+2
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2-2/+2
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley2-6/+4
2003-11-14Initial revisionXORG-STABLEKaleb Keithley2-0/+799