]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hint
[~andy/gtk] / ChangeLog.pre-2-8
index cdc97adc12b3e2726b8ad3cb6ac133cd7a67938e..32cac4d7772200b5a5e98fd182f01c23fd497d45 100644 (file)
@@ -1,7 +1,65 @@
+2000-04-15  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkclist.c (gtk_clist_motion)
+       * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
+       with is_hint FALSE, get x and y from the event. They used to be
+       used uninitialised. The Win32 backend never sends motion events
+       marked as hints. This for instance fixes the annoying file and
+       font selector behaviour in the Win32 version.
+
+2000-04-14  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
+       gtk_private_n_signals variables, they are used by some software,
+       sigh.
+
+       * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
+       installation directory from the Registry, where the installer
+       should have put it.
+
+Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/Makefile.am: Fix problem with installation directory for
+       gdkx.h
+
+       * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
+       <mrcooger@cyberverse.com> so that when selecting menus with the
+       mouse, the first item will not be selected, but when selecting
+       with an accelerator, or navigating left-right on a menubar with
+       the menus popped up, the first item will be selected.
+
+2000-04-05  Dan Damian  <dand@dnttm.ro>
+
+       * configure.in: Added "ro" to ALL_LINGUAS.
+
+Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+       indentation.
+
+       * Makefile.am (EXTRA_DIST): Fix typo.
+
+       * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+       to catch gdkconfig.h
+
+       * gtk/gtkitemfactory.c: Added FIXME.
+
+2000-03-30  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkpaned.c (gtk_paned_get_position): oops.
+       s/return_if_fail/return_val_if_fail/g and add a return value.
+
+Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
+       merge slipup.
+
+       * gdk/gdkinput.h: Fix missing line from merge.
+
 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
-       instead of gdkprivate.h
+       instead of gdkprivate.h.
 
 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>