diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2003-10-30 02:26:30 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-30 02:26:30 +0800 |
commit | cc10162908abf03fe5e1998d5cee1b41f21e791c (patch) | |
tree | 581eb93f72aa506f35e15207347012c9c7419b18 /ChangeLog | |
parent | 12070577c357bfad452af9f0575cbd374d559a70 (diff) | |
download | gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar.gz gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar.bz2 gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar.lz gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar.xz gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.tar.zst gsoc2013-epiphany-cc10162908abf03fe5e1998d5cee1b41f21e791c.zip |
Make it use new api and make the highlighting a good deal smoother.
2003-10-29 Soren Sandmann <sandmann@daimi.au.dk>
* lib/egg/egg-editable-toolbar.c: (drag_data_received_cb),
(free_dragged_item), (toolbar_drag_drop_cb),
(toolbar_drag_motion_cb), (toolbar_drag_leave_cb),
(toolbar_added_cb), (item_removed_cb):
Make it use new api and make the highlighting a good deal
smoother.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-10-29 Soren Sandmann <sandmann@daimi.au.dk> + + * lib/egg/egg-editable-toolbar.c: (drag_data_received_cb), + (free_dragged_item), (toolbar_drag_drop_cb), + (toolbar_drag_motion_cb), (toolbar_drag_leave_cb), + (toolbar_added_cb), (item_removed_cb): + + Make it use new api and make the highlighting a good deal + smoother. + 2003-10-29 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphyBrowser.cpp: |