diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-03 06:11:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-03 06:11:03 +0800 |
commit | 652c24e831a4913d8f43a8835512a943a420c63e (patch) | |
tree | 678a0b7e65332e86b3cd0f5524d6ac4ede882a08 /ChangeLog | |
parent | efbfe12a61f3908722e7ec6f8c26afb3c6e1ce5b (diff) | |
download | gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar.gz gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar.bz2 gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar.lz gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar.xz gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.tar.zst gsoc2013-epiphany-652c24e831a4913d8f43a8835512a943a420c63e.zip |
Show drag icon with page title + URL when dragging from the drag handle.
2005-11-02 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c: (favicon_create_drag_pixmap),
(favicon_button_press_event_cb), (favicon_button_release_event_cb),
(favicon_motion_notify_event_cb),
(ephy_location_entry_construct_contents):
Show drag icon with page title + URL when dragging from the drag
handle.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2005-11-02 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-location-entry.c: (favicon_create_drag_pixmap), + (favicon_button_press_event_cb), (favicon_button_release_event_cb), + (favicon_motion_notify_event_cb), + (ephy_location_entry_construct_contents): + + Show drag icon with page title + URL when dragging from the drag + handle. + +2005-11-02 Christian Persch <chpe@cvs.gnome.org> + * data/ui/epiphany-ui.xml: * src/ephy-window.c: (update_popup_actions_visibility), (show_embed_popup): |