summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-6/+6
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-6/+6
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-25/+97
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-4/+4
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-7/+10
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-4/+4
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Allow NULL iter in gtk_combo_box_set_active_iter to unsetChristian Persch2010-01-081-5/+9