]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-2
eliminated some queue_draws when invoking gtk_widget_set_state, since that
[~andy/gtk] / ChangeLog.pre-2-2
index 8c6aea934836d08c0507360b87ff25a3e9f04728..ff0e502b9ffe3b8be6c77bd2d3729837cf3b9720 100644 (file)
@@ -1,3 +1,213 @@
+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.
+
+Sat Jan  9 17:27:49 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkfilesel.c (gtk_file_selection_populate):
+       Mark another string for internationalization.
+       [ Stanislav Brabec <utx@k332.feld.cvut.cz> ]
+
+Sat Jan  9 14:02:08 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktooltips.c (gtk_tooltips_force_window): Set
+       name "gtk-tooltips" on tip window so that a style
+       can be set for tooltips.
+
+Fri Jan  8 19:00:17 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkdnd.c (gdk_window_cache_filter): Fixed
+       some list-manipulation breakage.
+
+       * gdk/gdkdnd.c (gdk_window_cache_destroy): Free 
+       window cache structure.
+
+       * gtk/gtkdnd.c (gtk_drag_set_icon_pixmap): Set an
+       event mask on the drag window so clicking on it
+       doesn't pop up root menus, etc.
+
+       * gtk/gtkdnd.c (gtk_drag_button_release_cb): Remove
+       signal handlers at button release.
+
+Fri Jan  8 00:42:00 1999  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_get_value_as_int)
+       (gtk_spin_button_get_value_as_float): call gtk_spin_button_update
+       before returning a value
+
+       * gtk/gtkclist.c (gtk_clist_motion): don't allow 'drag selections'
+       if clist is a drag source.
+       (gtk_clist_drag_begin): remove pointer grabs, end ongoing selections.
+
+       * gtk/gtkctree.c (remove_grab): copy of clist function.
+       (gtk_ctree_drag_begin): let clists drag_begin method set the
+       source info struct.
+
+Thu Jan  7 19:10:21 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkviewport.c (gtk_viewport_style_set): Fixes
+       to drawing the background of the bin window 
+       so that clearing and redrawing of child
+       widgets work properly.
+
+       * gtk/gtkwidget.c (gtk_widget_idle_draw): Juggle around
+       data so that if somebody triggers more redraw queuing
+       from a expose_event handler, it doesn't confuse the
+       heck out of GTK+. (But is highly liable to cause 
+       an infinite loop...)
+
+Thu Jan  7 12:31:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkselection.c (gtk_target_list_unref): Fix some
+       more memory leaks.
+
+Wed Jan  6 23:14:19 1999  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkctree.c (gtk_ctree_drag_motion): fix for dnd bug reported
+       by Bertrand Guiheneuf. Don't return FALSE if source widget != dest.
+       widget.
+
+Wed Jan 06 10:04:12 1999  Tristan Tarrant  <ttarrant@etnoteam.it>
+
+       * configure.in,po/it.po: added Italian translations
+
+Tue Jan 05 21:18:00 1999  George Lebl  <jirka@5z.com>
+
+       * gtk/gtkmenu.c,gtk/gtkmenuitem.c,gtk/gtkeditable.c: free the
+         event that was returned to us by gtk_get_current_event
+
+Tue Jan  5 19:01:18 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkcolorsel.c (gtk_color_selection_dialog_init): Push
+       GdkRGB's visual and colormap around the color selection
+       dialog so that the window and the previews have the
+       same colormap. If an app adds things to the colorsel
+       dialog, it will have to take care of them itself.
+
+Tue Jan  5 15:03:47 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (gtk_propagate_event): Make 
+       gtk_propagate_event() non-static, we need it in gtkdnd.c 
+       so that the button-release we synthesize gets propagated
+       correctly.
+
+       * gtk/gtkdnd.c: Use gtk_propagate_event() so
+       release gets to a GtkList. But we can't really
+       get this right without access to the windows
+       event masks and doing X-style propagation ourselves.
+
+Tue Jan  5 12:40:57 1999  Owen Taylor  <otaylor@redhat.com>
+
+        * gtk/gtkpreview.c: Add a size_allocate() routine 
+       and set the size of the preview window equal
+       to the area we are going to draw on, instead 
+       of the entire allocation. Do this to avoid having 
+       to set a parent-relative background.
+       
+Tue Jan  5 11:51:32 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable):
+       When redrawing the under-cursor character, don't
+       redraw the terminating NULL.
+       [ From: dov@imagic.weizmann.ac.il (Dov Grobgeld) ]
+
+Tue Jan  5 11:31:55 1999  Owen Taylor  <otaylor@redhat.com>
+        
+       * gtk/gtkselection.c (gtk_target_list_unref): Free
+       memory allocated for target lists.
+
+       * gtk/gtkdnd.c (gtk_drag_drop_finished): Release
+       selections before destroying info structure.
+
+       * gdk/gdkdnd.c gdktypes.h (gdk_drag_get_protocol): Add
+       new value GDK_DRAG_PROTO_NONE, use it for non-drag
+       targets, to quiet Purify.
+
+       * gdk/gdkdnd.c (gdk_window_register_dnd): Set size
+       of property properly.
+
 Mon Jan  4 03:45:42 CST 1999 Shawn T. Amundson <amundson@gtk.org>
 
        * Released GTK+ 1.1.12