summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxentry.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-0/+11
* docs: Move documentation to inline comments: GtkComboBoxEntryGarrett Regier2010-10-021-0/+42
* Use GtkBin accessorsJavier Jardón2010-07-131-10/+22
* gtkcomboboxentry: unseal private pointerJavier Jardón2010-07-131-2/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Make gtk_combo_box_entry_set_text_column more forgivingMatthias Clasen2009-09-041-2/+3
* Fixed regression reported in bug #574059. (search button not available inMichael Hasselmann2009-03-101-7/+9
* Bug 545931 – small documentation typosClaudio Saavedra2008-08-021-1/+1
* Revert some accidentally committed changes.Paul Pogonyshev2008-07-061-12/+0
* Remove erroneously added g_return_if_fail (bug #541811).Christian Dywan2008-07-061-0/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+26
* Add a simple validation demo. Make it possible to add arbitrary childrenMatthias Clasen2007-04-261-37/+90
* 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