summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Set GDK_SCROLL_MASK on the eventbox in appears-as-list modeCarlos Garnacho2013-11-201-0/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+3
* combobox: Add missing Since tags for entry constructorsDavid King2013-08-221-0/+4
* Avoid deprecation warningsMatthias Clasen2013-08-201-0/+10
* Deprecate tear off menusWilliam Jon McCann2013-07-181-2/+14
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* combobox: popdown the combobox when on 'grab-broken-event'Aleksander Morgado2013-03-121-0/+22
* Revert "combobox: Don't special-case RTL child positions anymore"Cosimo Cecchi2013-02-231-0/+27
* combobox: Don't special-case RTL child positions anymoreBenjamin Otte2012-12-181-27/+0
* gtk: Use context's fontBenjamin Otte2012-12-061-8/+2
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-1/+8
* combobox: Make scrolling work againMatthias Clasen2012-03-191-0/+2
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* combobox: fix cell area allocation in menu mode for RTLCosimo Cecchi2012-01-311-1/+1
* combobox: fix dropdown menu alignment for RTL languagesCosimo Cecchi2012-01-311-1/+5
* combobox: use gtk_container_class_handle_border_width()Cosimo Cecchi2012-01-311-16/+12
* combobox: always trim the allocated area by padding and border for childCosimo Cecchi2012-01-311-15/+15
* combobox: cleanup allocation of children in list modeCosimo Cecchi2012-01-311-15/+4
* combobox: cleanup and comment the allocation code somewhatCosimo Cecchi2012-01-311-9/+21
* combobox: make sure to respect the GtkComboBox padding in menu modeCosimo Cecchi2012-01-311-1/+1
* combobox: cleanup GTK_COMBO_BOX_SIZE_ALLOCATE_BUTTONCosimo Cecchi2012-01-311-23/+30
* combobox: simplify size request code by using the button content boxCosimo Cecchi2012-01-311-17/+11
* combobox: move the allocation of the button contents box directlyCosimo Cecchi2012-01-311-12/+3
* combobox: allocate the CSS borders to GtkComboBoxCosimo Cecchi2012-01-311-12/+19
* combobox: remove handling of focus-padding and focus-line-widthCosimo Cecchi2012-01-311-29/+9
* gtkcombobox: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* combobox: Don't allow an individual cell to cheatBenjamin Otte2011-12-231-3/+5
* combobox: Stop setting state flags on the style context for drawingRui Matos2011-12-191-3/+0
* Use the workarea when placing popupsMatthias Clasen2011-12-181-2/+2
* 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