summaryrefslogtreecommitdiff
path: root/tests/testcombochange.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* tests: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* Stop setting GTK_IM_MODULE_FILEMatthias Clasen2020-06-281-9/+0
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* tests: Remove gtk_dialog_run()Emmanuele Bassi2020-05-121-10/+25
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-9/+9
* tests: Update testcombochange testAlexander Mikhaylenko2020-05-111-52/+10
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-2/+2
* tests: Add common_cflags to buildTimm Bäder2020-03-061-2/+4
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-12/+12
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-12/+12
* box: Remove expand child propertyTimm Bäder2017-04-251-12/+13
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-14/+14
* Drop most uses of GtkMisc in testsMatthias Clasen2014-05-131-27/+8
* 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
* tests: Make test_init() not check for gdk-pixbuf anymoreBenjamin Otte2011-03-291-6/+2
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-11/+16
* 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
* Adapt tests to dialog api changeMatthias Clasen2010-09-021-1/+1
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-2/+5
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add an animation mode, to test how the combobox behaves if the modelMatthias Clasen2004-03-021-2/+37
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-021-8/+6
* If the model was empty before, select the first inserted item.Owen Taylor2004-03-021-0/+271