summaryrefslogtreecommitdiff
path: root/tests/testcombochange.c
Commit message (Expand)AuthorAgeFilesLines
* 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