summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-1/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* GtkComboBox: Add the format-entry-text signal.Tristan Van Berkom2011-10-061-8/+96
* combobox: Remove unused defineBenjamin Otte2011-09-291-1/+0
* combobox: implement get_path_for_child() for GtkComboBoxCosimo Cecchi2011-09-091-1/+88
* More include cleanupsMatthias Clasen2011-08-281-1/+1
* combobox: add a "combobox-entry" style class for comboboxes with entriesCosimo Cecchi2011-08-091-0/+4
* Convert GailComboBox to GtkComboBoxAccessibleMatthias Clasen2011-07-051-0/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Clean up more includesMatthias Clasen2011-06-071-1/+1
* Trivial NULL vs 0 confusionMatthias Clasen2011-06-011-1/+1
* all: avoid boxed structs copying where possible (and 2)Javier Jardón2011-05-311-5/+2
* all: avoid boxed structs copying where possibleCosimo Cecchi2011-05-181-24/+13
* GtkComboBox: Improve gtk_combo_box_set_active_idMatthew Barnes2011-04-261-14/+30
* combobox: always give the full allocation to the button in menu modeCosimo Cecchi2011-04-121-2/+2
* combobox: rename border->padding for code clarityCosimo Cecchi2011-04-121-61/+61
* combobox: allocate the right border to the arrow and not to the labelCosimo Cecchi2011-04-121-2/+2
* combobox: don't use the border as a paddingCosimo Cecchi2011-04-121-25/+19
* combobox: don't add the button style class to the whole widgetCosimo Cecchi2011-04-121-4/+0
* combobox: Don't set the menu's name twiceBenjamin Otte2011-03-271-2/+0
* combobox: add an arrow-scaling property to GtkComboBoxCosimo Cecchi2011-03-031-1/+20
* Added documentation to "cell-area" construct-only properties.Tristan Van Berkom2011-02-241-0/+3
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* s/state_changed/state_flags_changed/ in GtkComboBoxCarlos Garnacho2011-02-061-5/+5
* 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