summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-02-14 23:16:36 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-02-14 23:16:36 +0000
commita9a58c786b8c4dd7fd3e3d6aedede43d7ea4de9e (patch)
tree816da9033c8624ebca7765f8b9db780925be3b2a /ChangeLog
parentshuffling includes to make it compile again (diff)
downloadinkscape-a9a58c786b8c4dd7fd3e3d6aedede43d7ea4de9e.tar.gz
inkscape-a9a58c786b8c4dd7fd3e3d6aedede43d7ea4de9e.zip
* src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
Revert a previous change that generated enter events for canvas items other than the current one when mouse buttons were depressed. These events are now only generated in the connector context, where they are required. (bzr r142)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ff0b589..0e596f050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-02-14 Michael Wybrow <mjwybrow@users.sourceforge.net>
+
+ * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
+
+ Revert a previous change that generated enter events for canvas items
+ other than the current one when mouse buttons were depressed. These
+ events are now only generated in the connector context, where they are
+ required.
+
2006-02-13 Michael Wybrow <mjwybrow@users.sourceforge.net>
* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,