]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Add support for OS X like sliding of toolbar items during drag and drop,
[~andy/gtk] / ChangeLog.pre-2-8
index 67208be49afb82b7570e115508818a153c567649..4ec6b36843bef8541a39760c68e81497a1f35f16 100644 (file)
@@ -1,3 +1,130 @@
+Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       Add support for OS X like sliding of toolbar items during drag and
+       drop, (#110919, Dave Bordoley)
+
+       Make dnd highlighting the responsibility of the
+       application. (Fixes #116298, Owen Taylor)
+
+       * gtk/gtktoolbar.h: Add prototypes for new API.
+       
+       * gtk/gtktoolbar.c
+       (physical_to_logical, logical_to_physical): new functions
+       converting between "position including placeholders" and "position
+       excluding placeholders".
+       (gtk_toolbar_class_init): remove drag_leave and drag_motion
+       handlers
+       (struct _ToolbarContent): new struct containing information
+       related to toolbar items.
+       (gtk_toolbar_highlight_drop_location): new public function
+       (gtk_toolbar_unhighlight_drop_location): new public function
+       
+       * tests/testtoolbar.c
+       (toolbar_drag_motion, toolbar_drag_leave): new functions
+       (main): connect to dnd signals.  Make the "New" item expand to
+       make drag and drop more exciting.
+
+Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
+       _set_active, not _set_active_item.
+
+Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.h: add padding to the class structure.
+       * gtk/gtkcomboboxentry.h: ditto.
+       * gtk/gtkentrycompletion.h: ditto.
+
+Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_get_active),
+       (gtk_combo_box_set_active): mention in the docs that -1 is a valid
+       value and what it means.
+
+       * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
+       item to -1 (default),
+       (gtk_combo_box_entry_active_changed): do nothing when the index is
+       < 0.
+
+Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
+       to set the active row by iter.
+
+       * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
+       to get the active row by iter.
+
+2003-10-13  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
+       operations on windows if the tree view is not mapped.
+       (gtk_tree_view_button_press): Compare equal types of pointers, not
+       GtkWidget* vs. GtkTreeView*.
+
+Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
+       the reset of first_sel_changed, as after the first popup the treeview
+       will always have a row selected and will thus not focus_to_cursor.
+
+       * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
+       whether the keyval should move the completion selection cursor (used
+       to avoid ending up with extreme cluttered code), also added
+       all KP_ equivalents of the keys here,
+       (gtk_entry_completion_key_press): Keynav tweaks based on comments
+       from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
+       as possible current selection, implement Home/End keys, modified
+       the down key to stop cycling. Maybe page up/down should be implemented
+       at some later time.
+
+Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
+       as documented when pixmap or mask is NULL.  (#124081) 
+
+Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
+       I was adding the signal block/unblock code. Oops. (Noticed by
+       Marco Pesenti Gritti).
+
+Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
+       (set_interp_type), (main): port over from option menu to GtkComboBox.
+
+Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
+
+       * tests/testmenus.c: Still uses option menus, so turn off
+       GTK_DISABLE_DEPRECATED.
+
+Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkalignment.[hc]: 
+       * gtk/gtkcombobox.[hc]: 
+       * gtk/gtkcomboboxentry.[hc]: 
+       * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
+       from header to implementation.
+
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
+Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkactiongroup.h: 
+       * gtk/gtkaction.h: 
+       * gtk/gtkradioaction.h: 
+       * gtk/gtkradiotoolbutton.h: 
+       * gtk/gtkseparatortoolitem.h: 
+       * gtk/gtktoggleaction.h: 
+       * gtk/gtktoolitem.h: 
+       * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++.  (#124351, Murray Cumming)
+
 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is