summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* I've made the spec file autogenerated and I updated the file listMichael Fulbright1999-02-211-1/+3
| | | | Dr Mike <drmike@redhat.com>
* version = 1.1.16GTK_1_1_16CST 1999 Shawn T. Amundson1999-02-161-1/+0
| | | | | | | | | | | | | | | Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL README configure.in gtk+.spec docs/gtk-config.1: version = 1.1.16 * Makefile.am: removed colorsel example since it doesn't actually exist. * Released GTK+ 1.1.16
* - Heavily edited GtkCombo section initially from Christopher T. LansdownGMT 1999 Tony Gale1999-02-081-9/+25
| | | | | | | | | | | | | Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Heavily edited GtkCombo section initially from Christopher T. Lansdown <lansdoct@screech.cs.alfred.edu>. - Cleanups and some glib stuff from David Wheeler <wheeler@ida.org> * Makefile.am: update to include the latest Tutorial examples.
* version=1.1.15GTK_1_1_15CST 1999 Shawn T. Amundson1999-02-041-4/+1
| | | | | | | | | | | | | | | | Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in gtk+.spec docs/gtk-config.1: version=1.1.15 * Makefile.am: example files where incorrect for menu directory. * Released GTK+ 1.1.15
* Released GTK+ 1.1.11GTK_1_1_11CST 1998 Shawn T. Amundson1998-12-311-0/+1
| | | | | | | | | | | | | | | | | | | Wed Dec 30 18:39:21 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.11 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.11 Also fixed docs/Makefile.am so make distcheck works well now, even on an SMP machine. Do these .po files really have to be remade during a make dist?
* Released GTK+ 1.1.10GTK_1_1_10CST 1998 Shawn T. Amundson1998-12-241-1/+1
| | | | | | | | | | | | | | | | Thu Dec 24 03:16:52 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.10 * INSTALL: NEWS: README: configure.in: gtk+.spec: docs/gtk-config.1: gtk/gtkfeatures.h.in: version=1.1.10 * no.po: added translation by Kjartan Maraas <kmaraas@fib.hl.no>
* Provide a hacked version of the gettext macros that never use the includedOwen Taylor1998-12-151-1/+1
| | | | | | | | | | | | Tue Dec 15 16:06:15 1998 Owen Taylor <otaylor@redhat.com> * acinclude.m4: Provide a hacked version of the gettext macros that never use the included gettext. * Makefile.am configure.in: Remove references to intl/ * autogen.sh: Don't run gettextize.
* Added gettext-10.35Owen Taylor1998-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Mon Dec 14 12:24:13 1998 Owen Taylor <otaylor@redhat.com> * HACKING: Added gettext-10.35 * autogen.sh: Run gettextize. Wed Dec 9 16:29:06 1998 Owen Taylor <otaylor@redhat.com> Applied gtk-egger-981010-[12] [ Daniel.Egger@t-online.de (Daniel Egger) ] * gtk/gtkintl.h: New file - defines for localization. * gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings for internationalization. * gtk/gtkmain.c: call bindtextdomain * po/ - directory for translations. Initially includes German translation.
* Released GTK+ 1.1.6GTK_1_1_6CST 1998 Shawn T. Amundson1998-12-091-0/+3
| | | | | | | | | | | | | Tue Dec 8 18:29:05 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.6 * NEWS: updated * gtk/Makefile.am: gtk/testgtk.c: gtk/gtkrc.h: gtk/gtkrc.c: Read in default files.
* Fixed accidentally introduced typo.Owen Taylor1998-11-241-1/+1
|
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-1/+1
| | | | | | | | | | | | | | | | Mon Nov 23 22:10:09 1998 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch] gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/gtk.h: Added layout widget for scrolling arbitrarily big areas. Added plug/socket widgets for interprocess embedding. These widgets still, at some point, need to be made more pure in their use of GDK, as opposed to raw X. * gtk/testgtk.c: Added test for layout widget.
* Released GTK+ 1.1.3CST 1998 Shawn T. Amundson1998-10-311-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | Sat Oct 31 03:11:57 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.3 * INSTALL: * NEWS: * README: * gtk+.spec: * docs/gtk-config.1: updated for v1.1.3 * Makefile.am * sanity_check * docs/Makefile.am: Includes new 'make release' as well as 'make sanity'. Also handles html and text creation from html, and puts them into the distribution * docs/Makefile.sgml: removed, similar functionality is now in the Makefile.am file * docs/.cvsignore: ignore html and text directories * docs/glib.texi: removed (now in glib dist)
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-161-0/+1
| | | | | | | | | | | | | | | | | | | Sun Aug 16 20:51:59 1998 Tim Janik <timj@gtk.org> * gtk/gtkmain.c (gtk_init): fatal warning option is split up now, "--g-fatal-warnings" causes fatal warnings in GLib, "--gdk-fatal-warnings" causes fatal warnings in Gdk, "--gtk-fatal-warnings" causes fatal warnings in Gtk. * gtk/Makefile.am: define G_LOG_DOMAIN for gtk. * gdk/Makefile.am: define G_LOG_DOMAIN for gdk. * gtk/testgtk.c: * gdk/gxid.c: we need ugly #undef G_LOG_DOMAIN at the start of these files currently, since automake doesn't support per target _CFLAGS yet. * configure.in: require GLib 1.1.3.
* fixed EXTRA_DIST sectionsTim Janik1998-07-271-0/+5
|
* Added gtkpackerCDT 1998 Shawn T. Amundson1998-06-121-0/+2
| | | | | | | | | | Thu Jun 11 14:38:33 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkpacker.c, gtk/gtkpacker.h, gtk/gtk.h, gtk/Makefile.am: Added gtkpacker * examples/packer/pack.c, examples/packer/Makefile: Added gtkpacker example
* glib/* Moved to glib moduleOwen Taylor1998-06-101-1/+1
| | | | | | | | | | | | | | | | | Wed Jun 10 19:36:35 1998 Owen Taylor <otaylor@gtk.org> * glib/* Moved to glib module * INSTALL Makefile.am acconfig.h autogen.sh configure.in gtk-config.in gtk.m4 gdk/Makefile.am gtk/Makefile.am configuration changes for the above: - Use AM_PATH_GLIB by default to find glib; also accept a --with-glib option for using an uninstalled glib. - Put --enable-debug information into config.h so that we rebuild when it changes. (was in glibconfig.h)
* ooops, fogot this on my last commit...Tim Janik1998-05-071-0/+1
|
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-4/+4
|
* nice to list ChangeLog.pre-1-0 in EXTRA_DIST isn't it? ;)Tim Janik1998-04-171-4/+5
|
* Changes for GTK+ 0.99.10Owen Taylor1998-04-081-54/+59
| | | | | | | | | Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu> * Changes for GTK+ 0.99.10 * examples/find-examples.sh: Script to find all the files we need to distribute from the examples directory.
* Tue Mar 31 15:41:57 PST 1998 Shawn T. AmundsonShawn Amundson1998-03-311-1/+40
| | | | | * Makefile.am: * examples/*: added the rest of the tutorial examples
* Released GTK+ 0.99.9GTK_0_99_9PST 1998 Shawn T. Amundson1998-03-281-1/+17
| | | | | | | | Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 0.99.9 * examples: added a couple more, fixed some Makefiles
* added gtk.m4 to EXTRA_DISTOwen Taylor1998-03-151-0/+1
| | | | | | Sat Mar 14 20:29:34 1998 Owen Taylor <owt1@cornell.edu> * Makefile.am: added gtk.m4 to EXTRA_DIST
* Added a new mechanism for GTK-dependent programs to find out about theOwen Taylor1998-03-121-0/+5
| | | | | | | | | | | Thu Mar 12 18:01:03 1998 Owen Taylor <owt1@cornell.edu> * gtk.m4 gtk-config.in Makefile.am configure.in: Added a new mechanism for GTK-dependent programs to find out about the installed GTK. (Does not remove any current functionality) * gtk+-xconfig.in: Was no longer used for anything.
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-1/+4
| | | | | | | | | | | | | | Fri Feb 20 06:40:00 1998 Tim Janik <timj@gimp.org> * gtk/gtktipsquery.h: * gtk/gtktipsquery.c: New widget GtkTipsQuery for letting the user query tooltips of widgets. * gtk/testgtk.c: add example for GtkTipsQuery. * gtk/gtk.h: include gtk/gtktipsquery.h. * gtk/gtklabel.c: enable default constructing.
* added BUGS. -timjTim Janik1998-01-241-1/+1
| | | | | added BUGS. -timj
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-1/+1
| | | | -owt
* Initial revisionElliot Lee1997-11-241-0/+30