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