[cairo-commit] goocanvas ChangeLog,1.105,1.106

Damon Chaplin commit at pdx.freedesktop.org
Thu Apr 5 04:28:48 PDT 2007


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv26620

Modified Files:
	ChangeLog 
Log Message:
2007-04-05  Damon Chaplin  <damon at gnome.org>

	* src/goocanvas.c (goo_canvas_key_press, goo_canvas_key_release): only
	emit "key-press" and "key-release" signals on items if the canvas has
	the focus. (We were incorrectly emitting signals if an embedded widget
	had the focus, as the events were propagating up to the canvas.)



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- ChangeLog	3 Apr 2007 09:58:05 -0000	1.105
+++ ChangeLog	5 Apr 2007 11:28:40 -0000	1.106
@@ -1,3 +1,10 @@
+2007-04-05  Damon Chaplin  <damon at gnome.org>
+
+	* src/goocanvas.c (goo_canvas_key_press, goo_canvas_key_release): only
+	emit "key-press" and "key-release" signals on items if the canvas has
+	the focus. (We were incorrectly emitting signals if an embedded widget
+	had the focus, as the events were propagating up to the canvas.)
+
 2007-04-03  Damon Chaplin  <damon at gnome.org>
 
 	* Released GooCanvas 0.8



More information about the cairo-commit mailing list