summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Fix licensing (I managed to put it under GPL licensing instead ofKristian Rietveld2003-10-241-8/+8
* Fix includes.Kristian Rietveld2003-10-231-18/+18
* mention in the docs that -1 is a valid value and what it means.Kristian Rietveld2003-10-151-3/+6
* New function to set the active row by iter.Jonathan Blandford2003-10-141-0/+59
* Move GET_PRIVATE macros from header to implementation.Matthias Clasen2003-10-111-0/+2
* for the custom child list mode, allocate the height allocation->height toKristian Rietveld2003-10-111-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-26/+13
* only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL.Kristian Rietveld2003-10-031-2/+4
* Added API doc comments.Kristian Rietveld2003-10-021-0/+112
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-011-92/+249
* set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back toKristian Rietveld2003-09-301-0/+2
* actually show the child.Kristian Rietveld2003-09-301-0/+1
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-261-0/+2271
* Conversion to use Paolo Molaro's GtkCombo instead of GtkComboBoxOwen Taylor1998-01-201-421/+0
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* misc modsElliot Lee1998-01-131-25/+51
* copyright noticesElliot Lee1998-01-081-0/+1
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-081-0/+393