From dff9e866bb4f2fc18074d5c638733ee860746f9b Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 29 Jan 2003 21:06:40 +0000 Subject: Complete (or nearly) toolbar editor implementation. Bookmarks are 2003-01-29 Marco Pesenti Gritti * lib/ephy-bonobo-extensions.c: (ephy_bonobo_clear_path), (ephy_bonobo_replace_path): * lib/ephy-bonobo-extensions.h: * lib/ephy-marshal.list: * lib/ephy-string.c: (ephy_str_to_int): * lib/ephy-string.h: * lib/widgets/ephy-editable-toolbar.c: (impl_get_action), (add_action), (parse_item_list), (add_toolbar), (parse_toolbars), (load_defaults), (load_toolbar), (drag_data_received_cb), (setup_toolbar_drag), (ensure_toolbars_min_size), (do_merge), (ephy_editable_toolbar_class_init), (editor_get_dimensions), (hide_editor), (editor_close_cb), (editor_add_toolbar_cb), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (setup_editor), (button_press_cb), (show_editor), (ephy_editable_toolbar_edit), (ephy_editable_toolbar_get_action): * lib/widgets/ephy-editable-toolbar.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_bookmark_id): * src/bookmarks/ephy-bookmarks.h: * src/session.c: (session_load): * src/toolbar.c: (go_location_cb), (toolbar_get_action), (toolbar_class_init), (toolbar_init): Complete (or nearly) toolbar editor implementation. Bookmarks are implemented too, but some minor problems are stopping them to work. --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a90e449fb..8ec581e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2003-01-29 Marco Pesenti Gritti + + * lib/ephy-bonobo-extensions.c: (ephy_bonobo_clear_path), + (ephy_bonobo_replace_path): + * lib/ephy-bonobo-extensions.h: + * lib/ephy-marshal.list: + * lib/ephy-string.c: (ephy_str_to_int): + * lib/ephy-string.h: + * lib/widgets/ephy-editable-toolbar.c: (impl_get_action), + (add_action), (parse_item_list), (add_toolbar), (parse_toolbars), + (load_defaults), (load_toolbar), (drag_data_received_cb), + (setup_toolbar_drag), (ensure_toolbars_min_size), (do_merge), + (ephy_editable_toolbar_class_init), (editor_get_dimensions), + (hide_editor), (editor_close_cb), (editor_add_toolbar_cb), + (editor_drag_data_received_cb), (editor_drag_data_delete_cb), + (setup_editor), (button_press_cb), (show_editor), + (ephy_editable_toolbar_edit), (ephy_editable_toolbar_get_action): + * lib/widgets/ephy-editable-toolbar.h: + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_bookmark_id): + * src/bookmarks/ephy-bookmarks.h: + * src/session.c: (session_load): + * src/toolbar.c: (go_location_cb), (toolbar_get_action), + (toolbar_class_init), (toolbar_init): + + Complete (or nearly) toolbar editor implementation. + Bookmarks are implemented too, but some minor problems + are stopping them to work. + 2003-01-29 Christian Neumair * src/window-commands.c: Changed Copyright notice. -- cgit v1.2.3