summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup a possible resize idle. (#311141, Robert Ă–gren)Matthias Clasen2005-07-221-3/+17
* Remove useless calls to gtk_tree_row_reference_inserted/deleted, since weMatthias Clasen2005-07-181-13/+1
* Propagate the focus-on-click value to the button. (#310543, ChristianMatthias Clasen2005-07-181-9/+19
* Don't do explicitly ungrab pointer and keyboard. We're unmapping the grabMatthias Clasen2005-06-261-23/+32
* Make autoscrolling work at the bottom of the screen.Matthias Clasen2005-05-261-2/+2
* Keep the popup posted if the button is released over the cellview. ThisMatthias Clasen2005-05-171-2/+4
* Make this work when called from gtk_combo_box_destroy(). (#172999,Matthias Clasen2005-04-081-3/+3
* Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,Matthias Clasen2005-04-061-1/+11
* Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntryMatthias Clasen2005-04-011-2/+20
* Don't segfault if somebody tries to popup an unrealized combo box.Matthias Clasen2005-03-301-0/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-14/+14
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-9/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Don't leak a path here. (#168443, Morten Welinder)Matthias Clasen2005-02-251-0/+1
* Consistently use gtk_tree_row_reference_valid().Matthias Clasen2005-02-241-42/+42
* Pass gtk_widget_get_toplevel() a GTK_WIDGET.Manish Singh2005-02-171-2/+2
* Fixes for #143829, Tommi Komulainen, Christian Persch:Matthias Clasen2005-02-161-1/+15
* Fix state propagation when making an insensitive combo box sensitiveMatthias Clasen2004-12-301-2/+9
* Transfer state from the button to the cell view to get prelighting right.Matthias Clasen2004-12-241-0/+27
* Pass a last item to gtk_combo_box_relayout_item. (#161050, John Finlay)Matthias Clasen2004-12-131-1/+23
* Only wrap if we are in the topmost menu. (#160936, John Finlay)Matthias Clasen2004-12-111-2/+3
* Fix a typo in the docs. (#160826, Jay Camp)Matthias Clasen2004-12-091-1/+1
* Don't call gtk_cell_view_set_cell_data() from here.Matthias Clasen2004-11-291-1/+1
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-18/+16
* Add more docs.Matthias Clasen2004-11-121-3/+69
* Use a row reference, not a path, to associate separators with their treeMatthias Clasen2004-11-091-9/+13
* Jump through a few hoops to make the tooltip on the filter combo box workMatthias Clasen2004-11-071-0/+1
* Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)Matthias Clasen2004-11-061-0/+2
* Remove this unneeded function, as it breaks state propagation.Matthias Clasen2004-11-051-27/+0
* Don't crash if the active_row reference has become invalid. (#157156,Matthias Clasen2004-11-031-2/+7
* Update the state of the cell view when the state of the button changes (toMatthias Clasen2004-11-011-0/+27
* Use g_signal_connect_object() to prevent premature finalization of theMatthias Clasen2004-10-281-10/+8
* Resize the popup if a new model is set. (#154129, Bernd Damian)Matthias Clasen2004-10-051-0/+1
* Add a comment regarding cell renderers to the docs.Matthias Clasen2004-10-011-3/+6
* 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