Matthias Clasen
|
bda1f35585
|
Inclusion cleanups in sources
Try to do inclusions in the same sequence, more or less.
|
2010-10-14 22:09:36 -04:00 |
|
Benjamin Otte
|
e8e657725c
|
x11: Get rid of gdk_drawable_get_size() usage
|
2010-09-26 15:11:43 +02:00 |
|
Benjamin Otte
|
b5097de481
|
gdk: gdk_drawable_get_display() => gdk_window_get_display()
|
2010-09-26 15:11:33 +02:00 |
|
Benjamin Otte
|
0f13411cb0
|
x11: Use gdk_window_get_screen() in the testutils
|
2010-09-26 15:11:33 +02:00 |
|
Benjamin Otte
|
6f5084551a
|
API: remove gdk_drawable_copy_to_image()
|
2010-08-10 21:02:26 +02:00 |
|
Javier Jardón
|
404e7d0e00
|
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
|
2010-07-10 02:21:31 +02: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 |
|