| Commit message (Expand) | Author | Age | Files | Lines |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -18/+16 |
* | Add more docs. | Matthias Clasen | 2004-11-12 | 1 | -3/+69 |
* | Use a row reference, not a path, to associate separators with their tree | Matthias Clasen | 2004-11-09 | 1 | -9/+13 |
* | Jump through a few hoops to make the tooltip on the filter combo box work | Matthias Clasen | 2004-11-07 | 1 | -0/+1 |
* | Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro) | Matthias Clasen | 2004-11-06 | 1 | -0/+2 |
* | Remove this unneeded function, as it breaks state propagation. | Matthias Clasen | 2004-11-05 | 1 | -27/+0 |
* | Don't crash if the active_row reference has become invalid. (#157156, | Matthias Clasen | 2004-11-03 | 1 | -2/+7 |
* | Update the state of the cell view when the state of the button changes (to | Matthias Clasen | 2004-11-01 | 1 | -0/+27 |
* | Use g_signal_connect_object() to prevent premature finalization of the | Matthias Clasen | 2004-10-28 | 1 | -10/+8 |
* | Resize the popup if a new model is set. (#154129, Bernd Damian) | Matthias Clasen | 2004-10-05 | 1 | -0/+1 |
* | Add a comment regarding cell renderers to the docs. | Matthias Clasen | 2004-10-01 | 1 | -3/+6 |
* | Document the return value. | Matthias Clasen | 2004-09-01 | 1 | -0/+2 |
* | Make it compile. | Matthias Clasen | 2004-08-30 | 1 | -3/+21 |
* | Don't crash if model is not set. Noted by Mariano Suarez-Alvarez. | Matthias Clasen | 2004-08-27 | 1 | -0/+3 |
* | Fix #150125: | Matthias Clasen | 2004-08-16 | 1 | -1/+77 |
* | Remove leftover debugging output | Matthias Clasen | 2004-08-13 | 1 | -1/+0 |
* | Make re-sensitivation work in menu mode. | Matthias Clasen | 2004-08-13 | 1 | -27/+2 |
* | Fix #149547, Markus Lausser: | Matthias Clasen | 2004-08-13 | 1 | -0/+20 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column. | Matthias Clasen | 2004-08-09 | 1 | -0/+6 |
* | Don't stumble over separators which are not backed by model rows. | Matthias Clasen | 2004-08-09 | 1 | -2/+7 |
* | Oops. | Matthias Clasen | 2004-08-09 | 1 | -4/+3 |
* | Don't leak the path. | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | 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 |