summaryrefslogtreecommitdiff
path: root/tests/testassistant.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-2/+2
* Deprecate GtkFileChooser and implementationsMatthias Clasen2022-10-291-0/+2
* tests: Stop using radio buttonsMatthias Clasen2020-08-301-13/+14
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-7/+7
* Use gtk_window_destroyMatthias Clasen2020-05-111-7/+7
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-26/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+16
* Drop GtkAssistantPage::has-paddingMatthias Clasen2019-02-151-1/+0
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-4/+4
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-4/+2
* box: Remove fill child propertyTimm Bäder2017-04-251-5/+4
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-7/+3
* Update callersMatthias Clasen2017-01-191-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-7/+6
* Add a more complex widget in the flipping assistantSébastien Granjoux2015-10-291-3/+8
* testassistant: Add another exampleMatthias Clasen2015-10-261-0/+88
* testassistant: Remove padding from the filechooser pageMatthias Clasen2015-06-141-0/+1
* Add a filechooser-in-assistant exampleMatthias Clasen2015-06-141-0/+6
* tests: Stop using GtkAlignmentMatthias Clasen2014-05-231-10/+9
* tests: fix button underline in testassistantWilliam Jon McCann2014-01-291-0/+1
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* testassistant: don't use deprecated functionsCosimo Cecchi2011-05-061-18/+5
* testassistant: some more testsMatthias Clasen2011-05-061-2/+59
* tests: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-3/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-3/+3
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-3/+3
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-5/+5
* let the close button reflect the page_complete status of SUMMARY pagesSven Herzberg2009-12-101-2/+12
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Actually implement visibility handling, and addMatthias Clasen2006-01-311-5/+26
* GtkAssistant stuffMatthias Clasen2006-01-301-15/+125
* GtkAssistant testsMatthias Clasen2006-01-211-0/+454