summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-08-29 22:42:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-08-29 22:42:37 +0000
commit879880e746658f1f722ffc4a63635fc307409810 (patch)
tree09d3d768819fbe20deef6bcb4bbc63921babd641 /ChangeLog
parenta5c6a1759d76a5220dbfed2d0c94fbddf283f421 (diff)
downloadgtk+-879880e746658f1f722ffc4a63635fc307409810.tar.gz
Add a boolean property, "add_tearoffs" with setter and getter. If it is
2003-08-30 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with setter and getter. If it is set, add tearoff menu items to regular menus, but not to popups. * tests/testmerge.c: Add button to test the generation of tearoff menu items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 299a288b47..ecf27dacd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,19 @@
+2003-08-30 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with
+ setter and getter. If it is set, add tearoff menu items to regular
+ menus, but not to popups.
+
+ * tests/testmerge.c: Add button to test the generation of tearoff
+ menu items.
+
2003-08-29 Matthias Clasen <maclas@gmx.de>
- * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Actually group the actions
- together rather than putting each in its own group.
+ * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): Actually
+ group the actions together rather than putting each in its own group.
- * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on proxy menu items
- for radio actions.
+ * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on proxy
+ menu items for radio actions.
* gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.