]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Fixed long-standing typo in aspect ratio computation code. (pointed out by
[~andy/gtk] / ChangeLog
index 3b9ae736cad8afe6843c795844f51a01a629ca56..2e53436273c5724a933b46e07e5bc909b9a2152c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+Sat Dec  5 21:07:09 1998  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtkaspectframe.c (gtk_aspect_frame_size_allocate): Fixed
+       long-standing typo in aspect ratio computation code.
+       (pointed out by Sebastian Rittau <srittau@jroger.in-berlin.de>)
+
+Fri Dec  4 01:20:06 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_button_release): call toggle_row with
+       valid row numbers only
+       (toggle_row): check if clist_row != NULL
+
+Fri Dec  4 00:50:12 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkctree.c (gtk_ctree_export_to_gnode): fixed for-loop.
+
+       * gtk/gtkclist.c 
+       (gtk_clist_set_column_visibility)
+       (gtk_clist_column_titles_active)
+       (gtk_clist_column_titles_active)
+       (gtk_clist_column_title_passive)
+       (gtk_clist_column_title_active): few additional tests whether
+       column->button != NULL
+
+Thu Dec  3 16:49:18 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (DROP_ABORT_TIME): Changed to 5 min
+       from 10 seconds, so it doesn't abort while users
+       have an ACTION_ASK menu up.
+
+       * gtk/gtkdnd.c: Hide the icon window between sending a a 
+       drop event to the destination and displaying the
+       snapback animation, so that it doesn't hang around
+       during ACTION_ASK.
+
+Thu Dec  3 16:37:42 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkclist.c (get_cell_style): Use GTK_STATE_INSENSITIVE
+       for the foreground of cells for CLists in the insensitive
+       state, instead of GTK_STATE_PRELIGHT.
+
+Thu Dec  3 06:20:59 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwindow.c: moved checks upon focus setting from
+       gtk_window_real_set_focus to gtk_window_set_focus, so we don't
+       emit the signal if unneccessary.
+
+       * gtk/gtkwidget.c (gtk_widget_grab_focus): clear up the old focus
+       containers when grabbing focus on a new widget. this is based on
+       a patch from Alexis Mikhailov, submitted to gtk-list on 4 Nov 1998.
+
+       * gtk/gtkclist.c (gtk_clist_focus_out): set CLIST_CHILD_HAS_FOCUS
+       flag, so we take the buttons into consideration upon the next focus
+       request.
+
+       * gtk/gtkcontainer.c (gtk_container_set_focus_child): fixed an
+       assertment.
+
+Wed Dec  2 17:45:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * gtk/gtkpixmap.c: Fixes for low-color displays and a slight
+         enhancement for true-color displays.
+
+       * INSTALL:
+         README:
+         configure.in:
+         gtk+.spec:
+         docs/gtk-config.1: up to version 1.1.6
+
+Wed Dec  2 01:36:49 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkfeatures.h.in: lets #define GTK_HAVE_FEATURES_1_1_6 before
+       we release it this time
+
+Wed Dec  2 01:39:02 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtknotebook.h: 
+       * gtk/gtknotebook.c: s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
+
+       * incremented version number to 1.1.6 and made Gtk
+       dependant on GLib 1.1.6.
+
+       * gtk/gtkwidget.h (struct _GtkRequisition): changed width and height
+       from guint16 to gint16, since sizes bigger than 32767 are not supported
+       anyways, and aritmethics with intermediate negative values are possible
+       now.
+
+Tue Dec  1 00:00:04 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkscrolledwindow.c:
+       implementation of GTK_POLICY_NEVER functionality, added rationales
+       on the policy and size requisition handling at the top.
+       (gtk_scrolled_window_size_request):
+       we assume a default minimum for our child's width and height
+       if [hv]scrollbar_policy != GTK_POLICY_NEVER, except when the user
+       specified the dimension explicitely.
+       (gtk_scrolled_window_size_allocate): 
+       do not show scrollbars if [hv]scrollbar_policy == GTK_POLICY_NEVER.
+
+       * gtk/gtkviewport.c (gtk_viewport_size_request): report the real
+       size we require (including the child).
+
+        * gtk/gtkclist.c:
+       (gtk_clist_size_request): report the real size required.
+
+       * gtk/gtkenums.h (enum GtkPolicyType): added GTK_POLICY_NEVER.
+
+       * gtk/gtkobject.c (gtk_object_init_type): object_type doesn't
+       need to be a static variable.
+
+Mon Nov 30 22:41:25 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkclist.h: 
+       * gtk/gtkclist.c: 
+       * gtk/gtkviewport.h:
+       * gtk/gtkviewport.c:
+       * gtk/gtktext.h:
+       * gtk/gtktext.c:
+       * gtk/gtklayout.h:
+       * gtk/gtklayout.c:
+       * gtk/gtkwidget.h:
+       * gtk/gtkwidget.c:
+       * gtk/gtkscrolledwindow.h:
+       * gtk/gtkscrolledwindow.c:
+       s/scroll_adjustements/scroll_adjustments/
+       s/scroll_adjustments/set_scroll_adjustments/g
+
 Tue Dec  1 22:45:58 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.h (struct _GtkCListClass): new class method/signal