Files
gtk/gdk
Tor Lillqvist 8beceb3846 Remove the event_mask, it is now in GdkWindowObject.
2002-03-01  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32): Remove
	the event_mask, it is now in GdkWindowObject.

	* gdk/win32/gdkwindow-win32.c: Change accordingly. Set the
	GDK_STRUCTURE_MASK in gdk_window_set_events(), as it is always set
	in gdk_window_new(), too. (Bug#72921)

	* gdk/win32/gdkevents-win32.c: Change accordingly here, too.
	(vk_from_char): New function, calculates the virtual keycode
	corresponding to the char in a WM_CHAR message.
	(build_keypress_event, build_keyrelease_event): Use it.
	(build_keypress_event): Call ImmReleaseContext() after using the
	input context. This might plug a memory or resource leak.
	(build_key_event_state): Remove #if 0 code.
	(gdk_event_translate): Actually, it would be preferrable to always
	handle just the WM_KEYDOWN and WM_KEYUP messages, not WM_CHAR at
	all, and thus drop the contorted logic with ignore_wm_char etc.

	* gdk/win32/gdkkeys-win32.c: (gdk_keymap_get_entries_for_keyval):
	Debugging output.
	(gdk_keymap_translate_keyboard_state): Return correct value. (But
	_gtk_key_hash_lookup() doesn't check the return value...)
2002-02-28 23:38:55 +00:00
..
2001-04-03 23:11:15 +00:00
1999-09-28 20:19:13 +00:00
2001-12-23 22:59:30 +00:00
2001-12-05 00:06:40 +00:00
2001-11-30 22:55:28 +00:00
2001-09-10 16:57:38 +00:00
2002-01-11 03:47:49 +00:00
2001-12-23 22:59:30 +00:00
2002-01-31 15:48:58 +00:00
2001-12-06 21:38:12 +00:00
2001-10-03 18:19:48 +00:00
2001-03-04 00:12:55 +00:00
2002-02-18 03:29:00 +00:00
2001-03-02 20:02:17 +00:00
2001-11-30 22:55:28 +00:00
2001-10-29 07:06:37 +00:00
2000-10-09 19:49:42 +00:00