]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
eliminated some queue_draws when invoking gtk_widget_set_state, since that
[~andy/gtk] / ChangeLog.pre-2-10
index 80c56d2bb22ae39f1fe440d5b67edaf8cd1d4289..ff0e502b9ffe3b8be6c77bd2d3729837cf3b9720 100644 (file)
@@ -1,3 +1,85 @@
+Mon Jan 11 15:23:32 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktogglebutton.c: eliminated some queue_draws when invoking
+       gtk_widget_set_state, since that cares about redrawing already.
+       some code cleanups.
+
+       * gtk/gtktogglebutton.[hc]:
+       * gtk/gtkfontsel.c:
+       * gtkgamma.c:
+       s/gtk_toggle_button_set_state/gtk_toggle_button_set_active/ since
+       set_state is already taken by gtkwidget.h.
+
+       * gtk/gtkcompat.h: #define gtk_toggle_button_set_state
+        gtk_toggle_button_set_active.
+        
+        * gtk/gtkstyle.c: some indentation cleanups.
+
+Mon Jan 11 15:12:33 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktogglebutton.c (gtk_toggle_button_set_mode): take previous
+       visibility state into account when unrealizing.
+
+Mon Jan 11 10:45:28 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c: Only remove handlers for motion/button_release
+       at drop, remove "selection_get" handler later.
+
+Mon Jan 11 13:31:49 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktypeutils.[hc]: removed Paolo Molaro's type creation hooks
+       again, since they 1) don't care about infinite recursion (likely
+       to achive), 2) we are in feature freeze for 1.2. this definitely
+       deserves a sane implementation in 1.3 though (but without a hook
+       return value, without seq_id hackery and with recursion checks).
+
+Mon Jan 11 13:18:37 1999  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwindow.c:
+       (gtk_window_key_release_event): 
+       (gtk_window_key_press_event): only pass key events to the focus widget
+       if it is sensitive.
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): don't popup the
+       submenu if it isn't sensitive.
+       (gtk_menu_item_paint): state_type doesn't need to be reset to
+       GTK_STATE_INSENSITIVE if the widget is insensitive anyways.
+
+       * gtk/gtkcontainer.c (gtk_container_real_focus): 
+       * gtk/gtklist.c (gtk_list_focus): 
+       * gtk/gtkmenushell.c (gtk_menu_shell_move_selected): 
+       * gtk/gtknotebook.c (gtk_notebook_focus): 
+       s/GTK_WIDGET_SENSITIVE/GTK_WIDGET_IS_SENSITIVE/ since a widgets
+       sensitivity is determined through the parent as well,
+       GTK_WIDGET_SENSITIVE is only of interest inside gtkwidget.c, everywhere
+       else GTK_WIDGET_IS_SENSITIVE (widget) needs to be used to check for
+       sensitivity.
+
+       * gtk/gtkaccelgroup.c (gtk_accel_group_activate): don't activate
+       object if it is an insensitive widget.
+
+Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>
+
+       * gtk/gtktypeutils.[ch]: add gtk_type_{add,remove}_creation_hook().
+       You can have a notification when a type is created.
+
+1999-01-11  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmain.c (gtk_propagate_event): added an assertement.
+
+Sun Jan 10 14:45:37 1999  Owen Taylor  <otaylor@gtk.org>
+
+       * gtk/gtktext.c (text_properties_equal): Fixed
+       cut and paste bug when comparing text property
+       bg colors.
+       [ Matt Aubury <Matt.Aubury@comlab.ox.ac.uk> ]
+
+1999-01-10  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtksignal.c (gtk_signal_lookup): if the lookup failed, try
+       to initialize the object class and reattempt the lookup, reported
+       by Paolo Molaro <lupus@lettere.unipd.it>.
+
 Sat Jan  9 17:36:20 1999  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS.