]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715,
[~andy/gtk] / ChangeLog.pre-2-8
index cdfa77e7e99a4c9be30b6fc4d2066a32cf3bbed2..dbd574a564a9756fefe854e8fb9b02502022fc59 100644 (file)
@@ -1,5 +1,127 @@
+Sun Apr 18 17:06:03 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gdk/x11/gdkkeys-x11.c (get_effective_keymap): Make
+       gdk_keymap_translate_keyboard_state() handle NULL
+       keymaps. (#139715, Torsten Schoenfeld).
+
+Sun Apr 18 16:59:21 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * configure.in: Don't erase GDK_EXTRA_CFLAGS. Fixes bug 139586,
+       reported by Pedro RODRIGUEZ, about compilation problems when
+       Xcursor is installed in a non-standard location.
+
+Sun Apr 18 16:15:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah
+       Newren.
+       
+       * gdk/x11/gdkwindow-x11.[ch]: Add new internal function
+       _gdk_x11_set_user_time() to set the _NET_WM_USER_TIME property.
+
+       * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add user_time field
+
+       * gdk/x11/gdkdisplay-x11.c: Add _NET_WM_USER_TIME to list of
+       precached atoms.
+       
+       * gdk/x11/gdkinput-x11.c, gdk/x11/gdkevents-x11.c: Set the
+       property on user interaction.
+
+2004-04-15  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilesel.c (open_new_dir): Tell the user to use
+       G_FILENAME_ENCODING, not G_BROKEN_FILENAMES.  Fixes #114065.
+
+       * gtk/gtkfilechooserdefault.c (split_uris): Use a variant of the
+       code from gtkfilesel.c to parse a "text/uri-list" blob.  Fixes
+       #140126.
+
+2004-04-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
+       * gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
+
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c: 
+       * gtk/gtkwidget.c: 
+       Make all style properties readonly.
+
+2004-04-14  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcolorsel.c: Add a11y relations between the color
+       wheel and the spin buttons.  (#132745, Padraig, O'Briain)
+
+       * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): Document
+       the meaning of size == -1.
+
+       * gtk/gtkwidget.c (gtk_widget_render_icon): Explicitly accept  
+       a size of -1.  (#137436, Brian Cameron)
+
+       * gtk/gtkcombobox.c: Make the arrow and separator regular
+       children of an hbox inside the button, and propagate state
+       changes from the button to the cell view.  (part of the fix
+       for #138650, should also fix #137535)
+
+       * gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
+       state to gtk_cell_renderer_render() when prelighted. (part 
+       of the fix for #138650)
+
+       * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
+       Use PRELIGHT state when appropriate.  (part of the fix for 
+       #138650)
+
+       * gtk/gtkcombobox.c (gtk_combo_box_relayout): Don't spit 
+       out warnings if called before the combo box is 
+       realized.  (#139742, Philip Langdale)
+
+Wed Apr 14 03:45:39 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_expose): propagate expose
+       events to children.
+
+Wed Apr 14 03:32:58 2004  Jonathan Blandford  <jrb@gnome.org>
+
+       * gtk/gtkpathbar.c (make_directory_button): remove spurious
+       gtk_box_pack_start.
+
+Tue Apr 13 16:19:23 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkpathbar.c (make_directory_button): patch from Owen to
+       make the buttons sized by a bold label.  This makes the text
+       'swim' a little, but stops the buttons from resizing, #137210
+
+2004-04-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkuimanager.c (get_child_node): Don't crash if a node 
+       has no name.
+       (start_element_handler): Accept separators without unique 
+       names.  (#133302, Anders Carlsson)
+
+       * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
+       possible accelerator gotcha when using this function.  (#139641, 
+       Christian Persch)
+
+       * gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
+       list nodes.  (#138862, Morten Welinder)
+
+Tue Apr 13 12:24:49 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_destroy): remove unused
+       variable.
+       (gtk_tree_view_button_press): If we activated the row we don't
+       want to grab focus back, as moving focus to another widget is
+       pretty common, #138458
+
+2004-04-12  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Added
+       documentation to all the signals.
+
 2004-04-12  Matthias Clasen  <mclasen@dhcp64-228.boston.redhat.com>
 
+       * gtk/gtkcombobox.c (gtk_combo_box_unset_model): Don't unref
+       model if it is NULL. (#139770)
+
        * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Typo fix.
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Don't add