summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* docs: adjust Since tagsMatthias Clasen2010-10-151-5/+6
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-10/+349
* docs: Move documentation to inline comments: GtkComboBoxJavier Jardón2010-10-041-0/+31
* combobox: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-5/+5
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-8/+5
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-73/+61
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* combobox: Port to draw vfuncBenjamin Otte2010-09-261-23/+19
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+5
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-7/+14
* Fix more SizeRequest implementations to avoid recursive calls to wrapper APIHavoc Pennington2010-09-121-3/+3
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-23/+23
* Remove depth restriction from gtk_combo_box_set_active_iter docsMatthias Clasen2010-08-241-2/+0
* gtk/gtkcombobox.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-71/+118
* Changed combo box's menu position function to use child menuTristan Van Berkom2010-08-201-24/+8
* Added height-for-width management for GtkComboBox/GtkCellViewTristan Van Berkom2010-08-181-225/+448
* gtkcombobox: Only use the child if It is a GtkCellLayoutJavier Jardón2010-08-081-10/+16
* Add _gtk_bin_set_widget() internal functionJavier Jardón2010-07-131-5/+5
* Use GtkBin accessorsJavier Jardón2010-07-131-47/+69
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-16/+16
* gtkcombobox: unseal private pointerJavier Jardón2010-07-131-5/+7
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-1/+1