summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-08-29 18:28:23 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-08-29 18:28:23 +0000
commit545b40a1b306cf2603d2a845eda320624e901683 (patch)
treeecdef4048435fcf335f5403c70f0da78bf0ee1a6 /ChangeLog.pre-2-10
parent4ec7006f282d3570b9ecff8e9e5eaef484f0723f (diff)
downloadgtk+-545b40a1b306cf2603d2a845eda320624e901683.tar.gz
Only treat buttons as homogeneous when they are narrower than 13 time the
Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they are narrower than 13 time the estimated character width of the font. (#107781, David Bordoley) * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check here if the GtkToggleButton is active. This may be the case if it is a radio button. * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc vs. void (*) (GtkWidget, gpointer). (#107495, Mariano Suarez-Alvarez). * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio" property. (#111207, David Bordoley). * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_create_menu_proxy): use new "draw_as_radio" property on the menu item when the item is a radio tool button * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes to only pay attention to the "use_underline" property when the button label comes from the "label" property.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1026
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 029c9b8544..d3905424db 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,29 @@
+Fri Aug 29 20:32:07 2003 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
+ are narrower than 13 time the estimated character width of the
+ font. (#107781, David Bordoley)
+
+ * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
+ here if the GtkToggleButton is active. This may be the case if it
+ is a radio button.
+
+ * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
+ vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
+ Suarez-Alvarez).
+
+ * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
+ property. (#111207, David Bordoley).
+
+ * gtk/gtktoggletoolbutton.c
+ (gtk_toggle_tool_button_create_menu_proxy): use new
+ "draw_as_radio" property on the menu item when the item is a radio
+ tool button
+
+ * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
+ to only pay attention to the "use_underline" property when the
+ button label comes from the "label" property.
+
2003-08-29 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.