summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Stop using old styling codeBenjamin Otte2015-09-131-82/+7
* combobox: Refactor cell view treatmentBenjamin Otte2015-07-311-278/+88
* combobox: Handle NULLing the cellview on remove simplerBenjamin Otte2015-07-311-7/+1
* combobox: Remove unused variablesBenjamin Otte2015-07-311-5/+0
* combobox: Create cell view identicallyBenjamin Otte2015-07-311-17/+15
* combobox: Use ui file to construct internal button childBenjamin Otte2015-07-261-12/+25
* combobox: Create button on init() and destroy in destroy()Benjamin Otte2015-07-261-38/+25
* combobox: Add scroll support in list modeBenjamin Otte2015-07-261-0/+2
* combobox: Remove unused argumentBenjamin Otte2015-07-261-49/+10
* combobox: Remove the box from the buttonBenjamin Otte2015-07-261-42/+21
* combobox: Remove the separatorBenjamin Otte2015-07-261-21/+0
* combobox: Unconditionally draw background and borderBenjamin Otte2015-07-211-12/+8
* combobox: Remove autoscroll timer on popdownBenjamin Otte2015-07-211-0/+6
* combobox: Remove cell_view_frameBenjamin Otte2015-07-211-93/+2
* combobox: Simplify codeBenjamin Otte2015-07-181-13/+4
* combobox: Remove unused header function functionalityBenjamin Otte2015-07-181-15/+0
* combobox: Remove unused argument from private functionBenjamin Otte2015-07-181-6/+4
* combo box: Fix compiler warningsMatthias Clasen2015-06-021-3/+2
* 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