summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-15/+31
* Fix keynav issue in menu modeMatthias Clasen2011-01-201-26/+27
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+1
* combobox: Update adjustment usage for sealingBenjamin Otte2011-01-051-10/+10
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* GtkComboBox(Text): Add documentation about the entryMilan Bouchet-Valat2011-01-041-1/+6
* Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenuTristan Van Berkom2011-01-051-818/+815
* Fixed conflicts after rebasing master into combo-refactor branch.Tristan Van Berkom2011-01-041-7/+7
* Fixed GtkComboBox to properly set tearoff state on delegate GtkTreeMenu.Tristan Van Berkom2011-01-041-0/+5
* Make GtkTreeMenu a private class:Tristan Van Berkom2011-01-041-20/+20
* Added new constructors gtk_combo_box_new_with_area and gtk_combo_box_new_with...Tristan Van Berkom2011-01-041-0/+34
* Fixed GtkComboBox to let the cell-layout implementation handle <cell-packing>Tristan Van Berkom2011-01-041-6/+2
* Removed GtkComboBoxPrivate->minimum/natural_width members.Tristan Van Berkom2011-01-041-24/+5
* Re-refactored GtkComboBox to not reorder the file.Tristan Van Berkom2011-01-041-1801/+1927
* Fixing GtkComboBox breakage after merge, completing hand-merge of style-conte...Tristan Van Berkom2011-01-041-113/+109
* Implementing GtkComboBox using GtkTreeMenu !Tristan Van Berkom2011-01-041-3161/+1827
* Check for NULL pointerKristian Rietveld2010-12-241-1/+1
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-12/+13
* Remove sealed members from GtkMenuMatthias Clasen2010-12-231-17/+16
* gtkcombobox.c: Use accessor functions to access GtkTreeSelectionJavier Jardón2010-12-191-1/+1
* Fix size allocation for list mode combo boxKristian Rietveld2010-12-171-2/+2
* Set cell_view to NULL immediately after unparentingKristian Rietveld2010-12-171-5/+9
* Check if popup_window is mapped, not popup_widgetKristian Rietveld2010-12-171-1/+1
* Removed GtkTreeViewPrivate from gtktreeprivate.h and added a few more accessors.Tristan Van Berkom2010-12-051-2/+6
* Add internal accessor for GtkEntry->is_cell_rendererJavier Jardón2010-12-041-0/+6
* GtkStyleProperties: Turn border-width into a GtkBorder property.Carlos Garnacho2010-12-041-88/+83
* GtkComboBox: Use style context for renderingCarlos Garnacho2010-12-041-52/+105
* GtkComboBox: Set widget state as state flags.Carlos Garnacho2010-12-041-17/+12
* Bug 619148 - "active ID" properties (GtkComboBox)Ryan Lortie2010-11-301-1/+210
* Small doc fixupMatthias Clasen2010-11-291-0/+1
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* gtkcombobox: Use accessor functions to access GtkTreeViewColumnJavier Jardón2010-11-191-1/+1
* gtkcombobox: Do not access GtkEntry internalsJavier Jardón2010-11-191-5/+0
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* GtkComboBox: Add a constructor that takes a model and adds an entryMatthias Clasen2010-10-291-0/+17
* Fix up docsMatthias Clasen2010-10-231-4/+6
* Revert the id-column patchMatthias Clasen2010-10-231-78/+2
* Add a way to associate numeric ids with combobox valuesMatthias Clasen2010-10-231-3/+79
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-4/+4
* Remove GtkComboBoxEntry and the combo box text apiMatthias Clasen2010-10-201-236/+3
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-1/+1
* Allow GtkComboBox popup to be wider than the combo itself.Tristan Van Berkom2010-10-171-21/+141
* Fix some GtkComboBoxText problemsMatthias Clasen2010-10-161-10/+14
* Use property system to coerce model data to G_TYPE_STRINGChristian Dywan2010-10-151-6/+6
* docs: cross-reference to GtkComboBoxTextMatthias Clasen2010-10-151-1/+1
* Deprecate the old combobox text convenience apiMatthias Clasen2010-10-151-0/+12
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-9/+4