summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
...
* combobox: Fix reentrancy in gtk_combo_box_popdown()Carlos Garnacho2014-06-051-1/+5
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-1/+1
* combobox: Implement clipBenjamin Otte2014-05-241-0/+2
* combobox: remove superfluous GTK+ grabsCarlos Garnacho2014-05-231-2/+0
* Drop GtkArrow use in GtkComboBoxMatthias Clasen2014-05-131-4/+3
* combobox: Add workaround so evolution doesn't crashBenjamin Otte2014-05-051-0/+5
* combobox: fix a segfaultCosimo Cecchi2014-05-011-2/+2
* combobox: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* all: Name more idles and timeoutsBastien Nocera2014-03-261-3/+9
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-18/+18
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-2/+2
* docs: don't use <anchor>William Jon McCann2014-02-071-3/+3
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-7/+7
* docs: Use markup for linksWilliam Jon McCann2014-02-071-3/+3
* docs: use ` instead of <literal>William Jon McCann2014-02-041-4/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* 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