summaryrefslogtreecommitdiff
path: root/tests/testwindows.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Don't force black background in testwindowsBenjamin Otte2014-10-121-2/+0
|
* testwindows: Remove another reference to set_double_bufferedJasper St. Pierre2014-06-211-1/+0
|
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-15/+15
| | | | With the exception of GtkActions and the tests for stock items.
* testwindows: Add a button to cause a repaintAlexander Larsson2011-12-011-0/+18
| | | | This makes it easy to find various kinds of repaint bugs
* testwindows: Test transparent backgroundsAlexander Larsson2011-12-011-14/+64
|
* tests: Make testwindows use GtkGridBenjamin Otte2011-09-271-95/+31
|
* tests: Make testwindows dialog even more beautifulBenjamin Otte2011-09-271-1/+1
|
* tests: Make editing window look more beautifulBenjamin Otte2011-09-271-0/+8
|
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-3/+2
|
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-4/+4
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
|
* tests: Get rid of gdk_drawable_get_size() usage in testwindowsBenjamin Otte2010-09-261-12/+10
|
* tests: No need to allocate colors anymoreBenjamin Otte2010-09-261-2/+0
|
* tests/testwindows.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-5/+8
|
* tests: unbreak testwindows testBenjamin Otte2010-08-151-3/+0
| | | | Delete code that was broken and also used the APIs I just removed.
* tests: remove "draw drawable" button from testwindows testBenjamin Otte2010-08-101-26/+0
| | | | | draw_drawable is gone soon. And testing the proper functioning of drawing calls is Cairo's job anyway.
* Replace gdk_rgb_find_color()Benjamin Otte2010-08-101-1/+2
| | | | Use gdk_colormap_alloc_color() instead.
* [gdk] Remove GdkWindowObject public structureJavier Jardón2010-07-011-12/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622677
* Fix warning about pointer/int confusionVincent Untz2009-09-121-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=594679
* Deprecate GDK_WINDOW_OBJECT and GdkWindowObjectAlexander Larsson2009-09-041-0/+1
|
* Add test for gdk_window_restackAlexander Larsson2009-09-021-1/+43
|
* Make win32 backend build and minimally workAlexander Larsson2009-07-011-0/+2
|
* Fix too many args warningAlexander Larsson2009-06-031-1/+1
| | | | Apparently we missed one place when converting gdk_window_ensure_native
* Rename gdk_window_set_has_native to gdk_window_ensure_nativeAlexander Larsson2009-06-011-2/+2
| | | | | | | | This also removes the (unimplemented) possibility to change a window to non-native. This seems generally not very useful, and there are some problems with it, for instance if two "users" need a window to be native and then one of the "users" doesn't need it anymore it can't change it back, because it is unaware of the other reason the window is native.
* Add some test for draw_drawable graphics exposuresAlexander Larsson2009-05-271-0/+26
|
* testwindows - support for manually selecting window pos and sizeAlexander Larsson2009-04-021-2/+111
|
* Add support for scrolling to testwindowsAlexander Larsson2009-04-021-1/+71
|
* Make testwindows support multiple selected windowsAlexander Larsson2009-04-021-80/+193
|
* tests/testwindows - play with GdkWindowsAlexander Larsson2009-04-021-0/+743