Martin Nordholts
fa2d05ab4e
Bug 633291 - Handle Shift-keys in X11 gdk_test_simulate_key()
...
If a level 1 key maps to a key value passed to
gdk_test_simulate_key(), raise the GDK_SHIFT_MASK flag so the reqested
key value is generated. Also add a regression test for this fix.
2011-02-13 12:34:19 +01:00
Alexander Larsson
9ef87ea11e
Handle non-native windows in the gdk test utils
...
We need to add the non-native offset to the root coords when
sending events.
2009-07-08 18:47:43 +02:00
Matthias Clasen
8ea8b1ee48
Typo fixes and small doc improvements
...
svn path=/trunk/; revision=21929
2008-12-26 04:20:28 +00:00
Matthias Clasen
856b37bb89
Remove a C99ism. Pointed out by Eric Lamarque
...
* gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
Remove a C99ism. Pointed out by Eric Lamarque
svn path=/trunk/; revision=21886
2008-12-13 08:05:11 +00:00
Matthias Clasen
a1b44ad8cf
Some GDK doc additions
...
svn path=/trunk/; revision=20770
2008-07-04 21:52:54 +00:00
Matthias Clasen
a8d1c9808c
Documentation fixes
...
svn path=/trunk/; revision=19577
2008-02-15 18:37:34 +00:00
Tim Janik
40695ee368
Fixed copyright for newly submitted files.
...
svn path=/trunk/; revision=19014
2007-11-20 17:44:06 +00:00
Tim Janik
4f7a2da8e8
Moved Gdk test functions from Gtk+ to Gdk test utils.
...
* gdk/Makefile.am: added gdktestutils.h to public includes.
* gdk/gdk.h: added gdktestutils.h to public includes.
* gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
gdk_test_render_sync.
* gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.
* gdk/x11/Makefile.am: build gdktestutils-x11.c.
* gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
gdk_test_simulate_key, gdk_test_render_sync.
* gtk/gtktestutils.c:
* gtk/gtktestutils.h:
* gtk/gtk.symbols: removed gtk_test_simulate_button
gtk_test_simulate_key, gtk_test_xserver_render_sync.
* gtk/tests/testing.c: call gdk_test_render_sync.
svn path=/trunk/; revision=19012
2007-11-20 15:03:31 +00:00