]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
removed gtk_range_calc_value().
[~andy/gtk] / ChangeLog.pre-2-10
index a59ecaa3103580cdf39f8d1db3b084eb68ee1468..49240e48de3d287a73fa8da26dd7d7f5f22fa5ad 100644 (file)
@@ -1,3 +1,124 @@
+Sun Mar  8 13:03:22 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkrange.h: removed gtk_range_calc_value().
+
+Sun Mar  8 04:22:36 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkfilesel.c: applied gtk-gronlund-980307.patch.gz which
+         fixes a memory leak by making use of gtk_clist_set_row_data_full.
+
+       * gtk/gtkclist.c: applied gtk-gronlund-980307.patch.gz which ads a
+         gtk_clist_set_row_data_full () function. slightly modified to
+         always invoke the destroy function regardless of the value of
+         the row_data.
+       
+       * docs/gtk.texi: applied gtk-draco-980305-1.patch.gz, spelling fixes.
+       
+       * gdk/gdk.c (gdk_init):
+         cleared up a tiny memory leak from not destroying a temporary copy
+         of argv (gtk-gronlund-980307-02.patch.gz).
+
+Sun Mar  8 03:00:17 1998  Tim Janik  <timj@gimp.org>
+
+       * configure.in: define the version variables in config.h.
+
+       * gtk/gtkmain.h:
+       * gtk/gtkmain.c: added static version variables.
+
+       * gdk/gdkpixmap.c: fixed memory leaks (gtk-gronlund-980307-1.patch.gz)
+
+Sat Mar  7 18:46:57 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkpreview.[ch]: Added a new function, gtk_preview_reset(),
+         that can be used (under highly controlled circumstances),
+         to change the properties of the preview colormap after
+         a preview has already been created and destroyed.
+
+Sun Mar  8 00:18:04 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkobject.c: register living objects in a hashtable.
+
+Sat Mar  7 20:20:53 1998  Tim Janik  <timj@gimp.org>
+
+       * gtk/gtkobject.c:
+       (gtk_object_check_cast):
+       (gtk_object_check_class_cast): 
+         made the object/class cast checks much more descriptive, based on
+         gtk-draco-980305-2.patch.gz and gtk-draco-980306-1.patch.gz but
+         optimized for common code path.
+
+       * gtk/gtkpreview.c: added a few extra checks for the visual
+       (gtk-draco-980305-0.patch.gz).
+
+       * gdk/gdk.c (gdk_signal): abort() on a signal if G_ENABLE_DEBUG
+         is defined, so we dump core (gtk-draco-980305-0.patch.gz).
+
+Sat Mar  7 01:07:24 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkrange.c (gtk_range_expose): Fixed the vscrollbar
+         flickering problem, by checking the area on expose events.
+         (There was a hscrollbar flickering problem as well, it
+          just wasn't very noticeable)
+
+Fri Mar  6 21:30:05 1998  Owen Taylor  <owt1@cornell.edu>
+
+       * gtk/gtkeditable.c: Disallow pasting into non-editable
+         widgets.
+
+       * gtk/gtktext.[ch]: 
+
+         -Added scrolling when dragging the selection
+          paste the top/bottom.
+
+         -Fix some of the problems with displaying the selection
+          state before mouse release.
+
+         -Disallow pasting into non-editable widgets
+
+         -Fixed segfault when changing window size
+
+         -Update the cursor correctly when switching between
+          editable and non-editable
+
+       * testgtk.c: Added a toggle button for editability for
+         the text widget. 
+
+Fri Mar  6 14:47:33 PST 1998 Shawn T. Amundson <amundson@gimp.org>
+
+        * Applied gtk-matsu-980205-0 (oops, should be 980305)
+         gdk/gdkinputcommon.h: return NULL if device is not ready
+          gtk/gtkwindow.c: check for GDK_ISO_Left_Tab
+
+Fri Mar  6 13:17:58 1998  Marc Ewing  <marc@.redhat.com>
+
+       * gtk/gtkclist.c (real_select_row, real_unselect_row): 
+         fix selection bugs
+
+Thu Mar  5 20:41:27 1998  Ian Main  <imain@gnu.org>
+
+       * gtk/gtkfilesel.c: Added
+         gtk_file_selection_show_fileop_buttons(GtkFileSelection *fs), and
+         gtk_file_selection_hide_fileop_buttons(GtkFileSelection *fs).
+         Changed pulldown to only contain current directory name instead of
+         the full path.  Removed Help button (it can now be packed into the
+         button_area if desired).
+               
+       * gtk/gtkfilesel.h: Added GtkWidget *button_area (the fileop
+         buttons at the top are packed into this hbox), and GtkWidget
+         action_area (hbox below clists) to GtkFileSelection structure.
+
+       * gtk/testgtk.c: Changed the filesel example to show off the hiding/
+         showing of fileop buttons, and the packing area.
+
+1998-03-05  Federico Mena Quintero  <federico@nuclecu.unam.mx>
+
+       * gdk/gdkprivate.h: Changed the name of default_filters to
+       gdk_default_filters to avoid namespace pollution.  Yes, it just
+       happened to me.
+       * gdk/gdk.c (gdk_event_translate):
+       * gdk/gdkglobals.c: 
+       * gdk/gdkwindow.c (gdk_window_add_filter gdk_window_remove_filter): Likewise.
+
 Thu Mar  5 12:32:06 1998  Marc Ewing  <marc@redhat.com>
 
        * gtk/gtkclist.c (select_row): emit UNselect on rows
@@ -9,7 +130,7 @@ Thu Mar  5 01:22:06 1998  Owen Taylor  <owt1@cornell.edu>
          on unparent, to force reallocation if we get adding back
          to a new parent which is already size-allocated.
 
-       * gtk/gtktreeitem.c: Keep track of separate +/- pixmaps
+       * gtk/gtktreeitem.[ch]: Keep track of separate +/- pixmaps
          for each colormap, removed the idle hack.
 
        * gdk/gdk.c: Don't warn when unable to open XIM method,