GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
2003-03-06 11:17:30 +00:00
debian Argh. Missed one dumb space in rules file. Fixed. 1998-11-18 06:25:35 +00:00
docs Released 1.2.10. 2001-04-02 03:51:01 +00:00
examples Add BUILD_INCLUDED_LIBINTL for compatibility with newer gettext. 2001-07-24 19:23:40 +00:00
gdk Fix prepending at the start of the list. (#56349, Thomas Leonard.) 2002-05-14 22:14:15 +00:00
gtk Fixed altering of glibc private locale area (#107634). Makes it usable 2003-03-06 10:46:22 +00:00
po Renamed by.po -> be.po 2003-02-28 13:43:27 +00:00
tests Remove duplicate fwd decl for gtk_default_draw_shadow. 2001-02-22 20:38:15 +00:00
.cvsignore Provide pkg-config scripts. 2000-09-29 22:43:24 +00:00
acconfig.h Add a configuration option --with-native-locale, that greatly speeds up 2001-02-27 06:46:08 +00:00
acinclude.m4 Add BUILD_INCLUDED_LIBINTL for compatibility with newer gettext. 2001-07-24 19:23:40 +00:00
AUTHORS Incremented version to 1.2.0. -Shawn <amundson@gtk.org> 1999-02-25 21:39:14 +00:00
autogen.sh made "->" into a "." of previous change so it compiles 1999-04-02 01:17:12 +00:00
ChangeLog Removed accidentally submitted gettextize ChangeLog entry. 2003-03-06 11:17:30 +00:00
ChangeLog.pre-1-0 ChangeLog split up into ChangeLog.pre-1-0 and ChangeLog. 1998-04-17 01:07:36 +00:00
ChangeLog.pre-2-0 Added Welsh file 2002-02-23 12:38:51 +00:00
ChangeLog.pre-2-2 Fix a problem with the focus row ending up off the list when rows were 2002-12-14 04:17:03 +00:00
ChangeLog.pre-2-4 Removed accidentally submitted gettextize ChangeLog entry. 2003-03-06 11:17:30 +00:00
ChangeLog.pre-2-6 Removed accidentally submitted gettextize ChangeLog entry. 2003-03-06 11:17:30 +00:00
ChangeLog.pre-2-8 Removed accidentally submitted gettextize ChangeLog entry. 2003-03-06 11:17:30 +00:00
ChangeLog.pre-2-10 Removed accidentally submitted gettextize ChangeLog entry. 2003-03-06 11:17:30 +00:00
config.guess acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.3.4 2000-02-03 01:07:44 +00:00
config.sub acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.3.4 2000-02-03 01:07:44 +00:00
configure.in Added no-maintenance message, after discussion with Owen Taylor. 2003-03-06 10:59:20 +00:00
COPYING Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gdk.pc.in Make the pkg-config scripts actually work. 2000-11-29 22:00:02 +00:00
gtk-config.in Move header files to /usr/include/gtk-1.2 to allow safe parallel 2000-09-09 01:58:07 +00:00
gtk.m4 Fix glib_config_args gtk_config_args confusion. (pointed out by Roland 1999-02-18 16:43:42 +00:00
gtk+.pc.in Make the pkg-config scripts actually work. 2000-11-29 22:00:02 +00:00
gtk+.spec.in Allow defining a CUSTOM_RELEASE at RPM build time 1999-07-29 20:09:24 +00:00
HACKING Update to describe submitting patches and bug reports to 2001-02-27 04:30:56 +00:00
INSTALL Updated 2001-03-15 22:13:21 +00:00
INSTALL.in Updated 2001-03-15 22:13:21 +00:00
ltconfig acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.3.4 2000-02-03 01:07:44 +00:00
ltmain.sh acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.3.4 2000-02-03 01:07:44 +00:00
MAINTAINERS Add maintainers list 1999-06-15 17:20:46 +00:00
makecopyright Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
Makefile.am Use the correct pkg-config syntax in all the *.pc.in files 2000-09-30 02:09:42 +00:00
NEWS Released 1.2.10. 2001-04-02 03:51:01 +00:00
NEWS.pre-1-0 ooops, fogot this on my last commit... 1998-05-07 07:45:04 +00:00
README Updated 2001-03-15 22:13:21 +00:00
README.cvs-commits Fixed argument list and return type for non-XIM fallback. 1998-12-09 18:13:52 +00:00
README.in Fix the .in files, add note about --with-native-locale. 2001-03-01 02:19:26 +00:00
sanity_check Released GTK+ 1.2.1 1999-03-25 05:55:03 +00:00
TODO Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> 2000-02-29 13:28:13 +00:00

General Information
===================

This is GTK+ version 1.2.10. GTK+, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces for the X Window 
System. It is designed to be small, efficient, and flexible. GTK+ is 
written in C with a very object-oriented approach.

The official ftp site is:
  ftp://ftp.gtk.org/pub/gtk

The official web site is:
  http://www.gtk.org/

Information about mailing lists can be found at
  http://www.gtk.org/mailinglists.html

Installation
============

See the file 'INSTALL'

How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system. 
(http://bugzilla.gnome.org, product gtk+.) You will need
to create an account for yourself.
  
In the bug report please include:
  
* Information about your system. For instance:

   - What operating system and version
   - What version of X
   - For Linux, what version of the C library

  And anything else you think is relevant.

* How to reproduce the bug. 

  If you can reproduce it with the testgtk program that is built 
  in the gtk/ subdirectory, that will be most convenient.  Otherwise, 
  please include a short test program that exhibits the behavior. 
  As a last resort, you can also provide a pointer to a larger piece 
  of software that can be downloaded.

* If the bug was a crash, the exact text that was printed out
  when the crash occured.

* Further information such as stack traces may be useful, but
  is not necessary. If you do send a stack trace, and the error
  is an X error, it will be more useful if the stacktrace
  is produced running the test program with the --sync command
  line option.

Patches
=======

Patches should also be submitted to bugzilla.gnome.org. If the
patch fixes an existing bug, add the patch as an attachment
to that bug report.

Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.

Bug reports containing patches should include the PATCH keyword
in their keyword fields. If the patch adds to or changes the GTK
programming interface, the API keyword should also be included.
  
Patches should be in unified diff form. (The -u option to GNU
diff.)