diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-16 02:04:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-16 02:04:30 +0800 |
commit | bdadef115c9a7e35ed092891cc30c477aa56e5c6 (patch) | |
tree | 95330b0a4fdf030b6a1dbaa79867076a6058dd63 /ChangeLog | |
parent | fb5cf4145671c33d9bdfe26d824b537f0ea9e9da (diff) | |
download | gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar.gz gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar.bz2 gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar.lz gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar.xz gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.tar.zst gsoc2013-epiphany-bdadef115c9a7e35ed092891cc30c477aa56e5c6.zip |
Enable dragging the tab from a single-tab window too.
2003-09-15 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (drag_start), (drag_stop),
(motion_notify_cb), (move_tab_to_another_notebook),
(button_release_cb), (ephy_notebook_init):
Enable dragging the tab from a single-tab window too.
Correctly honour the drag threshold when starting a drag
(ported from galeon, tanks go to Crispin).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-09-15 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-notebook.c: (drag_start), (drag_stop), + (motion_notify_cb), (move_tab_to_another_notebook), + (button_release_cb), (ephy_notebook_init): + + Enable dragging the tab from a single-tab window too. + + Correctly honour the drag threshold when starting a drag + (ported from galeon, tanks go to Crispin). + 2003-09-14 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs.js: |