From a20e13541380dd2148dda61b2c52d196a70b20df Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 28 Jan 2003 20:51:11 +0000 Subject: Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtk 2003-01-28 Marco Pesenti Gritti * lib/widgets/ephy-editable-toolbar.c: (toolbar_node_new), (item_node_new), (find_node_from_action), (add_action), (parse_item_list), (parse_toolbars), (load_defaults), (load_toolbar), (toolbar_list_to_xml), (toolbar_list_to_string), (ui_update), (queue_ui_update), (drag_data_received_cb), (drag_data_delete_cb), (drag_data_get_cb), (setup_toolbar_drag), (do_merge), (ephy_editable_toolbar_set_merge), (ephy_editable_toolbar_init), (build_to_drag_actions_list), (setup_editor), (button_press_cb), (show_editor), (set_all_actions_sensitive), (ephy_editable_toolbar_edit): * src/ephy-window.c: (add_widget): Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtk dnd doesnt really like it :(. Implement reordering. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a2e44cb5..16d647a83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-01-28 Marco Pesenti Gritti + + * lib/widgets/ephy-editable-toolbar.c: (toolbar_node_new), + (item_node_new), (find_node_from_action), (add_action), + (parse_item_list), (parse_toolbars), (load_defaults), + (load_toolbar), (toolbar_list_to_xml), (toolbar_list_to_string), + (ui_update), (queue_ui_update), (drag_data_received_cb), + (drag_data_delete_cb), (drag_data_get_cb), (setup_toolbar_drag), + (do_merge), (ephy_editable_toolbar_set_merge), + (ephy_editable_toolbar_init), (build_to_drag_actions_list), + (setup_editor), (button_press_cb), (show_editor), + (set_all_actions_sensitive), (ephy_editable_toolbar_edit): + * src/ephy-window.c: (add_widget): + + Reimplement data using GNode, cleaner. + Give up on "autoapply" for now, gtk dnd doesnt really + like it :(. + Implement reordering. + 2003-01-27 Marco Pesenti Gritti * embed/ephy-embed.c: (ephy_embed_base_init): -- cgit