From b4ccfc8ea4cf00327a44cb814997d8ede9cd1706 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 27 Jan 2003 20:05:34 +0000 Subject: Implement dragging from the editor. It's stilly buggy but I didnt expect 2003-01-27 Marco Pesenti Gritti * configure.in: * data/ui/epiphany-toolbar.xml.in: * lib/widgets/ephy-editable-toolbar.c: (copy_toolbars), (is_action_in_toolbars), (is_separator), (find_toolbar_from_widget), (add_action_to_list), (parse_item_list), (toolbar_list_to_xml), (toolbar_list_to_string), (drag_data_received_cb), (drag_motion_cb), (drag_drop_cb), (setup_toolbar_drag), (do_merge), (ephy_editable_toolbar_set_merge), (ephy_editable_toolbar_init), (ephy_editable_toolbar_finalize), (drag_data_get_cb), (build_to_drag_actions_list), (setup_editor), (set_all_actions_sensitive), (ephy_editable_toolbar_edit): * src/ephy-favicon-action.c: (create_tool_item), (ephy_favicon_action_class_init): * src/ephy-location-action.c: (create_tool_item), (ephy_location_action_class_init): * src/ephy-spinner-action.c: (create_tool_item), (ephy_spinner_action_class_init): Implement dragging from the editor. It's stilly buggy but I didnt expect to get that working so soon :) --- data/ui/epiphany-toolbar.xml.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/ui/epiphany-toolbar.xml.in b/data/ui/epiphany-toolbar.xml.in index b95092dcf..4f32a5f56 100644 --- a/data/ui/epiphany-toolbar.xml.in +++ b/data/ui/epiphany-toolbar.xml.in @@ -2,9 +2,17 @@ + + + + + + + + -- cgit v1.2.3