summaryrefslogtreecommitdiff
path: root/tests/gtkoffscreenbox.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* tests: Remove unused variableBenjamin Otte2016-02-111-3/+0
* testoffscreen: Remove deprecated callsMatthias Clasen2016-01-291-3/+0
* Remove deprecation warnings from demos and testsMatthias Clasen2014-01-241-2/+2
* tests: Remove useless calls to gtk_widget_style_attach()Benjamin Otte2011-01-111-1/+0
* Forgotten filesMatthias Clasen2010-12-041-17/+14
* tests: Fixed argument naming inconsistancyChris Kühl2010-11-231-2/+2
* gtkoffscreenbox.c: Replace size_request by get_preferred_width/heightJavier Jardón2010-11-171-3/+32
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-141-0/+12
* tests: don't call gtk_widget_get_allocation() on NULL childrenMichael Natterer2010-10-051-4/+9
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-6/+6
* tests: Get rid of gdk_drawable_get_size() usage in offscreenboxBenjamin Otte2010-09-261-8/+6
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-2/+2
* test: Port offscreen test to draw vfuncBenjamin Otte2010-09-261-80/+65
* tests: Don't set colormap when creating offscreen windowsBenjamin Otte2010-09-261-2/+1
* API: Change offscreen windows to use a cairo_surface_tBenjamin Otte2010-09-261-6/+6
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-2/+4
* tests/gtkoffscreenbox.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-39/+55
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+8
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-15/+15
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Clean up embedding apiclient-side-windowsAlexander Larsson2009-07-011-19/+12
* Implement the new offscreen signals in GtkOffscreenBoxAlexander Larsson2009-06-081-1/+183
* Set the right parent root window for the offscreen windowsAlexander Larsson2009-06-051-2/+2
* Make offscreen windows not be in hierarchyAlexander Larsson2009-04-021-84/+2
* Add offscreen testcaseAlexander Larsson2009-04-021-0/+560