summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Don't set cell view backgroundBenjamin Otte2014-10-031-53/+0
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* Revert "gtkbin: replace internal api"Matthias Clasen2014-06-161-5/+13
* gtkbin: replace internal apiStefan Sauer2014-06-141-13/+5
* GtkComboBox: Add private api to get the popupMatthias Clasen2014-06-101-0/+10
* GtkComboBox: Notify for has-frame and editing-canceledMatthias Clasen2014-06-091-17/+25
* GtkComboBox: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-16/+17
* 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