]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Use /usr/share/pixmaps only on Unix.
[~andy/gtk] / ChangeLog.pre-2-8
index 704e371959e7d3acb990a406f4fa30c9061a2d8f..f4b338ebc24982af3a03349885b4d9ee781c1f58 100644 (file)
@@ -1,3 +1,287 @@
+2004-12-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
+       only on Unix.
+
+2004-12-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
+       submenu direction from the parent menu.
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
+       Return a boolean indicating whether an item in the submenu
+       was selected.
+       (gtk_real_menu_shell_move_current): When going in child 
+       direction, don't get stuck at completely insensitive 
+       submenus.  (#162055, Billy Biggs)       
+
+2004-12-27  Matthias Clasen  <mclasen@redhat.com>
+
+       Make the clipboard image API more robust (#162357, 
+       Torsten Schoenfeld):
+       
+       * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
+       ref the pixbuf if it is NULL.
+
+       * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
+       NULL-terminate the varargs in the call to 
+       gdk_pixbuf_save_to_buffer(). 
+       (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
+       if there is data to load.
+
+2004-12-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
+       Set x_root and y_root in button and motion events from 
+       extended input devices.  (#148715, Robert Ögren)
+
+       * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
+       typo.  (#162339, Alessio Dessi)
+
+       * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
+       properties as new since 2.4.  (#156101, Billy Biggs)
+
+       * configure.in: Add a warning about the linux-fb 
+       target.  (#155488, Zeeshan Ali)
+
+       * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
+       Torsten Schoenfeld)
+
+2004-12-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
+       Typo fix.  (#162219, Masao Mutoh)
+       (gtk_file_chooser_set_preview_widget_active): 
+       Another typo.  (#162218, Masao Mutoh)
+
+2004-12-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkliststore.c (gtk_list_store_iter_children): 
+       Return TRUE if there are children.  (#162134, Iñigo Serna,
+       patch by John Finlay)
+
+       * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
+       Transfer state from the button to the cell view to get
+       prelighting right.  (#156327, Ricardo Veguilla)
+
+Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
+       timeout. Written by Christian Persch.
+
+Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       Bug #161561
+       
+       * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
+       background for windows that get expose events. 
+
+       * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
+       hack to repaint !expose windows.
+
+Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       Bug #147497, make menu items activate immediately when you release
+       the button.
+       
+       * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
+       items activate immediately.
+
+       * gtk/gtkmenu.c (definitely_within_item): New function
+       * gtk/gtkmenu.c (check_threshold): New function
+
+2004-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
+       null the mnemonic_menu when unsetting a mnemonic, reported
+       by Owen Taylor.
+
+2004-12-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkliststore.c (generate_order): Generate the order the
+       way it is supposed to be, order[new_pos] == old_pos.
+       (gtk_list_store_reorder): Invert the order before using it.
+
+2004-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
+
+       * gtk/gtkliststore.c (generate_order): Generate the order the
+       way it is supposed to be, order[new_pos] == old_pos.
+       (gtk_list_store_reorder): Invert the order before using it.
+
+       * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
+       list store fix.
+
+Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/queryimmodules.c (main): print out the version and binary
+       name in the header comment.  Problem reported by Seth Nickell.
+
+2004-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
+       root path to gtk_tree_model_rows_reordered().  (#161720,
+       Marcin Krzyzanowski)
+
+       * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
+       translate NULL messages.  (#161789, Morten Welinder)
+
+       * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
+       the secondary label on show_all().  (#161707, Christian Persch)
+
+2004-12-19  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
+       Use wide character API when available. Use UTF-8 for filenames.
+
+       * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
+       the string's trailing zero byte in the property's length, just for
+       safety.
+
+2004-12-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserentry.c (check_completion_callback) 
+       (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
+
+       * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
+       (shortcuts_drag_outside_idle_cb): Add missing 
+       GDK_THREADS_ENTER/LEAVE.  (#161604)
+       
+       * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
+       (list_select_func): Don't call gtk_file_info_get_is_folder()
+       on NULL. 
+
+       * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
+       (gtk_about_dialog_init): Add missing initializations.  (#161646,
+       Torsten Schoenfeld)
+
+2004-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.6.0 ===
+
+       * gtk/gtkmenuitem.c: Add a forgotten cast.  (Morten Welinder) 
+
+       * gtk/gtkfilechooserbutton.c: Add another forgotten include. (Morten
+       Welinder)
+
+2004-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c (dialog_response_cb): Only unblock the handlers
+       if they are blocked.
+
+       * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): Don't
+       crash if enable_search is FALSE.  (#161267, Jorn Baayen)
+
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_mnemonic_activate): 
+       Re-fix #152925, reported by Dennis Cranston.
+
+2004-12-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c: Add missing includes.
+
+       * configure.in: Require glib 2.6.0 for 
+       g_filename_display_basename.
+
+       * gtk/gtkentrycompletion.[hc]: Make the prefix parameter 
+       to the insert-prefix signal a const gchar* instead of a 
+       gchar*.  (#161415, Murray Cumming)
+       Also remove an unused static function.
+
+2004-12-15  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info):
+       Use g_filename_display_basename to calculate display name.
+
+2004-12-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/abicheck.sh: Strip out PRIVATE
+
+       * NEWS: Updates
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first) 
+       (gtk_real_menu_shell_activate_current): Use 
+       _gtk_menu_item_popup_submenu() to make keynav into submenus work
+       instantaneously, independent of the popup delay.  (#161140)
+
+       * gtk/gtkmenuitem.[hc]: _-prefix gtk_menu_item_popup_submenu() and
+       make it non-static.
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove unused variables.
+
+2004-12-15  James M. Cape  <jcape@ignore-your.tv>
+
+       * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate)
+       (gtk_file_chooser_button_init)
+       (gtk_file_chooser_button_file_chooser_iface_init)
+       (gtk_file_chooser_button_add_shortcut_folder)
+       (gtk_file_chooser_button_remove_shortcut_folder) 
+       (gtk_file_chooser_button_constructor)
+       (gtk_file_chooser_button_set_property)
+       (gtk_file_chooser_button_destroy)
+       (gtk_file_chooser_button_finalize)
+       (get_icon_theme) (get_display_name_for_path) (model_get_type_position)
+       (model_free_row_data) (model_add_special) (model_add_other)
+       (model_add_volumes) (model_add_bookmarks)
+       (model_update_current_folder) (model_remove_rows)
+       (filter_model_visible_func) (combo_box_row_separator_func)
+       (name_cell_data_func) (update_combo_box) (fs_volumes_changed_cb)
+       (fs_bookmarks_changed_cb) (combo_box_changed_cb)
+       (change_icon_size): Use a GtkComboBox in SELECT_FOLDER mode (#157726).
+
+       * gtk/gtkfilechooserbutton.c:
+       * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_new)
+       (gtk_file_chooser_button_new_with_backend): Add @action to constructors
+       to match other GtkFileChooser impls. API CHANGE.
+
+       * docs/tools/widgets.c (create_file_button):
+       * tests/testfilechooserbutton.c (main): Update callers.
+
+       * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Reflect API
+       change.
+
+       * tests/testfilechooserbutton.c: Add LGPL license.
+       (main): Added GOption parser for --backend and --right-to-left cmd line
+       args.
+       (add_pwds_parent_as_shortcut_clicked_cb)
+       (del_pwds_parent_as_shortcut_clicked_cb) (tests_button_clicked_cb):
+       Add shortcut_folders test.
+       (chooser_current_folder_changed_cb) (chooser_selection_changed_cb)
+       (chooser_file_activated_cb) (chooser_update_preview_cb): Print URIS,
+       not filenames.
+
+2004-12-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserdefault.c (get_is_file_filtered): Don't 
+       try to filter if impl->current_filter is NULL.  (#161329, 
+       R. McFarland) 
+
+2004-12-14  Federico Mena Quintero  <federico@ximian.com>
+
+       Merged from gtk-2-4:
+
+       Fix #145470:
+
+       * gtk/gtkfilechooserdefault.c
+       (gtk_file_chooser_default_initial_focus): Queue a pending
+       operation to select the first row if we are not finished loading
+       yet.
+       (gtk_file_chooser_default_class_init): Override GtkWidget::map().
+       (gtk_file_chooser_default_map): New ::map() handler; refresh the
+       file and bookmark lists.
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_class_init):
+       Override GtkWidget::map() and GtkWidget::unmap().
+       (gtk_file_chooser_dialog_constructor): Don't call initial_focus()
+       here.
+       (gtk_file_chooser_dialog_map): Map the file chooser widget if
+       needed.  Call initial_focus() here.
+       (gtk_file_chooser_dialog_unmap): Unmap the file chooser widget.
+       When we are re-mapped, the widget will get mapped as well and it
+       will have a chance to refresh.
+
 2004-12-14  Matthias Clasen  <mclasen@redhat.com>
 
        * README.win32: Fix a typo