summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Correct the CSS node docsMatthias Clasen2016-03-021-3/+5
* combobox: Put child into boxBenjamin Otte2016-03-021-153/+39
* combobox: Put the button in a boxBenjamin Otte2016-03-021-12/+15
* combobox: Make sure the cellview expandsBenjamin Otte2016-03-021-0/+24
* combobox: Ensure an entry gets created for has_entry combosBenjamin Otte2016-03-021-27/+33
* Remove more unnecessary redrawsTimm Bäder2016-02-071-2/+0
* combobox: Avoid a misleading indentationMatthias Clasen2016-01-301-6/+4
* combo: Add .linked class when appropriateMatthias Clasen2016-01-151-0/+3
* combobox: Document the popup window CSS nodeMatthias Clasen2016-01-151-2/+3
* combobox: remove unused struct memberCosimo Cecchi2015-12-221-12/+3
* combobox: deprecate shadow-type style propertyCosimo Cecchi2015-12-221-14/+4
* combobox: port to use a gadgetCosimo Cecchi2015-12-221-298/+331
* combobox: use a private variable when possibleCosimo Cecchi2015-12-221-147/+182
* combobox: trivial code cleanupCosimo Cecchi2015-12-221-8/+6
* combobox: remove unneeded checkCosimo Cecchi2015-12-221-7/+0
* combobox: use GtkIcon to render button arrowCosimo Cecchi2015-12-221-24/+11
* GtkComboBox: Avoid GdkDeviceManager APICarlos Garnacho2015-12-161-8/+2
* GtkComboBox: Use gdk_seat_grab()Carlos Garnacho2015-12-151-44/+15
* Fix method to update menu sensitivity of combo boxAdam Reichold2015-12-071-10/+2
* combobox: Don't add .linkedMatthias Clasen2015-11-051-3/+0
* combo box: Add diagrams to CSS documentationMatthias Clasen2015-11-031-1/+6
* Deprecate widget-specific :focus-on-click propertiesFlorian Müllner2015-11-031-35/+4
* combobox: Use element namesMatthias Clasen2015-11-021-1/+15
* entry: Always render like with is_cellrendererBenjamin Otte2015-10-281-5/+0
* 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