]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Use hover selection mode. (#127648, Dave Bordoley)
[~andy/gtk] / ChangeLog.pre-2-6
index 359460a5ab2ee566f9d7c5affbea8c50a7f157d7..36d2a56cc7c1d28778fc2019d2d6d5f6e88dc4fe 100644 (file)
@@ -1,3 +1,173 @@
+2004-05-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_init): 
+       * gtk/gtkcombobox.c (gtk_combo_box_list_setup): Use hover selection
+       mode.  (#127648, Dave Bordoley)
+
+       * gtk/gtktreeview.h:
+       * gtk/gtktreeview.c: Add a new property "hover_selection", which 
+       when TRUE makes the selection follow the mouse. Also add setter
+       and getter for the fixed_height property.
+
+2004-05-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_popup) 
+       (gtk_combo_box_menu_button_press): Make sure the menu pops up
+       as wide as the combobox.  (#59660, Havoc Pennington)
+
+2004-05-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.h: 
+       * gtk/gtkcombobox.c: Support tearoffable combo boxes (in menu 
+       mode). Add a new property, add-tearoffs, for this.  (#135956)
+
+       * gtk/gtkfontsel.c (list_row_activated): Make Return activate the
+       default button.  (#118921)
+
+Mon May 10 15:03:50 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtkwidget.c (_gtk_widget_grab_notify): New internal function
+       that emits the grab notify signal.
+       
+       * gtk/gtkmain.c (gtk_grab_notify_foreach): Use it here.
+
+Mon May 10 00:48:08 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenu.c: Make destruction of a torn off menu work 
+       like un-tearing off.
+
+Sun May  9 21:05:38 2004  Matthias Clasen  <maclas@gmx.de>
+
+        Merge from 2.4:
+
+       * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
+       Allow to suppress the stock accelerator by using "".  (#142196,
+       David A Knight)
+       
+Sun May  9 02:01:13 2004  Matthias Clasen  <maclas@gmx.de>
+
+        Merge from 2.4:
+       
+       * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): 
+       In list mode, accept the same mouse/wheel bindings on 
+       the cellview as on the button.  (#136967)
+
+Sun May  9 01:25:37 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkiconfactory.c (add_to_cache): Actually count the
+       cached icons.  (#135888, Crispin Flowerday)
+
+Sun May  9 00:03:03 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Make sure
+       that we actually return menus for nodes of type menu, not the
+       menuitems they're attached to.
+
+Sat May  8 22:50:55 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): 
+       Add a note regarding UTF-8 requirements, proposed by 
+       Mariano Suárez-Alvarez.
+
+Sat May  8 22:43:11 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktearoffmenuitem.h: 
+       * gtk/gtktearoffmenuitem.c: Put the torn_off flag back
+       into the GtkTearoffMenuItem struct, since it is used
+       by the Gimp, and keep it synchronized with the 
+       tearoff_state property of the parent menu.
+
+2004-05-08  Hans Breuer  <hans@breuer.org>
+
+       * gtk/gtkfilesystemwin32.c (extract_icon) : finally also
+       create the correct mask for 'pseudo mime' icons
+
+       * gdk/win32/gdkwindow-win32.c(show_window_internal) : also
+       take focus_on_map into account
+
+       * gtk/gtkselection.c : g_message() only with DEBUG_SELECTION
+
+       * gtk/gtkactiongroup.c gtk/gtkcombobox.c : 
+       ... must return a value
+
+       * gdk/gdk.def gtk/gtk.def demos/gtk-demo/makefile.msc.in : updated
+
+2004-05-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkbutton.c (gtk_button_size_allocate): Don't let the child
+       draw over the focus rectangle.
+
+       * gtk/gtkhsv.c: Draw focus indication in the color wheel using
+       standard focus style.  (#63071, Bill Haneman, idea for new
+       style by Owen Taylor)
+
+       * gtk/gtkstyle.c (gtk_default_draw_focus): Support drawing on
+       focus on the colorwheel via details.
+
+2004-05-06  Matthias Clasen  <mclasen@redhat.com>
+
+        Merge from 2.4:
+       
+       * gtk/gtkcombobox.c (gtk_combo_box_menu_state_changed): Remove
+       this no longer needed signal handler.  (#141817, Paul Pogonyshev)
+
+Fri May  7 00:41:46 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktearoffmenuitem.h: 
+       * gtk/gtktearoffmenuitem.c: Make the tearoff 
+       functionality model/view, the tearoffmenuitem being
+       the view and the tearoff_state property of the menu
+       being the model.  (#101185, Owen Taylor)
+
+       * gtk/gtkmenu.c: Add a tearoff_state property.
+
+Thu May  6 23:52:13 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Merge from 2.4:
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Also 
+       popup the submenu for items in torn off menus.  (#122051)
+
+2004-05-06  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkexpander.c (gtk_expander_size_allocate): in RTL mode,
+       position the title lable next to the arrow just as we do for LTR
+       rendering. Fixes bug #141825.
+
+2004-05-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * docs/RELEASE-HOWTO: Document the new policy of
+       bumping version numbers after release.
+
+       * configure.in: Bump version number to 2.5.0.
+
+2004-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * gtk/gtkmenu.h:
+       * gtk/gtkmenu.c: Add new function gtk_menu_get_for_attach_widget.
+       (bug #113112).
+
+Thu May  6 00:24:11 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkactiongroup.h: 
+       * gtk/gtkactiongroup.c (gtk_action_group_translate_string): 
+       New function to translate a string with translate_func.
+       (#135740)
+
+Thu May  6 00:02:21 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_get_wrap_width): 
+       (gtk_combo_box_get_row_span_column): 
+       (gtk_combo_box_get_column_span_column): Add missing getters
+       for readwrite properies. (#135649)
+
+Wed May  5 23:42:42 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcombobox.h: 
+       * gtk/gtkcombobox.c (gtk_combo_box_get_active_text): 
+       Add gtk_combo_box_get_active_text() convenience 
+       function. (#136372, Christian Neumeir, patch by Olivier Andrieu) 
+
 2004-05-05  Elijah Newren  <newren@math.utah.edu>
 
        Changes to support do-not-focus-on-map hint in conjunction with