| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText. | Matthias Clasen | 2004-08-07 | 1 | -33/+75 |
* | Remove accidentally committed debug code. | Matthias Clasen | 2004-08-03 | 1 | -9/+0 |
* | Optimize for the case that row_column and col_column are unset. (#148868, | Matthias Clasen | 2004-08-03 | 1 | -85/+79 |
* | Rework the combo box to handle tree models. (#139582, Matt Walton) | Matthias Clasen | 2004-08-02 | 1 | -511/+957 |
* | *** empty log message *** | Matthias Clasen | 2004-07-30 | 1 | -0/+7 |
* | Change the api for separators to use a separator function instead of a | Matthias Clasen | 2004-07-30 | 1 | -100/+68 |
* | New function necessary to make GtkComboBox accessible. (#132847, Padraig | Matthias Clasen | 2004-07-27 | 1 | -2/+27 |
* | Make the GtkComboBox in list mode scroll if the list is too large to fit | Matthias Clasen | 2004-07-26 | 1 | -47/+199 |
* | Avoid compiler warnings. | Matthias Clasen | 2004-07-22 | 1 | -2/+2 |
* | Don't leak the list store. (#148135, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -1/+1 |
* | Don't leak the list store. (#148134, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -1/+1 |
* | Don't leak the menu. (#148110, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -4/+5 |
* | Make GtkCellView public, since people seem to have uses for it, it is | Matthias Clasen | 2004-07-19 | 1 | -32/+47 |
* | Create an empty target list if targets is NULL. | Soeren Sandmann | 2004-07-18 | 1 | -3/+7 |
* | Make scrolling work if no item is selected. (gtk_cell_editable_key_press): | Matthias Clasen | 2004-07-16 | 1 | -26/+18 |
* | Add a combo box cell renderer. | Matthias Clasen | 2004-07-16 | 1 | -42/+284 |
* | Don't iterate multiple times over some of the children. | Matthias Clasen | 2004-07-16 | 1 | -6/+0 |
* | Ugh, another compile error. | Matthias Clasen | 2004-07-13 | 1 | -1/+1 |
* | Don't crash if unrealized. | Matthias Clasen | 2004-07-13 | 1 | -0/+3 |
* | Forgotten file. | Matthias Clasen | 2004-07-12 | 1 | -3/+1 |
* | Support separators in combo boxes and more generally in tree views | Matthias Clasen | 2004-07-07 | 1 | -25/+159 |
* | Unset the displayed row when unsetting the model. (#138560, Christian | Matthias Clasen | 2004-07-03 | 1 | -1/+4 |
* | Reflect the last change in the docs. | Matthias Clasen | 2004-06-26 | 1 | -0/+1 |
* | Allow passing NULL to unset the model. (#137211, patch by Mariano | Matthias Clasen | 2004-06-26 | 1 | -2/+13 |
* | Make GtkComboBox work without model. (#144198, Mariano Suárez-Alvarez) | Matthias Clasen | 2004-06-15 | 1 | -6/+14 |
* | Handle priv->model being NULL. (#143856, Mariano Suárez-Alvarez) | Matthias Clasen | 2004-06-08 | 1 | -1/+2 |
* | Fix the al lowed values and default value for the ::active property. | Matthias Clasen | 2004-06-04 | 1 | -2/+2 |
* | Rename function parameters from index to index_ to prevent clash with BSD | Matthias Clasen | 2004-06-02 | 1 | -7/+7 |
* | only remove the signal if the box exists. | Jonathan Blandford | 2004-05-27 | 1 | -5/+6 |
* | Support insensitive cells in tree views and combo boxes. | Matthias Clasen | 2004-05-27 | 1 | -1/+152 |
* | don't allocate the popup smaller than the combobox. Fixes bug #59660. | Michael Natterer | 2004-05-11 | 1 | -3/+13 |
* | Use GTK_SELECTION_BROWSE. | Matthias Clasen | 2004-05-11 | 1 | -1/+1 |
* | If we don't do the move-selected-item below pointer thingie, do the | Matthias Clasen | 2004-05-10 | 1 | -10/+28 |
* | Use hover selection mode. (#127648, Dave Bordoley) | Matthias Clasen | 2004-05-10 | 1 | -3/+2 |
* | Make sure the menu pops up as wide as the combobox. (#59660, Havoc | Matthias Clasen | 2004-05-10 | 1 | -0/+13 |
* | Support tearoffable combo boxes (in menu mode). Add a new property, | Matthias Clasen | 2004-05-10 | 1 | -16/+114 |
* | In list mode, accept the same mouse/wheel bindings on the cellview as on | Matthias Clasen | 2004-05-09 | 1 | -2/+19 |
* | finally also create the correct mask for 'pseudo mime' icons | Hans Breuer | 2004-05-08 | 1 | -2/+2 |
* | Reverse accidental commit. | Matthias Clasen | 2004-05-06 | 1 | -122/+2 |
* | Add missing getters for readwrite properies. (#135649) | Matthias Clasen | 2004-05-06 | 1 | -0/+56 |
* | Add gtk_combo_box_get_active_text() convenience function. (#136372, | Matthias Clasen | 2004-05-06 | 1 | -2/+149 |
* | Make all style properties readonly. | Matthias Clasen | 2004-04-14 | 1 | -1/+1 |
* | Make the arrow and separator regular children of an hbox inside the | Matthias Clasen | 2004-04-14 | 1 | -52/+53 |
* | Don't spit out warnings if called before the combo box is realized. | Matthias Clasen | 2004-04-14 | 1 | -10/+8 |
* | Don't unref model if it is NULL. (#139770) | Matthias Clasen | 2004-04-12 | 1 | -2/+5 |
* | gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage | Hans Breuer | 2004-03-14 | 1 | -0/+2 |
* | Pop down the list when an item is selected via the keyboard. | Matthias Clasen | 2004-03-13 | 1 | -0/+4 |
* | Add a remove implemenatation which restores the cell_view when the custom | Matthias Clasen | 2004-03-13 | 1 | -4/+68 |
* | Place grid mode popups left aligned, not right aligned. | Matthias Clasen | 2004-03-10 | 1 | -1/+1 |
* | Don't call g_signal_handler_disonnect() if priv->model is NULL. (#136551, | Owen Taylor | 2004-03-08 | 1 | -127/+73 |