]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Add getters corresponding to the is_active and has_toplevel_focus
[~andy/gtk] / ChangeLog.pre-2-6
index d3076b238d00e2f4b8f9483ce152ace1db8be8bb..405ec78612ffacc532010c7fbd1e510aec5ce6bd 100644 (file)
@@ -1,3 +1,136 @@
+Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.[ch] (gtk_window_is_active, 
+       gtk_has_toplevel_focus): Add getters corresponding to
+       the is_active and has_toplevel_focus properties.
+       (#122531)
+
+Tue Oct 28 10:18:55 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_is_active): 
+
+2003-10-28  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkexpander.c:
+       (gtk_expander_class_init): hook up the destroy handler.
+       (gtk_expander_destroy), (gtk_expander_unrealize):
+       remove the expand/collapse timeout on destroy instead
+       of unrealize to avoid leaving the expander in a inconsistent
+       state when unrealizing during animation.
+       (gtk_expander_start_animation): remove realized check.
+       (gtk_expander_set_expanded): if the widget isn't realized,
+       expand immediately.
+
+Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
+       do nothing when recipient is NULL, as described in the
+       doc comment. (#123107, Thomas Leonard)
+
+Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (gtk_check_version): Move docs inline,
+       rewrite docs, mention memory management for the return
+       value. (Partly addresses #125549, Michael Natterer)
+
+2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
+       Changew index to filter_index to fix compilation error.
+
+       * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
+
+Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
+
+       * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
+       we have RandR support, for XRRUpdateConfiguration declaration.
+
+       * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
+       declaration.
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
+       length a gsize variable, since that's what g_file_get_contents()
+       expects.
+
+Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * NEWS: Fix attribution for above/below EWMH work.
+
+Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
+       as a construct-only property.  (#125475, Murray Cumming)
+
+Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       Fix bug 116297 and 125472
+       
+       * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
+       this function take an index and a GtkToolItem.
+
+       * tests/testtoolbar.c (main): Make "Show Arrow" default to
+       true. Make one of the separators !draw and expand.
+       Update for new highlight_drop_location() API.
+
+       * gtk/gtktoolitem.[ch]: Remove "pack_end" property
+
+       * gtk/gtktoolbar.h: Formatting fixes.
+
+       * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
+       separator tool items to expand.
+       (logical_to_physical, physical_to_logical): Fix off-by-one errors
+       (Fix #125472, Marco Pesenti Gritti)
+
+       * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
+       (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
+       return FALSE, not TRUE.
+       (gtk_separator_too_item_{set|get}_property,
+       (gtk_separator_tool_item_{set|get}_draw): new functions
+
+Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * === Released 2.3.0 ===
+
+       * configure.in: Remove a stray comma.
+
+       * README.in: Fix a few notes about Xft 1 and pango-1.0.
+
+       * NEWS: Finish updates for 2.3.0.
+
+       * po/Makefile.in.in: Update to latest GLib version.
+
+Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
+       gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
+       gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
+       under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
+       Sandmann).
+
+Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelfilter.h: add padding to the class structure.
+
+2003-10-23  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
+       (gtk_file_chooser_remove_filter): Likewise.
+       (gtk_file_chooser_select_all): Added docs.
+       (gtk_file_chooser_unselect_all): Likewise.
+
+       * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
+
+       * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
+
+Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilefilter.c: 
+       * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
+
+Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
+
 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
 
        * NEWS: Remove a few duplicates, group the menu changes.