summaryrefslogtreecommitdiff
path: root/tests/testcombo.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-2/+1
* tests: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-22/+22
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-4/+4
* tests: Fix testcomboAlexander Mikhaylenko2020-05-111-12/+12
* Use gtk_combo_box_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-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/+15
* testcombo fixupMatthias Clasen2019-01-231-34/+1
* Drop a grid combo exampleMatthias Clasen2019-01-231-99/+0
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-13/+13
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* testcombo: Test grid :row- and :column-span-columnDaniel Boles2017-10-041-23/+27
* box: Remove fill child propertyTimm Bäder2017-04-251-13/+13
* box: Remove expand child propertyTimm Bäder2017-04-251-13/+13
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* testcombo—Don’t set appears-as-list style propertyDaniel Boles2017-01-191-14/+0
* Update callersMatthias Clasen2017-01-191-1/+1
* cellview: Remove code to modify the backgroundBenjamin Otte2016-12-191-6/+0
* 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-12/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-20/+20
* Drop an unnecessary includeMatthias Clasen2014-04-021-1/+0
* Add a big combobox test caseMatthias Clasen2014-04-021-0/+14
* Don't call deprecated combobox apiMatthias Clasen2013-09-051-1/+0
* tests: don't use tearoff menus in comboboxWilliam Jon McCann2013-07-181-6/+0
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-76/+38
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests/testcombo.c: Use GdkRGBA instead GdkColorJavier Jardón2011-12-201-4/+5
* tests: use GdkRGBA instead GdkColorJavier Jardón2011-06-131-5/+5
* Silence more compiler warningsMatthias Clasen2011-02-121-2/+0
* Added LISTMODE env var check to testcombo.c so that one can easily test listm...Tristan Van Berkom2011-01-041-0/+14
* Added aligned food menu test to testcombo.cTristan Van Berkom2011-01-041-0/+77
* Oops one of my last commits disabled some tests, re-enabling them.Tristan Van Berkom2011-01-041-4/+1
* Getting closer to updating the treemenu view properly from the model signalsTristan Van Berkom2011-01-041-2/+4
* tests: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-32/+32
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-11/+11
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-11/+11
* Use new GtkComboBoxEntry in all testsChristian Dywan2010-10-181-36/+28
* Allow GtkComboBox popup to be wider than the combo itself.Tristan Van Berkom2010-10-171-0/+54
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-3/+11
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-2/+2
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-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
* connect to notify::popup-shown instead of popup-show (the latter does notKristian Rietveld2006-10-181-1/+1
* plug small leak (#339132) dittoPaolo Borelli2006-04-201-9/+28