summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-03 20:53:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-10-03 20:53:30 +0000
commitef33adff83617e2c937052316b9fb925d4972252 (patch)
treec6badff88c8dca205f9013043ab12c7f68db5903 /ChangeLog.pre-2-6
parent6cb79658c2a64d01f6e488f065eb2d265be97414 (diff)
downloadgtk+-ef33adff83617e2c937052316b9fb925d4972252.tar.gz
Add a 'type' parameter, make public.
Thu Oct 3 14:13:33 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkevents.c (gdk_event_new): Add a 'type' parameter, make public. * gdk/gdkevents.c (gdk_event_copy): Copy the screen. * gdk/gdkevents.c gdk/linux-fb/gdkmain-fb.c gdk/x11/gdkevents-x11.c gdk/win32/gdkevents-win32.c: _gdk_event_new() => gdk_event_new(). * gdk/win32/gdkevents-win32.c (real_window_procedure): Fix event_private->screen breakage that results from evil encapsulation breakage here. * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkdialog.c gtk/gtkdnd.c gtk/gtkdrawingarea.c gtk/gtkimcontextsimple.c gtk/gtklist.c gtk/gtkmenu.c gtk/gtknotebook.c gtk/gtkplug.c gtk/gtkselection.c gtk/gtktext.c gtk/gtktreeitem.c gtk/gtktreeview.c gtk/gtkviewport.c gtk/gtkwindow-decorate.c gtk/gtkwindow.c tests/testgtk.c: Remove most usage of stack-allocated GdkEvent structures. * gtk/gtktreeview.c: Use a cut-and-paste of the full send_focus_event() from gtkwindow.c that does the necessary notification of the ::has-focus property and setting of the HAS_FOCUS flag.x * gtk/gtkdnd.c: Clean up some mess/duplicated code; removing an extraneous use of a GdkEvent.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-632
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index d96d35ec38..84e5f8259a 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,35 @@
+Thu Oct 3 14:13:33 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/gdkevents.c (gdk_event_new): Add a 'type'
+ parameter, make public.
+
+ * gdk/gdkevents.c (gdk_event_copy): Copy the screen.
+
+ * gdk/gdkevents.c gdk/linux-fb/gdkmain-fb.c
+ gdk/x11/gdkevents-x11.c gdk/win32/gdkevents-win32.c:
+ _gdk_event_new() => gdk_event_new().
+
+ * gdk/win32/gdkevents-win32.c (real_window_procedure):
+ Fix event_private->screen breakage that results from evil
+ encapsulation breakage here.
+
+ * gtk/gtkclist.c gtk/gtkcombo.c gtk/gtkcontainer.c
+ gtk/gtkdialog.c gtk/gtkdnd.c gtk/gtkdrawingarea.c
+ gtk/gtkimcontextsimple.c gtk/gtklist.c gtk/gtkmenu.c
+ gtk/gtknotebook.c gtk/gtkplug.c gtk/gtkselection.c
+ gtk/gtktext.c gtk/gtktreeitem.c gtk/gtktreeview.c
+ gtk/gtkviewport.c gtk/gtkwindow-decorate.c gtk/gtkwindow.c
+ tests/testgtk.c: Remove most usage of stack-allocated
+ GdkEvent structures.
+
+ * gtk/gtktreeview.c: Use a cut-and-paste of the full
+ send_focus_event() from gtkwindow.c that does the necessary
+ notification of the ::has-focus property and setting of
+ the HAS_FOCUS flag.x
+
+ * gtk/gtkdnd.c: Clean up some mess/duplicated code; removing
+ an extraneous use of a GdkEvent.
+
Wed Oct 2 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c