Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
lib
libXft
Commits
8661a887
Commit
8661a887
authored
Mar 09, 2008
by
Matthieu Herrb
Committed by
Matthieu Herrb
Mar 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nuke RCS Ids
parent
9e25c901
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
0 additions
and
45 deletions
+0
-45
COPYING
COPYING
+0
-1
Makefile.am
Makefile.am
+0
-2
configure.ac
configure.ac
+0
-2
include/X11/Xft/Xft.h
include/X11/Xft/Xft.h
+0
-2
include/X11/Xft/XftCompat.h
include/X11/Xft/XftCompat.h
+0
-2
man/Xft.3.in
man/Xft.3.in
+0
-2
src/xftcolor.c
src/xftcolor.c
+0
-2
src/xftcore.c
src/xftcore.c
+0
-2
src/xftdbg.c
src/xftdbg.c
+0
-2
src/xftdpy.c
src/xftdpy.c
+0
-2
src/xftdraw.c
src/xftdraw.c
+0
-2
src/xftextent.c
src/xftextent.c
+0
-2
src/xftfont.c
src/xftfont.c
+0
-2
src/xftfreetype.c
src/xftfreetype.c
+0
-2
src/xftglyphs.c
src/xftglyphs.c
+0
-2
src/xftinit.c
src/xftinit.c
+0
-2
src/xftint.h
src/xftint.h
+0
-2
src/xftlist.c
src/xftlist.c
+0
-2
src/xftname.c
src/xftname.c
+0
-2
src/xftrender.c
src/xftrender.c
+0
-2
src/xftstr.c
src/xftstr.c
+0
-2
src/xftswap.c
src/xftswap.c
+0
-2
src/xftxlfd.c
src/xftxlfd.c
+0
-2
No files found.
COPYING
View file @
8661a887
$Id$
Copyright © 2001,2003 Keith Packard
...
...
Makefile.am
View file @
8661a887
#
# $Id$
#
# Copyright © 2003 Keith Packard, Noah Levitt
#
# Permission to use, copy, modify, distribute, and sell this software and its
...
...
configure.ac
View file @
8661a887
dnl
dnl $Id$
dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
...
...
include/X11/Xft/Xft.h
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
include/X11/Xft/XftCompat.h
View file @
8661a887
/*
* $Id$
*
* Copyright © 2001 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
man/Xft.3.in
View file @
8661a887
.\"
.\" $Id$
.\"
.\" Copyright © 2000 Keith Packard
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftcolor.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftcore.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftdbg.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftdpy.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftdraw.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftextent.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftfont.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftfreetype.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftglyphs.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftinit.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftint.h
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftlist.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftname.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftrender.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftstr.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftswap.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2002 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
src/xftxlfd.c
View file @
8661a887
/*
* $Id$
*
* Copyright © 2000 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment