summaryrefslogtreecommitdiff
path: root/tests/testoffscreen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-17/+16
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-3/+2
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-6/+6
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-6/+6
* Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()Javier Jardón2010-10-301-3/+2
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Port tests to GtkScrollable API instead of deprecated GtkLayout APIVincent Untz2010-10-301-5/+5
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-12/+12
* testoffscreen: Connect to draw signalBenjamin Otte2010-09-261-14/+15
* testoffscreen: Remove unused codeBenjamin Otte2010-09-261-15/+0
* tests/testoffscreen.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* tests: Make testoffscreen use CairoBenjamin Otte2010-07-261-8/+11
* Use accessor funtions to access GtkLayoutJavier Jardón2010-07-131-14/+22
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-071-2/+0
* Replace option menu with combo box in testoffscreenChristian Dywan2010-05-031-9/+13
* Build more testapps, use G_PI instead of M_PIHans Breuer2009-07-131-1/+1
* Add offscreen testcaseAlexander Larsson2009-04-021-0/+381