]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
- new section on Events - change all delete_event callbacks to include a
[~andy/gtk] / ChangeLog.pre-2-2
index 50dfcb49f3899d9373863e08d8e4819b551d999a..6bac81d2deed1dec72df8a70a2bfdceb384455f8 100644 (file)
@@ -1,3 +1,115 @@
+Fri May 29 13:53:57 BST 1998  Tony Gale  <gale@gtk.org>
+
+       * docs/gtk_tut.sgml:
+         - new section on Events
+         - change all delete_event callbacks to include
+           a GdkEvent parameter
+         - clean up the formatting
+
+       * examples - helloworld.c, helloworld2.c, notebook.c,
+         packbox.c, pixmap.c, progressbar.c, radiobuttons.c,
+         rulers.c, table.c, wheelbarrow.c: change all delete_event
+          callbacks to include a GdkEvent parameter.
+
+1998-05-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gdk/gdktypes.h (GdkCrossingMode): New enumeration for the "mode"
+       field of crossing events.
+       (struct _GdkEventCrossing): Added the following fields: time, x,
+       y, x_root, y_root, mode, focus, state.
+
+       * gdk/gdk.c (gdk_event_translate): Fill in the new fields of the
+       crossing event structure.
+
+       * gtk/gtkfeatures.h (GDK_HAVE_FULL_CROSSING_EVENT): Annotate
+       changes to the crossing event structure.
+
+Tue May 26 15:51:28 1998  Radek Doulik  <gis@academy.cas.cz>
+
+       * gdk/gdk.c: include gdkx.h always (for GDK_ROOT_WINDOW)
+
+Sun May 24 12:11:38 BST 1998  Tony Gale  <gale@gtk.org>
+
+        * docs/gtk_tut.sgml:
+           - GtkTooltips, update to current API
+           - change all 'gpointer *data' to 'gpointer data'
+           - other minor changes
+
+Sat May 23 21:54:05 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * configure.in (LDFLAGS): Bombo out with a moderately
+         helpful message if detection of X libraries fails.
+
+Sat May 23 18:57:06 1998  Owen Taylor  <otaylor@gtk.org>
+
+  [ Combination of:
+     gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
+     gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]
+
+       * gdk/gdk.h gdk/gdkcc.c gdk/gdkfont.c gtk/gtkmain.c
+         gtk/gtksignal.c gtk/gtktext.c: 
+
+         Fixups for warnings from adding const to type of GHashFunc,
+         GCompareFunc
+       
+       * gtk/gtkcombo.c (gtk_combo_entry_key_press): Minor style/
+         ansi-warnings fixups.
+
+Sat May 23 17:48:58 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkeventbox.c (gtk_event_box_size_allocate): 
+        Locate child at (border_width,border_width), not
+       (2*border_width,2*border_width). [ The border is _outside_
+       widget->window ]
+       
+       * gdk/gdk.[ch]: added gdk_screen_width_mm/gdk_screen_height_mm
+         functions. [From: Alexander Larsson <alla@lysator.liu.se> ]
+
+1998-05-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>
+
+       * gtk/gtkfeatures.h.in: Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be
+       used in gnome-libs
+
+1998-05-22    <sopwith@redhat.com>
+
+       * gtk/gtkeventbox.c: Pass size_allocate on to the child
+       regardless of whether it is visible or not. Also
+        locate child at (border_width,border_width), not (0,0)
+
+Fri May 22 03:02:40 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkhandlebox.c: Added style_set handler.
+
+Fri May 22 02:55:57 1998  Owen Taylor  <otaylor@gtk.org>
+ [ From: Chris Lahey  <clahey@umich.edu> ]
+       
+       * gtk/gtkeditable.c, gtk/gtkeditable.h,
+         gtk/gtktext.c, gtk/gtkentry.c: Added get_position,
+         and set_position functions to get and set the cursor position.
+
+        * gtk/gtkeditable.c: Restored "insert_text" and "delete_text" to
+         signal status. Make GtkText do user-controlled insertion
+         and deletion through the Editable widget so that these
+         signals are properly emitted.
+
+       * gtk/gtkentry.c: Changed gtk_entry_set_visibility to 
+         display asterisks instead of empty space when visible = FALSE)
+
+Fri May 22 08:51:10 CEST 1998  Paolo Molaro <lupus@debian.org>
+
+       * gtk/gtkclist.c: use GTK_TYPE_GDK_EVENT in (un)?select_row
+       signal.
+
+1998-05-21    <sopwith@redhat.com>
+
+       * gtk/gtkrc.[ch]: gtk_rc_set_image_loader() - allow apps to set a
+       custom routine for loading images specified in gtkrc's.
+
+Tue May 19 23:41:04 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * configure.in: Use pthread_attr_init() as a test function,
+       since most of the rest of -lpthread is macros on DU4.
+
 Tue, 19 May 1998 09:03:03 +0200  Paolo Molaro <lupus@debian.org>
 
        * gtk/gtkcombo.c: implemented completion in the entry.