summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxentry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in the docs.Matthias Clasen2006-07-171-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,Matthias Clasen2005-04-061-0/+11
* cast combo->priv->entry to GTK_ENTRY()Manish Singh2005-04-041-1/+1
* Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntryMatthias Clasen2005-04-011-1/+17
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+2
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Implement this in terms of gtk_combo_box_get_active_iter(), instead ofMatthias Clasen2004-07-301-21/+14
* Don't leak the list store. (#148135, Crispin Flowerday)Matthias Clasen2004-07-221-1/+1
* Add a combo box cell renderer.Matthias Clasen2004-07-161-0/+20
* 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-0/+30
* Support mnemonic_activate here as well.Matthias Clasen2004-02-051-1/+17
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* Fixes #124373, Murray Cumming.Kristian Rietveld2003-11-161-23/+47
* Fix licensing (I managed to put it under GPL licensing instead ofKristian Rietveld2003-10-241-8/+8
* Fix includes.Kristian Rietveld2003-10-231-4/+4
* it's _set_active, not _set_active_item.Kristian Rietveld2003-10-151-1/+1
* mention in the docs that -1 is a valid value and what it means.Kristian Rietveld2003-10-151-3/+3
* Move GET_PRIVATE macros from header to implementation.Matthias Clasen2003-10-111-0/+2
* only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL.Kristian Rietveld2003-10-031-18/+109
* Added API doc comments.Kristian Rietveld2003-10-021-0/+27
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-011-4/+5
* actually show the child.Kristian Rietveld2003-09-301-0/+1
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-261-0/+177