diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-01-29 04:51:11 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-29 04:51:11 +0800 |
commit | a20e13541380dd2148dda61b2c52d196a70b20df (patch) | |
tree | aa010485cd41f9db34b6ba6b1bf9e7fae6d88d2c /ChangeLog | |
parent | 8dd9ad57a1f3e8829047040c537c851a86a81b23 (diff) | |
download | gsoc2013-epiphany-a20e13541380dd2148dda61b2c52d196a70b20df.tar.gz gsoc2013-epiphany-a20e13541380dd2148dda61b2c52d196a70b20df.tar.zst gsoc2013-epiphany-a20e13541380dd2148dda61b2c52d196a70b20df.zip |
Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtk
2003-01-28 Marco Pesenti Gritti <marco@it.gnome.org>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2003-01-28 Marco Pesenti Gritti <marco@it.gnome.org> + + * 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 <marco@it.gnome.org> * embed/ephy-embed.c: (ephy_embed_base_init): |