summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Document the return value.Matthias Clasen2004-09-011-0/+2
* Make it compile.Matthias Clasen2004-08-301-3/+21
* Don't crash if model is not set. Noted by Mariano Suarez-Alvarez.Matthias Clasen2004-08-271-0/+3
* Fix #150125:Matthias Clasen2004-08-161-1/+77
* Remove leftover debugging outputMatthias Clasen2004-08-131-1/+0
* Make re-sensitivation work in menu mode.Matthias Clasen2004-08-131-27/+2
* Fix #149547, Markus Lausser:Matthias Clasen2004-08-131-0/+20
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column.Matthias Clasen2004-08-091-0/+6
* Don't stumble over separators which are not backed by model rows.Matthias Clasen2004-08-091-2/+7
* Oops.Matthias Clasen2004-08-091-4/+3
* Don't leak the path.Matthias Clasen2004-08-091-0/+2
* Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText.Matthias Clasen2004-08-071-33/+75
* Remove accidentally committed debug code.Matthias Clasen2004-08-031-9/+0
* Optimize for the case that row_column and col_column are unset. (#148868,Matthias Clasen2004-08-031-85/+79
* Rework the combo box to handle tree models. (#139582, Matt Walton)Matthias Clasen2004-08-021-511/+957
* *** empty log message ***Matthias Clasen2004-07-301-0/+7
* Change the api for separators to use a separator function instead of aMatthias Clasen2004-07-301-100/+68
* New function necessary to make GtkComboBox accessible. (#132847, PadraigMatthias Clasen2004-07-271-2/+27
* Make the GtkComboBox in list mode scroll if the list is too large to fitMatthias Clasen2004-07-261-47/+199
* Avoid compiler warnings.Matthias Clasen2004-07-221-2/+2
* Don't leak the list store. (#148135, Crispin Flowerday)Matthias Clasen2004-07-221-1/+1
* Don't leak the list store. (#148134, Crispin Flowerday)Matthias Clasen2004-07-221-1/+1
* Don't leak the menu. (#148110, Tommi Komulainen)Matthias Clasen2004-07-221-4/+5
* Make GtkCellView public, since people seem to have uses for it, it isMatthias Clasen2004-07-191-32/+47
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-181-3/+7
* Make scrolling work if no item is selected. (gtk_cell_editable_key_press):Matthias Clasen2004-07-161-26/+18
* Add a combo box cell renderer.Matthias Clasen2004-07-161-42/+284
* Don't iterate multiple times over some of the children.Matthias Clasen2004-07-161-6/+0
* Ugh, another compile error.Matthias Clasen2004-07-131-1/+1
* Don't crash if unrealized.Matthias Clasen2004-07-131-0/+3
* Forgotten file.Matthias Clasen2004-07-121-3/+1
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-25/+159
* Unset the displayed row when unsetting the model. (#138560, ChristianMatthias Clasen2004-07-031-1/+4
* Reflect the last change in the docs.Matthias Clasen2004-06-261-0/+1
* Allow passing NULL to unset the model. (#137211, patch by MarianoMatthias Clasen2004-06-261-2/+13
* Make GtkComboBox work without model. (#144198, Mariano Suárez-Alvarez)Matthias Clasen2004-06-151-6/+14
* Handle priv->model being NULL. (#143856, Mariano Suárez-Alvarez)Matthias Clasen2004-06-081-1/+2
* Fix the al lowed values and default value for the ::active property.Matthias Clasen2004-06-041-2/+2
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-021-7/+7
* only remove the signal if the box exists.Jonathan Blandford2004-05-271-5/+6
* Support insensitive cells in tree views and combo boxes.Matthias Clasen2004-05-271-1/+152
* don't allocate the popup smaller than the combobox. Fixes bug #59660.Michael Natterer2004-05-111-3/+13
* Use GTK_SELECTION_BROWSE.Matthias Clasen2004-05-111-1/+1
* If we don't do the move-selected-item below pointer thingie, do theMatthias Clasen2004-05-101-10/+28
* Use hover selection mode. (#127648, Dave Bordoley)Matthias Clasen2004-05-101-3/+2
* Make sure the menu pops up as wide as the combobox. (#59660, HavocMatthias Clasen2004-05-101-0/+13
* Support tearoffable combo boxes (in menu mode). Add a new property,Matthias Clasen2004-05-101-16/+114
* In list mode, accept the same mouse/wheel bindings on the cellview as onMatthias Clasen2004-05-091-2/+19
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-2/+2