| Commit message (Expand) | Author | Age | Files | Lines |
* | combobox: Correct the CSS node docs | Matthias Clasen | 2016-03-02 | 1 | -5/+6 |
* | combo: Add .linked class when appropriate | Matthias Clasen | 2016-01-15 | 1 | -2/+2 |
* | combobox: Document the popup window CSS node | Matthias Clasen | 2016-01-15 | 1 | -1/+2 |
* | combo box: Add diagrams to CSS documentation | Matthias Clasen | 2015-11-03 | 1 | -0/+12 |
* | GtkComboBoxText: Use the new helpers | Matthias Clasen | 2015-04-27 | 1 | -65/+78 |
* | gtk: Don't use GObjectClass.constructor | Jasper St. Pierre | 2014-06-26 | 1 | -10/+4 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -2/+2 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -8/+7 |
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -3/+3 |
* | docs: Use "#" for refsect2 instead of ## | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
* | docs: Convert to markdown | Matthias Clasen | 2014-02-02 | 1 | -8/+3 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | Fix string allocation handling with GtkBuilder translations | Kalev Lember | 2013-06-08 | 1 | -2/+1 |
* | GtkComboBoxText: Improved GtkBuildable documentation. | Tristan Van Berkom | 2013-05-12 | 1 | -8/+5 |
* | Fix a few memory leaks wrt to translations | Matthias Clasen | 2013-04-28 | 1 | -1/+1 |
* | Add missing annotation for gtk_combo_box_text_get_active_text() | Tristan Brindle | 2013-01-04 | 1 | -2/+2 |
* | Documentation: Correct references to properties. | Murray Cumming | 2012-02-15 | 1 | -1/+1 |
* | GtkComboBoxText: allow id='' tag in builder markup | Ryan Lortie | 2012-01-04 | 1 | -1/+6 |
* | comboboxtext: Set entry-text-column and id-column props in the constructor | Kjell Ahlstedt | 2011-12-30 | 1 | -7/+10 |
* | Fix incomplete > entities in docs. | Laszlo Pandy | 2011-08-13 | 1 | -2/+2 |
* | Make gtk_combo_box_text_get_active_text() behave as documented | Matthias Clasen | 2011-02-19 | 1 | -6/+14 |
* | Add some missing symbols to the docs | Matthias Clasen | 2011-02-08 | 1 | -4/+5 |
* | Changed GtkComboBoxText <items> builder parser to use g_string_append_len(). | Tristan Van Berkom | 2011-01-26 | 1 | -7/+2 |
* | Fix GtkComboBoxText GtkBuildable <items> parsing to handle incomming text acc... | Tristan Van Berkom | 2011-01-26 | 1 | -22/+26 |
* | More doc build fixes | Matthias Clasen | 2011-01-10 | 1 | -1/+2 |
* | Added GtkBuildable support for specifying <items> in GtkComboBoxText. | Tristan Van Berkom | 2011-01-10 | 1 | -6/+226 |
* | Documentation fixes | Matthias Clasen | 2011-01-06 | 1 | -2/+3 |
* | GtkComboBox(Text): Add documentation about the entry | Milan Bouchet-Valat | 2011-01-04 | 1 | -2/+8 |
* | [GtkComboBoxText] Add checks for id-column/entry-text-column >= 0 | Milan Bouchet-Valat | 2010-12-11 | 1 | -0/+3 |
* | Bug 619148 - "active ID" properties (GtkComboBox) | Ryan Lortie | 2010-11-30 | 1 | -4/+97 |
* | gtkcomboboxtext: remove unused variable | Xan Lopez | 2010-10-26 | 1 | -1/+0 |
* | Revert the id-column patch | Matthias Clasen | 2010-10-23 | 1 | -32/+2 |
* | docs: GtkComboBoxText: more fixes | Javier Jardón | 2010-10-23 | 1 | -2/+2 |
* | docs: Some fixes in GtkComboboxText notations | Javier Jardón | 2010-10-23 | 1 | -3/+3 |
* | Add a way to associate numeric ids with combobox values | Matthias Clasen | 2010-10-23 | 1 | -41/+42 |
* | comboboxtext: Add gtk_combo_box_text_remove_all() | Christian Dywan | 2010-10-21 | 1 | -0/+19 |
* | Don't add a second cell renderer | Matthias Clasen | 2010-10-18 | 1 | -9/+30 |
* | Fix some GtkComboBoxText problems | Matthias Clasen | 2010-10-16 | 1 | -1/+3 |
* | GtkComboBoxText: Use gtk_combo_box_text_remove instead gtk_combo_box_text_rem... | Javier Jardón | 2010-10-16 | 1 | -1/+1 |
* | Add docs for GtkComboBoxText | Matthias Clasen | 2010-10-15 | 1 | -0/+18 |
* | Add gtk_combo_box_text_new_with_entry | Matthias Clasen | 2010-10-15 | 1 | -7/+22 |
* | Use text column value in GtkComboBoxText | Christian Dywan | 2010-10-15 | 1 | -9/+19 |
* | Added GtkComboBoxText api | Christian Dywan | 2010-10-15 | 1 | -0/+220 |