]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Return TRUE for button press events we handle. (Allows option menus in
[~andy/gtk] / ChangeLog
index 8a530ea4bf3bd25558c9673a4d41640280a573ef..4d3f601f7e31915eee066b0df678f5a38e957392 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+Tue Dec 22 15:55:39 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkoptionmenu.c (gtk_option_menu_button_press): 
+       Return TRUE for button press events we handle.
+       (Allows option menus in radio buttons to work...)
+
+Tue Dec 22 14:50:25 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Optimization -
+       when we've already found a widget, skip all checks
+       for subsequent children.
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Checked for
+       !MAPPED, not !VISIBLE, since a widget (like a notebook
+       page), can be VISIBLE, but !REALIZED or !MAPPED.
+
+       * gtk/gtkdnd.c (gtk_drag_find_widget): Use forall(),
+       not foreach().
+
+Mon Dec 21 22:01:49 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_motion): fixed column resize bug
+
+Sun Dec 20 04:48:59 1998  Tim Janik  <timj@gtk.org>
+
+       * gdk/gdk.h (GDK_PRIORITY_EVENTS): export the priority at which
+       events are processed.
+
+       * gtk/gtk[main|signal|container].[ch]: removed deprecated _interp
+       variants: gtk_container_foreach_interp, gtk_idle_add_interp,
+       gtk_timeout_add_interp, gtk_signal_connect_interp.
+
+Sat Dec 19 18:45:30 PST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * configure.in: added sv to ALL_LIGNUAS
+
+Sat Dec 19 22:49:40 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktypeutils.c (gtk_type_query): eek, fixed an embarrasing bug
+       that caused this function to always return NULL (noticed by marius
+       vollmer).
+
+Sat Dec 19 17:28:30 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Don't add the gthread libs to 
+       GLIB_LIBS either, or -lgthread -lpthread will get 
+       pulled into all applications because of shlib deps.
+
+       * gtk/gtkmain.h gtk/gtkwidget.c gtk/gtk gdk/gdk: 
+       Use GLIB's priority #define. Revise scale of 
+       priorities.
+
+Sat Dec 19 03:44:29 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkmain.c: always run a g_main_iteration, even if
+       there are no active main loops. This fixes the gimp splash
+       screen.
+
+Sat Dec 19 05:37:51 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail
+       (label->words != NULL) since that's a valid case when the label
+       is empty, or just default constructed.
+       fixed indentation prototype arguments and braces in some places.
+       also, pointer comparisions and initializations are done with NULL
+       not 0, there's a reason GLib defines NULL.
+
+       * gdk/gdkevents.c (gdk_events_pending): return (queued_events ||
+       putback_events) so this again returns whether events are pending,
+       not whether other sources like idles are pending.
+
+       * gtk/gtkmain.c (gtk_main_iteration_do): 
+       (gtk_main_iteration): return whether the loop is done, not whether
+       something got dispatch to restore the original behaviour (yosh: this
+       fixes code like in GleSelector).
+
+Fri Dec 18 19:20:45 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtkbutton.[ch]
+       * gtktogglebutton.c: s/(enter|leave)_button/$1/g, since pthreads.h
+       no longer conflicts
+       
+Sat Dec 19 01:56:13 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_button_press): fixed GDK_2BUTTON_PRESS
+       bug.
+
+Fri Dec 18 15:30:43 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: add ja to ALL_LINGUAS
+
+Fri Dec 18 15:19:54 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksocket.c (gtk_socket_filter_func): Marked
+       plug window as destroyed before destroying the 
+       window.
+
+Fri Dec 18 14:17:14 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenu.c (gtk_menu_popup): Set the usize on the
+       tearoff window so when we reparent the window out,
+       the window doesn't shrink down.
+
+1998-12-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: do not export the glib flags for thread support to
+       gtk-config.
+
+Fri Dec 18 01:32:59 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_main): added gdk_flush() after g_main_run(), so we
+       get the original behaviour back, i.e. the event queue needs to be flushed
+       after a main loop has been quitted.
+       (gtk_main): add/remove the current main loop to/from the main loop
+       before/after init/quit functions have been exected to preserve the
+       original gtk_main_quit() behaviour.
+
+Thu Dec 17 23:48:29 1998  Tim Janik  <timj@gtk.org>
+
+       * gdk/gdkevents.c (gdk_events_init): changed argument order in call
+       to g_main_add_poll() to match recent glib changes.
+
 Thu Dec 17 20:33:28 1998  Owen Taylor  <otaylor@redhat.com>
 
        * gtk-config.in: Add @INTLLIBS@.