summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Correct the CSS node docsMatthias Clasen2016-03-021-5/+6
* combo: Add .linked class when appropriateMatthias Clasen2016-01-151-2/+2
* combobox: Document the popup window CSS nodeMatthias Clasen2016-01-151-1/+2
* combo box: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+12
* GtkComboBoxText: Use the new helpersMatthias Clasen2015-04-271-65/+78
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-10/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-8/+7
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-3/+3
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* Fix string allocation handling with GtkBuilder translationsKalev Lember2013-06-081-2/+1
* GtkComboBoxText: Improved GtkBuildable documentation.Tristan Van Berkom2013-05-121-8/+5
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-1/+1
* Add missing annotation for gtk_combo_box_text_get_active_text()Tristan Brindle2013-01-041-2/+2
* Documentation: Correct references to properties.Murray Cumming2012-02-151-1/+1
* GtkComboBoxText: allow id='' tag in builder markupRyan Lortie2012-01-041-1/+6
* comboboxtext: Set entry-text-column and id-column props in the constructorKjell Ahlstedt2011-12-301-7/+10
* Fix incomplete &gt; entities in docs.Laszlo Pandy2011-08-131-2/+2
* Make gtk_combo_box_text_get_active_text() behave as documentedMatthias Clasen2011-02-191-6/+14
* Add some missing symbols to the docsMatthias Clasen2011-02-081-4/+5
* Changed GtkComboBoxText <items> builder parser to use g_string_append_len().Tristan Van Berkom2011-01-261-7/+2
* Fix GtkComboBoxText GtkBuildable <items> parsing to handle incomming text acc...Tristan Van Berkom2011-01-261-22/+26
* More doc build fixesMatthias Clasen2011-01-101-1/+2
* Added GtkBuildable support for specifying <items> in GtkComboBoxText.Tristan Van Berkom2011-01-101-6/+226
* Documentation fixesMatthias Clasen2011-01-061-2/+3
* GtkComboBox(Text): Add documentation about the entryMilan Bouchet-Valat2011-01-041-2/+8
* [GtkComboBoxText] Add checks for id-column/entry-text-column >= 0Milan Bouchet-Valat2010-12-111-0/+3
* Bug 619148 - "active ID" properties (GtkComboBox)Ryan Lortie2010-11-301-4/+97
* gtkcomboboxtext: remove unused variableXan Lopez2010-10-261-1/+0
* Revert the id-column patchMatthias Clasen2010-10-231-32/+2
* docs: GtkComboBoxText: more fixesJavier Jardón2010-10-231-2/+2
* docs: Some fixes in GtkComboboxText notationsJavier Jardón2010-10-231-3/+3
* Add a way to associate numeric ids with combobox valuesMatthias Clasen2010-10-231-41/+42
* comboboxtext: Add gtk_combo_box_text_remove_all()Christian Dywan2010-10-211-0/+19
* Don't add a second cell rendererMatthias Clasen2010-10-181-9/+30
* Fix some GtkComboBoxText problemsMatthias Clasen2010-10-161-1/+3
* GtkComboBoxText: Use gtk_combo_box_text_remove instead gtk_combo_box_text_rem...Javier Jardón2010-10-161-1/+1
* Add docs for GtkComboBoxTextMatthias Clasen2010-10-151-0/+18
* Add gtk_combo_box_text_new_with_entryMatthias Clasen2010-10-151-7/+22
* Use text column value in GtkComboBoxTextChristian Dywan2010-10-151-9/+19
* Added GtkComboBoxText apiChristian Dywan2010-10-151-0/+220