]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
removed unused return value.
[~andy/gtk] / ChangeLog.pre-2-0
index bbce5a0323890140e2dd18fea2165bfeee895f6e..ec4ec7fc27468dfdb12ddf5609e249953efc4b17 100644 (file)
@@ -1,3 +1,130 @@
+2002-01-27  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkstyle.c (sanitize_size): removed unused return value.
+
+Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
+       send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
+
+Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
+       in the grab_widget == NULL case. (Bug reported by 
+       Padraig O'Briain, #69735)
+
+       * gtk/gtkplug.c (handle_modality_on): Realize the modality
+       window so gtk_widget_event() doesn't complain :-((((.
+
+2002-01-25  Federico Mena Quintero  <federico@ximian.com>
+
+       Merge from gdk-pixbuf stable.
+
+       * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
+       conversion --- swap the individual 16 bit values instead of taking
+       everying as a 32 bit value.
+       (rgb565lsb): Likewise.
+       (rgb555lsb): Likewise.
+       (rgb555msb): Likewise.
+
+2002-01-25  Alex Larsson  <alexl@redhat.com>
+
+       * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
+       Implement copy_to_image instead of get_image
+       
+       * gdk/linux-fb/gdkimage-fb.c:
+       Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
+       _gdk_fb_copy_to_image.
+       Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
+
+       * gdk/linux-fb/gdkmain-fb.c:
+       Make ENABLE_FB_MANAGER region larger.
+
+       * gdk/linux-fb/gdkprivate-fb.h:
+       Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
+
+2002-01-25  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
+       that gtk-doc doesn't get confused.
+
+Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
+       that the passed in arrow is always _UP or _DOWN, this catches
+       false invocations which lead to drawing artefacts.
+       (start_spinning): likewise, i.e. sanity check the passed in arrow.
+       (gtk_spin_button_button_release): fix arrow redrawing.
+       (gtk_spin_button_button_press): must set click_child for
+       button3 even if we don't take spinning action right away.
+
+       * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
+       valid values for click_child.
+
+Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
+       return current FALSE if x is smaller than the current visible area,
+       not than the requested area, don't correct y coordinate,
+       TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
+
+Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c
+        (gtk_tree_view_motion_draw_column_motion_arrow): fix column
+        reordering fully.
+        (gtk_tree_view_size_allocate): fix evil bug.
+
+Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
+       the model until we clean up all the other objects
+       that might refer to the object.
+
+2002-01-24  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkaccessible.h: include gtk/gtkwidget.h
+
+Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
+       Use insensitive state for insensitive arrows, not
+       just an "etched state". (#67172, Adrian Custer)
+
+2002-01-23  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
+       been declared.
+
+2002-01-23  Damon Chaplin  <damon@ximian.com>
+
+       * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
+       0.9, since we need to use the new --type-init-func argument for
+       gtkdoc-scangobj.
+
+2002-01-23  Matthias Clasen  <matthiasc@poet.de>
+
+       * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
+       g_return_if_fail() calls. (#57615)
+
+       * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
+       it work for paths with underline accelerators. (#69247)
+
+Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
+       Stop spinning if widget becomes insensitive. (#56248)
+
+Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkspinbutton.c (EPSILON): Decreate value since
+       we now use doubles.
+
+Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
+       I introduced accidentally, #69358
+
 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
 
        * gtk/gtktreestore.c (gtk_tree_store_iter_children):