]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Remove the no longer needed workaround.
[~andy/gtk] / ChangeLog.pre-2-8
index 587146eecc77dfecf9904fbe0ba53156128b03d8..7f8e6b38b261799440931f93130efafa0bd22137 100644 (file)
@@ -1,5 +1,94 @@
+2005-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
+       Remove the no longer needed workaround.
+
+       * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
+       allocations of mapped children.
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
+       Add a bug reference.
+
+2005-05-18  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkevents-win32.c
+       * gdk/win32/gdkkeys-win32.c
+       * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
+       lParam of WM_KEY* messages to distinguish between left and right
+       Control and Alt keys. Unfortunately, the right Shift key doesnt
+       set KF_EXTENDED, so to distinguish between left and right Shift
+       keys, check the scan code. (#304584)
+
+2005-05-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
+       length overflows.  (#161520, Ian Wienand)
+
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
+       parameter names to make gtk-doc happy.
+
+       * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
+       values of draw-value and value-pos to be the values we
+       actually use in _init. (#304547, Mikael Hallendal)
+
+       * gtk/gtkcellrendererpixbuf.c: Support named icons in
+       cells by adding a icon-name property. (#165777, Anders
+       Carlsson)
+
+       * gtk/gtk.symbols:
+       * gtk/gtktoolbutton.h: 
+       * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
+       (gtk_tool_button_get_icon_name): Support named icons in 
+       tool buttons by adding a icon-name property. (#116577, 
+       Christian Neumair)
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkdnd.h: 
+       * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
+       (gtk_drag_set_icon_name): New functions to support themed 
+       drag icons.  (#116577, Christian Neumair)
+
+2005-05-17  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
+       Update to changed cairo interface.
+
+       * gdk/x11/gdkdrawable-x11.[ch]:
+       Add _gdk_x11_drawable_update_size()
+       
+       * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
+       (gdk_window_move_resize)
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
+       Call _gdk_x11_drawable_update_size().
+
+2005-05-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
+       if the text view is not editable.  
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
+       the popup posted if the button is released over the cellview.
+       This matches the behaviour of other combo box implementations.  
+       (#171378)
+       
+       * gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
+       when recursing.  (#153682, Felipe Heidrich)
+
 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkscale.c (gtk_scale_class_init): Don't bind GDK_Page_Up 
+       and GDK_Page_Down twice.  (#168333, Hazael Maldonado Torres)
+
+       * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if 
+       the entry is not editable.  (#304171, Nikos Kouremenos)
+       
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor): 
+       Make sure the action of the button and the dialog are in sync,
+       when the dialog is provided by the app.  (#303987, David A Knight)
+
+       * gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
+       in the docs.  (#303940, Masao Mutoh)
+
        * configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
 
        * gtk/gtktoggleaction.c (connect_proxy): Be more careful when