Revert name change

svn path=/trunk/; revision=20724
This commit is contained in:
Cody Russell 2008-07-01 22:57:50 +00:00
parent 119f3cf183
commit 57223c9a05
506 changed files with 548 additions and 549 deletions

View File

@ -1,4 +1,4 @@
# GTK+ - The GTK+ Toolkit
# GTK+ - The GIMP Toolkit
GTESTER = gtester # in $PATH for non-GLIB packages
GTESTER_REPORT = gtester-report # in $PATH for non-GLIB packages

View File

@ -1,7 +1,7 @@
libgtk1 for Debian
----------------------
The GTK+ Tool Kit (gtk) is a set of widgets to help you program
The GIMP Tool Kit (gtk) is a set of widgets to help you program
programs for the X Windowing System easily and powerfully.
gtk is the moving force behind The GNU Image Manipulation Program (The

22
debian/control vendored
View File

@ -9,11 +9,11 @@ Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libgtk-dev (<< 1:1.0.2), libgtk1.1
Description: CVS build of the GTK+ Toolkit set of widgets for X
Description: CVS build of the GIMP Toolkit set of widgets for X
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
The GTK+ Toolkit is a freely available set of widgets for X.
The GIMP Toolkit is a freely available set of widgets for X.
GTK is easy to use, and has been implemented in such projects as
The GNU Image Manipulation Program (The GIMP), GNOME, a GNU
desktop set of utilities for X, and gzilla, a GNU web-browser.
@ -29,33 +29,33 @@ Suggests: libgtk-cvs-doc
Provides: libgtk1.1-dev
Replaces: libgtk1.1-dev
Conflicts: libgtk-dev, libgtk1 (<< 1:1.0.4), libgtk1.1-dev
Description: CVS build of development files for the GTK+ Toolkit
Description: CVS build of development files for the GIMP Toolkit
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
This package contains the header files and static libraries for the
GTK+ Toolkit set of widgets for X.
GIMP Toolkit set of widgets for X.
.
This is the unstable, 1.1 branch of GTK+. This is not intended for
use with stable releases of programs!
.
Install this package if you wish to develop your own X programs using
the GTK+ Toolkit 1.1, or if you wish to compile your own plug-ins for
the GIMP Toolkit 1.1, or if you wish to compile your own plug-ins for
The GIMP.
Package: libgtk-cvs-doc
Architecture: all
Section: doc
Conflicts: libgtk-dev (<< 1:0.99.4), libgtk-doc, libgtk1.1-doc
Description: CVS build of documentation for the GTK+ Toolkit
Description: CVS build of documentation for the GIMP Toolkit
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
This package contains lots of info-files, HTML docs, FAQs, and
other handy documentation about the GTK+ Toolkit set of widgets
other handy documentation about the GIMP Toolkit set of widgets
for X.
.
This package documents the unstable 1.1 release of the GTK+ Toolkit.
This package documents the unstable 1.1 release of the GIMP Toolkit.
.
Install this package if you want to have lots of info about the
GIMP toolkit when you're programming.
@ -66,16 +66,16 @@ Section: devel
Depends: libgtk-cvs-1.1 (= ${Source-Version}), libgtk-cvs-dev (= ${Source-Version})
Suggests: libgtk-cvs-doc
Conflicts: libgtk1.1-dbg
Description: CVS build of debugging files for the GTK+ Toolkit
Description: CVS build of debugging files for the GIMP Toolkit
**THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS
BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!**
.
This package contains the debugging static libraries for the
GTK+ Toolkit set of widgets for X.
GIMP Toolkit set of widgets for X.
.
This is the unstable, 1.1 branch of GTK+. This is not intended for
use with stable releases of programs!
.
Install this package if you wish to debug your own X programs using
the GTK+ Toolkit 1.1, or if you wish to debug your own plug-ins for
the GIMP Toolkit 1.1, or if you wish to debug your own plug-ins for
The GIMP.

View File

@ -2,7 +2,7 @@
set -e
install-info --quiet --description="The GTK+ Toolkit." \
install-info --quiet --description="The GIMP Toolkit." \
--section "The GIMP" "The GIMP" /usr/info/gtk.info.gz
install-info --quiet --description="The GIMP Drawing Kit." \

View File

@ -150,9 +150,8 @@ better than Motif. It contains common and complex widgets, such as
file selection, and color selection widgets.</para>
<para>GTK+ was initially developed as a widget set for the GIMP (GNU Image
Manipulation Program), and in fact GTK originally stood for 'The GIMP Toolkit'.
It has grown extensively since then, and is today used by a large number
of applications, and is the toolkit used by the
Manipulation Program). It has grown extensively since then, and is today
used by a large number of applications, and is the toolkit used by the
<ulink url="http://www.gnome.org/">GNOME</ulink> desktop project.</para>
<para>GTK+ is free software and part of the GNU Project. However, the
@ -199,7 +198,7 @@ interfaces.</para>
<sect1>
<title>Does the G in GTK+, GDK and GLib stand for? <emphasis>[GTK 2.x]</emphasis></title>
<para>GTK+ == The GTK+ Toolkit</para>
<para>GTK+ == The GIMP Toolkit</para>
<para>GDK == GTK+ Drawing Kit</para>
<para>GLib == G Library</para>

View File

@ -21,7 +21,7 @@
</author>
</authorgroup>
<abstract>
<para>This is a tutorial on how to use GTK (the GTK+ Toolkit) through its C
<para>This is a tutorial on how to use GTK (the GIMP Toolkit) through its C
interface.</para>
</abstract>
</bookinfo>
@ -52,7 +52,7 @@ available for offline reference and for printing.</para>
<chapter id="ch-Introduction">
<title>Introduction</title>
<para>GTK (GTK+ Toolkit) is a library for creating graphical user
<para>GTK (GIMP Toolkit) is a library for creating graphical user
interfaces. It is licensed using the LGPL license, so you can develop
open software, free software, or even commercial non-free software
using GTK without having to spend anything for licenses or royalties.</para>
@ -61,7 +61,7 @@ using GTK without having to spend anything for licenses or royalties.</para>
developing the GNU Image Manipulation Program (GIMP), but GTK has
now been used in a large number of software projects, including the
GNU Network Object Model Environment (GNOME) project. GTK is built on
top of GDK (GTK+ Drawing Kit) which is basically a wrapper around the
top of GDK (GIMP Drawing Kit) which is basically a wrapper around the
low-level functions for accessing the underlying windowing functions
(Xlib in the case of the X windows system), and gdk-pixbuf, a library for
client-side image manipulation.</para>
@ -11622,7 +11622,7 @@ would be a good idea to look them over before continuing.</para>
Tictactoe widget. First, we have a header file:</para>
<programlisting role="C">
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -14493,7 +14493,7 @@ which are not included in complete form elsewhere.</para>
<programlisting role="C">
<!-- example-start tictactoe tictactoe.h -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -14566,7 +14566,7 @@ G_END_DECLS
<programlisting role="C">
<!-- example-start tictactoe tictactoe.c -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -14796,7 +14796,7 @@ int main( int argc,
<programlisting role="C">
<!-- example-start gtkdial gtkdial.h -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -14898,7 +14898,7 @@ void gtk_dial_set_adjustment (GtkDial *dial,
<programlisting role="C">
<!-- example-start gtkdial gtkdial.c -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -15656,7 +15656,7 @@ int main( int argc,
<programlisting role="C">
<!-- example-start scribble-simple scribble-simple.c -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -15848,7 +15848,7 @@ int main( int argc,
<programlisting role="C">
<!-- example-start scribble-xinput scribble-xinput.c -->
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -13,7 +13,7 @@ Ian Main <tt><htmlurl url="mailto:imain@gtk.org"
name="&lt;imain@gtk.org&gt;"></tt>
<date>February 23rd, 2000
<abstract>
This is a tutorial on how to use GTK (the GTK+ Toolkit) through its C
This is a tutorial on how to use GTK (the GIMP Toolkit) through its C
interface.
</abstract>
@ -27,7 +27,7 @@ interface.
<sect>Introduction
<!-- ***************************************************************** -->
<p>
GTK (GTK+ Toolkit) is a library for creating graphical user
GTK (GIMP Toolkit) is a library for creating graphical user
interfaces. It is licensed using the LGPL license, so you can develop
open software, free software, or even commercial non-free software
using GTK without having to spend anything for licenses or royalties.
@ -36,7 +36,7 @@ It's called the GIMP toolkit because it was originally written for
developing the GNU Image Manipulation Program (GIMP), but GTK has
now been used in a large number of software projects, including the
GNU Network Object Model Environment (GNOME) project. GTK is built on
top of GDK (GTK+ Drawing Kit) which is basically a wrapper around the
top of GDK (GIMP Drawing Kit) which is basically a wrapper around the
low-level functions for accessing the underlying windowing functions
(Xlib in the case of the X windows system). The primary authors of GTK
are:
@ -13385,7 +13385,7 @@ Quite a bit of our widget should look pretty familiar from the
Tictactoe widget. First, we have a header file:
<tscreen><verb>
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16248,7 +16248,7 @@ which are not included in complete form elsewhere.
<tscreen><verb>
/* example-start tictactoe tictactoe.h */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16319,7 +16319,7 @@ void tictactoe_clear (Tictactoe *ttt);
<tscreen><verb>
/* example-start tictactoe tictactoe.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16541,7 +16541,7 @@ int main( int argc,
<tscreen><verb>
/* example-start gtkdial gtkdial.h */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16640,7 +16640,7 @@ void gtk_dial_set_adjustment (GtkDial *dial,
<tscreen><verb>
/* example-start gtkdial gtkdial.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -17377,7 +17377,7 @@ int main( int argc,
<tscreen><verb>
/* example-start scribble-simple scribble-simple.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -17563,7 +17563,7 @@ int main( int argc,
<tscreen><verb>
/* example-start scribble-xinput scribble-xinput.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -32,7 +32,7 @@ Toolkit) en C
<sect>Introducción
<!-- ***************************************************************** -->
<p>
GTK (GTK+ Toolkit) es una biblioteca para crear interfaces gráficas
GTK (GIMP Toolkit) es una biblioteca para crear interfaces gráficas
de usuario. Su licencia es la LGPL, así que mediante GTK podrá
desarrollar programas con licencias abiertas, gratuitas, libres, y
hasta licencias comerciales no libres sin mayores problemas.
@ -41,7 +41,7 @@ Se llama el GIMP toolkit porque fue escrito para el desarrollo del
General Image Manipulation Program (GIMP), pero ahora GTK se utiliza
en un gran número de proyectos de programación, incluyendo el
proyecto GNU Network Object Model Environment (GNOME). GTK está
construido encima de GDK (GTK+ Drawing Kit) que básicamente es un
construido encima de GDK (GIMP Drawing Kit) que básicamente es un
recubrimiento de las funciones de bajo nivel que deben haber para
acceder al sistema de ventanas sobre el que se programe (Xlib en el
caso de X windows). Los principales autores de GTK son:
@ -12829,7 +12829,7 @@ Nuestro <em/widget/ tiene un aspecto algo parecido al del <em/widget/
Tictactoe. Primero, tenemos un fichero de cabecera:
<tscreen><verb>
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -15836,7 +15836,7 @@ texto anterior y que no se ha incluido al completo en otro lugar.
<tscreen><verb>
/* principio del ejemplo tictactoe tictactoe.h */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -15907,7 +15907,7 @@ void tictactoe_clear (Tictactoe *ttt);
<tscreen><verb>
/* principio del ejemplo tictactoe tictactoe.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16127,7 +16127,7 @@ main (int argc, char *argv[])
<tscreen><verb>
/* principio del ejmplo gtkdial gtkdial.h */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16227,7 +16227,7 @@ void gtk_dial_set_adjustment (GtkDial *dial,
<tscreen><verb>
/* principio del ejemplo gtkdial gtkdial.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
@ -16826,7 +16826,7 @@ gtk_dial_adjustment_value_changed (GtkAdjustment *adjustment,
<tscreen><verb>
/* principio del ejemplo scribble-simple scribble-simple.c */
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -8,9 +8,9 @@
<sect>Introduction
<p>
GTK (GTK+ Toolkit) a été d'abord développé pour être une boîte à
GTK (GIMP Toolkit) a été d'abord développé pour être une boîte à
outils pour GIMP (General Image Manipulation Program). GTK est
construit sur GDK (GTK+ Drawing Kit) qui est, avant tout, une
construit sur GDK (GIMP Drawing Kit) qui est, avant tout, une
encapsulation des fonctions Xlib. On l'appelle « GIMP toolkit » car il
fut créé pour développer GIMP, mais il est désormais utilisé dans
plusieurs projets de logiciels libres. Les auteurs sont&nbsp;:
@ -6860,7 +6860,7 @@ Un petite partie de notre widget devrait ressembler au widget Tictactoe. Nous
avons d'abord le fichier en-tête&nbsp;:
<tscreen><verb>
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -13,9 +13,9 @@ Tony Gale <tt><htmlurl url="mailto:gale@gtk.org"
<sect>Introduzione
<!-- ***************************************************************** -->
<p>
GTK (GTK+ Toolkit) &egrave; stato orginariamente sviluppato come toolkit per
GTK (GIMP Toolkit) &egrave; stato orginariamente sviluppato come toolkit per
il programma GIMP (General Image Manipulation Program). GTK &egrave; costruito
sulla base del kit di disegno di GIMP, il GDK (GTK+ Drawing Kit) il quale
sulla base del kit di disegno di GIMP, il GDK (GIMP Drawing Kit) il quale
&egrave; costruito a sua volta attorno alle funzioni della Xlib. E' chiamato
``toolkit di GIMP'' perch&eacute; era inizialmente scritto per sviluppare GIMP,
ma ora viene utilizzato nello sviluppo di molti progetti software ``free''.
@ -8283,7 +8283,7 @@ Una parte del nostro widget potrebbe essere simile
al widget Tictactoe. In primo luogo, abbiamo il file header:
<tscreen><verb>
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
target=@gdktarget@
Name: GDK Uninstalled
Description: GTK+ Drawing Kit (${target} target), Not Installed
Description: GIMP Drawing Kit (${target} target), Not Installed
Version: @VERSION@
Requires: gdk-pixbuf-2.0-uninstalled @GDK_PACKAGES@
Libs: ${pc_top_builddir}/${pcfiledir}/gdk/libgdk-${target}-@GTK_API_VERSION@.la @GDK_EXTRA_LIBS@

View File

@ -5,7 +5,7 @@ includedir=@includedir@
target=@gdktarget@
Name: GDK
Description: GTK+ Drawing Kit (${target} target)
Description: GIMP Drawing Kit (${target} target)
Version: @VERSION@
Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@

View File

@ -14,7 +14,7 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "The GTK developer community"
VALUE "FileDescription", "GTK+ Toolkit"
VALUE "FileDescription", "GIMP Toolkit"
VALUE "FileVersion", "@GTK_VERSION@.0"
VALUE "InternalName", "libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2005."

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2005 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2005 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* gdkdisplay.c
*
* Copyright 2001 Sun Microsystems Inc.

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1999 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -48,7 +48,7 @@ die "Could not open file keysymdef.h: $!\n" unless open(IN_KEYSYMDEF, "<:utf8",
die "Could not open file gdkkeysyms.h: $!\n" unless open(OUT_GDKKEYSYMS, ">:utf8", "gdkkeysyms.h");
print OUT_GDKKEYSYMS<<EOF;
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* Copyright (C) 2005, 2006, 2007 GNOME Foundation
*

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* Copyright (C) 2005, 2006, 2007, 2008 GNOME Foundation
*

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2001-2007 Sun Microsystems, Inc. All rights reserved.
* (Brian Cameron, Dmitriy Demin, James Cheng, Padraig O'Briain)
*

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2001-2007 Sun Microsystems, Inc. All rights reserved.
* (Brian Cameron, Dmitriy Demin, James Cheng, Padraig O'Briain)
*

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* gdkvisual.c
*
* Copyright 2001 Sun Microsystems Inc.

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-2007 Peter Mattis, Spencer Kimball,
* Josh MacDonald, Ryan Lortie
*

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GDK - The GTK+ Drawing Kit
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* gdkasync.c: Utility functions using the Xlib asynchronous interfaces
* Copyright (C) 2003, Red Hat, Inc.
*

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* gdkasync.h: Utility functions using the Xlib asynchronous interfaces
* Copyright (C) 2003, Red Hat, Inc.
*

View File

@ -3,7 +3,7 @@ target=@gdktarget@
gtk_binary_version=@GTK_BINARY_VERSION@
Name: GTK+ Uninstalled
Description: GTK+ Toolkit (${target} target), Not Installed
Description: GIMP Tool Kit (${target} target), Not Installed
Version: @VERSION@
Requires: gdk-${target}-2.0-uninstalled @GTK_PACKAGES@
Libs: ${pc_top_builddir}/${pcfiledir}/gtk/libgtk-${target}-@GTK_API_VERSION@.la @GTK_EXTRA_LIBS@

View File

@ -8,7 +8,7 @@ gtk_binary_version=@GTK_BINARY_VERSION@
gtk_host=@host@
Name: GTK+
Description: GTK+ Toolkit (${target} target)
Description: GIMP Tool Kit (${target} target)
Version: @VERSION@
Requires: gdk-${target}-2.0 @GTK_PACKAGES@
Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@

View File

@ -8,7 +8,7 @@ gtk_binary_version=@GTK_BINARY_VERSION@
gtk_host=@host@
Name: GTK+
Description: GTK+ Toolkit Unix print support
Description: GIMP Tool Kit Unix print support
Version: @VERSION@
Requires: gtk+-${target}-2.0 @GTK_PACKAGES@
Cflags: -I${includedir}/gtk-unix-print-2.0

View File

@ -21,7 +21,7 @@ The X libraries originally written for the GIMP, which are now used by
several other programs as well.
%package devel
Summary: GTK+ Toolkit and GTK+ Drawing Kit
Summary: GIMP Toolkit and GIMP Drawing Kit
Group: X11/Libraries
Requires: %{name} = %{version}

View File

@ -37,7 +37,7 @@ keysymdatabase = {}
keysymunicodedatabase = {}
unicodedatabase = {}
headerfile_start = """/* GTK - The GTK+ Toolkit
headerfile_start = """/* GTK - The GIMP Tool Kit
* Copyright (C) 2007, 2008 GNOME Foundation
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 2006 Matthias Clasen
*
* This library is free software; you can redistribute it and/or

View File

@ -14,7 +14,7 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "The GTK developer community"
VALUE "FileDescription", "GTK+ Toolkit"
VALUE "FileDescription", "GIMP Toolkit"
VALUE "FileVersion", "@GTK_VERSION@.0"
VALUE "InternalName", "libgtk-win32-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005."

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 2001 CodeFactory AB
* Copyright (C) 2001, 2002 Anders Carlsson
* Copyright (C) 2003, 2004 Matthias Clasen <mclasen@redhat.com>

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
Copyright (C) 2001 CodeFactory AB
Copyright (C) 2001 Anders Carlsson <andersca@codefactory.se>

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1998, 2001 Tim Janik
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1998, 2001 Tim Janik
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GtkAccelLabel: GtkLabel with accelerator monitoring facilities.

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GtkAccelLabel: GtkLabel with accelerator monitoring facilities.

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1998, 2001 Tim Janik
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1998, 2001 Tim Janik
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright 2001 Sun Microsystems Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright 2001 Sun Microsystems Inc.
*
* This library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/*
* GTK - The GTK+ Toolkit
* GTK - The GIMP Toolkit
* Copyright (C) 1998, 1999 Red Hat, Inc.
* All rights reserved.
*

View File

@ -1,5 +1,5 @@
/*
* GTK - The GTK+ Toolkit
* GTK - The GIMP Toolkit
* Copyright (C) 1998, 1999 Red Hat, Inc.
* All rights reserved.
*

View File

@ -1,5 +1,5 @@
/*
* GTK - The GTK+ Toolkit
* GTK - The GIMP Toolkit
* Copyright (C) 1998, 1999 Red Hat, Inc.
* All rights reserved.
*

View File

@ -1,5 +1,5 @@
/*
* GTK - The GTK+ Toolkit
* GTK - The GIMP Toolkit
* Copyright (C) 1998, 1999 Red Hat, Inc.
* All rights reserved.
*

View File

@ -1,4 +1,4 @@
/* GTK - The GTK+ Toolkit
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or

Some files were not shown because too many files have changed in this diff Show More