summaryrefslogtreecommitdiff
path: root/tests/testcombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a tearoff-title property, with getter and setter. (#316482, OlexiyMatthias Clasen2005-11-211-0/+1
* Add show-popup and hide-popup signals and emit them when the popup isMatthias Clasen2005-11-101-1/+130
* Demonstrate custom widgets in a GtkComboBox.Matthias Clasen2005-10-091-0/+74
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+18
* remove unused function.Manish Singh2005-02-041-1/+0
* Don't use gtk_cell_renderer_set_values().Matthias Clasen2004-12-141-14/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* Some trees in combo boxes.Matthias Clasen2004-08-021-11/+759
* Change the api for separators to use a separator function instead of aMatthias Clasen2004-07-301-8/+19
* Don't leak models. (#148128, Tommi Komulainen)Matthias Clasen2004-07-221-2/+7
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-1/+0
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-4/+25
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-1/+28
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New convenience API to construct simple text combos, implemented by DamonMatthias Clasen2004-02-261-27/+16
* grrrr. broken pipe.Kristian Rietveld2003-11-161-3/+3
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-011-18/+22
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-261-0/+313