summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-05-18 14:53:00 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-05-18 14:53:00 +0000
commitba7ee2270a87a0b5f16b047a2135c067a958c226 (patch)
tree10da937e3d06c69115d2bd33c54d22a975f3b9a1 /ChangeLog
parentf6906b8272635a0f2f4620675813ff538cde0c73 (diff)
downloadgtk+-ba7ee2270a87a0b5f16b047a2135c067a958c226.tar.gz
gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the
2005-05-18 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c * gdk/win32/gdkkeys-win32.c * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in lParam of WM_KEY* messages to distinguish between left and right Control and Alt keys. Unfortunately, the right Shift key doesnt set KF_EXTENDED, so to distinguish between left and right Shift keys, check the scan code. (#304584)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4defc31b5..4d31198e10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-18 Tor Lillqvist <tml@novell.com>
+
+ * gdk/win32/gdkevents-win32.c
+ * gdk/win32/gdkkeys-win32.c
+ * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
+ lParam of WM_KEY* messages to distinguish between left and right
+ Control and Alt keys. Unfortunately, the right Shift key doesnt
+ set KF_EXTENDED, so to distinguish between left and right Shift
+ keys, check the scan code. (#304584)
+
2005-05-18 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if