]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Just return if the parameters are identical. (#150159, Robert Ögren)
[~andy/gtk] / ChangeLog.pre-2-6
index a7e7d6ffa92ccadbb73eaf2cb6bb6aed93ec69e1..b4741e23ececddffb8ddcc11aed58e2b6d238d07 100644 (file)
@@ -1,3 +1,319 @@
+Tue Aug 24 21:46:42 2004  Søren Sandmann  <sandmann@redhat.com>
+
+       * gtk/gtksequence.c (_gtk_sequence_move): Just return if the
+       parameters are identical. (#150159, Robert Ögren)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle 
+       action_group being NULL.  (#150869,  Tommi Komulainen)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkimage.c (allocate_scratch_images): Use the correct 
+       index variable.  (#150941, Tommi Komulainen)
+
+2004-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header
+       height and adjustment into account.  (#136496, Pawek Salek)
+
+Mon Aug 23 17:19:19 2004  Jonathan Blandford  <jrb@redhat.com>
+
+       * configure.in:
+       * docs/tools/Makefile.am (clean-local): add the doc shooter to the
+       docs dir as an uninstalled helper tool.
+
+2004-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (show_window_internal): Make it compile.
+
+       * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a 
+       user_time field.
+
+       * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update
+       toplevel->user_time.
+       (show_window_internal): Update the user time when re-mapping a
+       toplevel window.  (#150502, Elijah Newren)
+
+2004-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix #150822, reported by Christian Persch
+       
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width
+       appropriately when ellipsized.
+       (gtk_label_size_allocate): Only set the layout width if there
+       is a layout.
+
+2004-08-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest
+       EWMH additions to the _NET_ACTIVE_WINDOW client message 
+       format.  (#150668, Elijah Newren)
+
+Mon Aug 23 01:17:59 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused
+       bits in pixel to 1s in case they are used as alpha; copying
+       code from gdk_colormap_alloc_colors().  (#150466, Rich Wareham)
+
+2004-08-22  Philip Langdale  <plangdale@vmware.com>
+
+       * gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals
+       (gtk_action_sync_property and gtk_action_sync_sensitive) were
+       not being correctly disconnected, leading to actions continuing
+       to affect disconnected proxies. (#150607)
+
+2004-08-22  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal,
+       gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP
+       windows in the Task Manager. Implement by calling
+       gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim
+       Evans)
+
+       * gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open):
+       Report whole of (primary) monitor, including any taskbars.
+       Excluding the taskbar area from the "root window" reported to GDK
+       doesn't seem to be that useful although gdk/win32 had been doing it
+       for a very long time. (#149013, see also #145467 and #148526)
+
+Sun Aug 22 16:55:15 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkexpander.c
+       * gtk/gtkalignment.c: 
+       * gtk/gtktexttag.c
+       Make enums match property names. Found by a script by Tommi
+       Komulainen.
+
+       * gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup.
+
+Sun Aug 22 16:09:49 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkliststore.h (struct _GtkListStore): 
+       * gtk/gtkliststore.c (gtk_list_store_init): 
+       * gtk/gtkliststore.c (gtk_list_store_insert): 
+       * gtk/gtkliststore.c (gtk_list_store_remove): 
+       Restore length field; PyGTK and maybe others use it directly.
+
+Sun Aug 22 15:46:56 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkpaned.c (gtk_paned_class_init):
+       s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/
+
+       * gtk/gtkfontbutton.c (gtk_font_button_class_init):
+       s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/
+
+       Both pointed out by Tommi Komulainen.
+
+Sun Aug 22 13:44:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION,
+       not PROP_MIN_POSITION for the max_position property. Fix pointet
+       out by Tommi Komulainen.
+
+Sun Aug 22 13:32:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the
+       position so we don't create paths with off-list
+       indices. (#150320).
+
+Sun Aug 22 12:04:59 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the
+       correct tree path (#150289, Morten Welinder).
+
+Sun Aug 22 00:08:44 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #150406, reported by Fernando San Martín Woerner, patch
+       by Gustavo Carneiro.
+       
+       * gtk/gtkentrycompletion.c 
+       (gtk_entry_completion_default_completion_func): Check that 
+       column is of type G_TYPE_STRING before proceeding.
+
+Sat Aug 21 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an 
+       uninitialized tree iter.  (#150414, Torsten Schoenfeld)
+
+Sat Aug 21 23:29:54 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Fix #150738, Tomislav Jonjic.
+       
+       * gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS): 
+       * gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS): 
+       * gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS): 
+       * gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS): 
+       * gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS): 
+       * gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS): 
+       * gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS): 
+       * gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
+
+Wed Aug 18 17:25:26 2004  Manish Singh  <yosh@gimp.org>
+
+       * demos/testpixbuf-save.c
+       * demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts.
+
+       * demos/gtk-demo/appwindow.c: Make activate_email and activate_url
+       match the arguments for GtkAboutDialogActivateLinkFunc.
+
+Wed Aug 18 16:18:00 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_inserted): Initialize height
+       from fixed_height before we do anything, so it always has a valid
+       value.
+
+       * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Fix call
+       to gtk_tree_model_get (missing "," in param list).
+
+2004-08-18  Federico Mena Quintero  <federico@ximian.com>
+
+       Merged from 2.4:
+
+       Fixes #149251:
+
+       * gtk/gtkfilechooserdefault.c: Renamed SHORTCUTS_COL_PATH to
+       SHORTCUTS_COL_DATA.  Add SHORTCUTS_COL_IS_VOLUME, to determine
+       easily whether the SHORTCUTS_COL_DATA points to a GtkFilePath or a
+       GtkFileSystemVolume.
+       (shortcuts_model_create): Create a boolean column for
+       SHORTCUTS_COL_IS_VOLUME.
+       (shortcuts_reload_icons): Simplify with the use of the
+       SHORTCUTS_COL_IS_VOLUME column.  Don't leak the pixbuf.
+       (shortcuts_insert_path): Add the SHORTCUTS_COL_IS_VOLUME data.
+       (shortcuts_free_row_data): New helper function; frees the data
+       columns for an iter.
+       (shortcuts_remove_rows): Don't take a callback for freeing the
+       data; free everything here instead.  Use
+       shortcuts_free_row_data().
+       (volume_remove_cb): Removed.
+       (remove_bookmark_cb): Removed.
+       (remove_row_cb): Make this a single generic function to delete
+       rows.
+       (shortcuts_add_volumes): Use remove_row_cb().
+       (shortcuts_add_bookmarks): Likewise.
+       (struct _GtkFileChooserDefault): Removed the
+       shortcuts_current_folder_is_volume field.
+       (shortcuts_add_current_folder): Oops, don't free the volume.
+       (remove_current_folder_cb): Removed.
+       (shortcut_find_position): Simplify through the use of the
+       SHORTCUTS_COL_IS_VOLUME column.
+       (remove_selected_bookmarks): Assert that we don't get a volume.
+       (shortcuts_reorder): Likewise; also, plug a leak.
+       (gtk_file_chooser_default_remove_shortcut_folder): Simplify
+       through the use of shortcuts_remove_rows().
+       (gtk_file_chooser_default_list_shortcut_folders): Assert that we
+       don't get a volume.
+       (shortcuts_activate_iter): Simplify.
+       (home_folder_handler): Simplify by using
+       shortcuts_activate_iter().
+       (shortcuts_free): New function; frees all the data columns.
+       (gtk_file_chooser_default_finalize): Unref the
+       shortcuts_filter_model and the shortcuts model data first.
+
+Wed Aug 18 08:31:17 2004  Manish Singh  <yosh@gimp.org>
+
+       * gtk/gtkiconview.c: Applied patch from Olivier Andrieu to fix
+       bug #150440.
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_init): xdg_data_dirs should
+       match constness attributes of g_get_system_data_dirs ().
+
+2004-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the 
+       directories specified in the icon theme spec: $HOME/.icons, 
+       $XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look 
+       in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons.  (#148694)
+       
+
+       * gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
+       painting the shadows.  (#150351, Tim Janik)
+
+2004-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.
+
+       * gdk/gdk.symbols: Don't use #if defined().
+
+       * gdk/Makefile.am (gdkalias.h): 
+       * gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.
+
+       * gdk/makegdkalias.pl: 
+       * gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
+       keep the #ifdefs which differentiate between platforms.
+
+       * gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no 
+       longer needed.
+
+2004-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
+       rtl testing.
+
+       * gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
+       (gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
+       (gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
+       (gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
+       seems to expect a path, not an uri.
+       (update_dialog): Handle g_filename_from_uri() returning NULL, don't free
+       info if it is NULL. 
+
+       * gtk/gtkfilechooserbutton.h: Minor stylistic changes.
+
+2004-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.[hc]: New widget to go along with 
+       GtkFontButton and GtkColorButton for use in preference dialogs.
+       Replaces GnomeFileEntry.  (#148108, James M. Cape)
+
+       * gtk/gtk.h: Include gtkfilechooserbutton.h
+
+       * gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
+       (gtk_c_sources): Add gtkfilechooserbutton.c
+
+       * gtk/gtk.symbols: Add the GtkFileChooserButton symbols.
+
+       * gtk/gtkfilechooserutils.[hc]: Make the delegate quark available. 
+
+       * gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
+       to suppress tab-eating using the new eat_tabs argument. Adjust all
+       callers.
+
+       * tests/testfilechooserbutton.c: Test for GtkFileChooserButton.
+
+       * tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
+
+2004-08-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.
+
+       * gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
+       use the available size closest to 48.  (#150147)
+
+       * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
+       a pointer to the beginning of the sizes array, not the end.
+
+2004-08-16  Morten Welinder  <terra@gnome.org>
+
+       * tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
+       Fix g_print %-strings.
+
+       * gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
+
+2004-08-16  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "bs" to ALL_LINGUAS.
+
+Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       
+       * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
+       change the default behaviour to focus on click.
+
+       * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
+
 Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset):