summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Add a destroy implementation in order to set priv->cell_view to NULLMatthias Clasen2004-02-241-1/+15
* Fix the allocation for the toggle button so that it actually shows up inMatthias Clasen2004-02-231-1/+1
* Add notification, and avoid excessive relayouting.Matthias Clasen2004-02-231-8/+23
* Split declaration and assignment of combo_box.Matthias Clasen2004-02-151-18/+55
* Remove arbitrary low upper limits on the xpad, ypad, width and heightMatthias Clasen2004-02-111-6/+24
* Add appropriate type casts for the gtk_window_set_screen() call.Manish Singh2004-02-081-3/+3
* Make popups come up on the same screen as the combo box. (#133544, MortenMatthias Clasen2004-02-081-3/+31
* Actually free the lists. Pointed out by Morten Welinder.Matthias Clasen2004-02-061-9/+2
* Add a finalize function to plug a few memory leaks. (#133544, MortenMatthias Clasen2004-02-051-2/+27
* Support mnemonic_activate here as well.Matthias Clasen2004-02-051-1/+1
* Add this function, to make mnemonic_activate work for combo boxes.Matthias Clasen2004-02-051-6/+5
* Fix the logic of the depth one check. (#133488, Christian Persch)Matthias Clasen2004-02-051-2/+20
* 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