summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-12/+12
* Fix memory leaks caused by the failure to free the result ofMatthias Clasen2003-12-211-1/+3
* Fixes #108458.Kristian Rietveld2003-12-191-0/+61
* Combo box flipping support.Kristian Rietveld2003-12-121-12/+49
* move function to a somewhat more logical place,Kristian Rietveld2003-11-191-20/+47
* Fixes based on comments from Owen Taylor, #125264.Kristian Rietveld2003-11-181-52/+32
* Add mouse wheel support. (#126517)Matthias Clasen2003-11-171-0/+29
* Temporary size requisition fix. Will fix it for real tonight.Kristian Rietveld2003-11-171-6/+10
* Fixes #124373, Murray Cumming.Kristian Rietveld2003-11-161-61/+149
* 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