summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget-specific :focus-on-click propertiesFlorian Müllner2015-11-031-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: add Gtk*Class docsWilliam Jon McCann2014-01-201-0/+11
* Add some missing deprecation annotationsMatthias Clasen2013-08-131-4/+4
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+42
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkComboBox: Add the format-entry-text signal.Tristan Van Berkom2011-10-061-2/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* GtkComboBox: Improve gtk_combo_box_set_active_idMatthew Barnes2011-04-261-1/+1
* Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenuTristan Van Berkom2011-01-051-9/+9
* Added new constructors gtk_combo_box_new_with_area and gtk_combo_box_new_with...Tristan Van Berkom2011-01-041-0/+2
* Bug 619148 - "active ID" properties (GtkComboBox)Ryan Lortie2010-11-301-0/+6
* GtkComboBox: Add a constructor that takes a model and adds an entryMatthias Clasen2010-10-291-4/+5
* Revert the id-column patchMatthias Clasen2010-10-231-3/+0
* Add a way to associate numeric ids with combobox valuesMatthias Clasen2010-10-231-0/+3
* Remove GtkComboBoxEntry and the combo box text apiMatthias Clasen2010-10-201-20/+0
* Add padding to class structsMatthias Clasen2010-10-191-1/+2
* Allow GtkComboBox popup to be wider than the combo itself.Tristan Van Berkom2010-10-171-0/+4
* Deprecate the old combobox text convenience apiMatthias Clasen2010-10-151-0/+4
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-0/+6
* gtkcombobox: unseal private pointerJavier Jardón2010-07-131-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-0/+2
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-2/+0
* Bug 382291 – Automatically dim the combobox when the model is emptyMatthias Clasen2008-08-041-0/+4
* Seal priv pointer in GtkComboBox.Tim Janik2008-06-201-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Add a tearoff-title property, with getter and setter. (#316482, OlexiyMatthias Clasen2005-11-211-0/+5
* Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntryMatthias Clasen2005-04-011-1/+3
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Fix #150125:Matthias Clasen2004-08-161-0/+3
* Change the api for separators to use a separator function instead of aMatthias Clasen2004-07-301-3/+5
* New function necessary to make GtkComboBox accessible. (#132847, PadraigMatthias Clasen2004-07-271-0/+1
* Add a combo box cell renderer.Matthias Clasen2004-07-161-0/+3
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-0/+4
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-021-1/+1
* Support tearoffable combo boxes (in menu mode). Add a new property,Matthias Clasen2004-05-101-0/+4
* Reverse accidental commit.Matthias Clasen2004-05-061-11/+0
* Add missing getters for readwrite properies. (#135649)Matthias Clasen2004-05-061-0/+3
* Add gtk_combo_box_get_active_text() convenience function. (#136372,Matthias Clasen2004-05-061-0/+12
* A forgotten file.Matthias Clasen2004-02-171-0/+4
* move function to a somewhat more logical place,Kristian Rietveld2003-11-191-0/+2
* Fixes #124373, Murray Cumming.Kristian Rietveld2003-11-161-3/+6
* Fix licensing (I managed to put it under GPL licensing instead ofKristian Rietveld2003-10-241-8/+8
* add padding to the class structure. ditto. ditto.Kristian Rietveld2003-10-151-0/+6
* New function to set the active row by iter.Jonathan Blandford2003-10-141-0/+4
* Move GET_PRIVATE macros from header to implementation.Matthias Clasen2003-10-111-1/+0
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-011-12/+0