summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes, cleanups and macro reduction, nothing major though ;)Tim Janik1998-05-101-4/+4
|
* minor cleanups and mergesTim Janik1998-05-101-1/+8
|
* postfix -lg* libraries with LT_RELEASE.Tim Janik1998-05-071-123/+6
| | | | | | | | | | | | | | | Thu May 7 05:14:19 1998 Tim Janik <timj@gtk.org> * gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE. * ltmain.sh: added a new commandline flag -postfix similar to -release, but will immediately change the library name. * gdk/Makefile.am: * gtk/Makefile.am: specify -postfix and -version-info * configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and GTK_BINARY_AGE. calculate LT_* variables for libtool.
* changes for 1.0.0 release.PDT 1998 Shawn T. Amundson1998-04-101-0/+5
| | | | | | | Thu Apr 9 19:31:51 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * AUTHORS NEWS README configure.in gtk+.spec glib/configure.in: changes for 1.0.0 release.
* Changes for GTK+ 0.99.10Owen Taylor1998-04-081-0/+7
| | | | | | | | | 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.
* Released GTK+ 0.99.9GTK_0_99_9PST 1998 Shawn T. Amundson1998-03-281-0/+7
| | | | | | | | 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
* Released GTK+ 0.99.8GTK_0_99_8PST 1998 Shawn T. Amundson1998-03-201-0/+9
| | | | | | Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released GTK+ 0.99.8
* updates -timjGTK_0_99_7aTim Janik1998-03-151-0/+4
| | | | | updates -timj
* Released 0.99.7GTK_0_99_7PST 1998 Shawn T. Amundson1998-03-151-0/+5
| | | | | | Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.7
* fresh news today ;) -timjTim Janik1998-03-131-0/+10
| | | | | fresh news today ;) -timj
* Released 0.99.5GTK_0_99_5PST 1998 Shawn T. Amundson1998-03-101-0/+12
| | | | | | Mon Mar 9 21:21:19 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.5
* small fixupsTim Janik1998-03-021-3/+3
|
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-2/+7
| | | | | | | | | | | | | | | | Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Required changes for version change to 0.99.4 * gtk/gtktree.[ch]: patch from J. Bolliet to correct some bugs * gtk/testgtk.c: added test here from J. Bolliet, removed testtree * gtk/clist: gtk-abilleira-981602-0, allows gtk_clist_set_pixmap and gtk_clist_set_pixtext to not require a mask * gdk/gdkdraw.c,gdk.h: gtk-trow-980217-0 adds gdk_draw_lines and fixes some things about gdk_draw_polygon
* quit handlers and idle_remove_by_data fixupsTim Janik1998-03-011-3/+13
| | | | -timj
* handle box signals. fixups for 99.4 -timjTim Janik1998-02-281-0/+1
| | | | | | handle box signals. fixups for 99.4 -timj
* TODO updates (major ones ;).Tim Janik1998-02-231-0/+1
| | | | | | | | | | | | have the send_event field in all GdkEvents. gtkmenu.c, gtkacceleratortable.c, gtkwindow.c: unreference accelerator_table. gtk_object_query_args: removed seq_ids again, must have been quite tired when i commited that change ;) gtkoptionmenu.c: assure GTK_BIN()->child is empty when reparenting a menu_items child. gtkwindow.c: fixed some memory leaks. -timj
* New widget GtkTipsQuery for letting the user query tooltips of widgets.Tim Janik1998-02-201-0/+5
| | | | | | | | | | | | | | 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.
* present the argument access masks on their announcement.Tim Janik1998-02-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Feb 19 06:56:52 1998 Tim Janik <timj@gimp.org> * gtkbox.c: * gtkbutton.c: * gtkcontainer.c: * gtkframe.c: * gtklabel.c: * gtkobject.c: * gtkwidget.c: * gtkwindow.c: present the argument access masks on their announcement. * gtk/gtkobject.h: * gtk/gtkobject.c: (gtk_object_add_arg_type): take an additional argument describing the access mask of the new arg. this can be of GTK_ARG_READABLE, GTK_ARG_WRITABLE or GTK_ARG_READWRITE (the latter is an alias for the two previous ones). (gtk_object_query_args): provide an access_mask array if desired. * gtk/gtkwidget.c (gtk_widget_real_realize): realized the assumtion that widget is a NO_WINDOW widget in actuall code. * gtkwindow.c: slight changes to gtk_window_configure_event that will make the resizing behaviour a little less odd. sigh, for some (buggy) reason, there are still container resizes triggered by manual resizing to very small window sizes. the cointainer resizes will cause gtk_real_window_move_resize to be invoked, which makes the app look like it wants to fight the users resizing action. ;(
* invoke gtk_entry_grow_text already in this place, so the application willTim Janik1998-02-171-1/+17
| | | | | | | | | | | | Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org> * gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already in this place, so the application will never see entry->text==NULL. (see also ChangeLog entry from Tue Feb 11 1997 on this). also i added some blurb about recent changes to the NEWS file, and updated the TODO.
* Release GTK+ 0.99.3.Shawn Amundson1998-01-211-0/+24
|
* Initial revisionElliot Lee1997-11-241-0/+0