summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
Commit message (Expand)AuthorAgeFilesLines
* combobox: Make combo box activatableMaximiliano Sandoval R2021-11-041-1/+2
* Remove ATKEmmanuele Bassi2020-07-261-2/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-4/+4
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* combobox: Derive from GtkWidgetMatthias Clasen2020-05-041-3/+3
* combobox: Add a child propertyMatthias Clasen2020-05-041-0/+7
* combo box: Use standard paddingMatthias Clasen2019-05-261-4/+1
* combo box: Remove leftovers in the headerMatthias Clasen2019-04-061-17/+0
* combobox: Remove priv pointerTimm Bäder2018-06-161-4/+0
* combobox: Remove property cell-areaDaniel Boles2017-01-211-4/+0
* ComboBox: Fix whitespaceDaniel Boles2016-12-011-1/+1
* combobox: Remove deprecated APITimm Bäder2016-10-181-6/+0
* API: menu: Remove tearoff supportBenjamin Otte2016-10-161-12/+0
* 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