summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* combobox: Drop support for gridsMatthias Clasen2019-01-231-259/+20
* box: Avoid position in the reorder apiMatthias Clasen2019-01-231-5/+2
* combobox: Stop using GtkBox's pack-type propertyTimm Bäder2019-01-231-0/+2
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-5/+10
* eventcontrollerscroll: Conditionally propagate ::scrollErnestas Kulik2018-11-121-3/+5
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-2/+2
* gtkcombobox: Use keycontroller on GtkCellEditable implementationCarlos Garnacho2018-07-301-20/+13
* gtkcombobox: Use controller to handle combobox keybindings in menusCarlos Garnacho2018-07-301-13/+21
* combobox: Remove priv pointerTimm Bäder2018-06-161-103/+103
* eventcontrollerscroll: Port to new API modelBenjamin Otte2018-04-261-9/+5
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-7/+4
* combobox: Do not unconditionally stop events in event handlerCarlos Garnacho2018-04-251-2/+2
* combo box: Stop using ::key-press-eventMatthias Clasen2018-04-051-16/+19
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-3/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-13/+11
* The big versioning cleanupMatthias Clasen2018-02-061-102/+0
* combobox: Remove some unneeded includesTimm Bäder2018-01-211-4/+0
* Remove all gtk_widget_get_content_size usagesTimm Bäder2017-12-061-2/+2
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* combobox: Remove unneeded queue_resize callTimm Bäder2017-10-051-1/+0
* TreeMenu: Remove accidentally duplicated doc linesDaniel Boles2017-10-041-1/+1
* ComboBox|TreeMenu: Slightly clarify wrap-width docDaniel Boles2017-10-041-3/+2
* ComboBox|TreeMenu: Clarify :row|column-span-columnDaniel Boles2017-10-041-9/+7
* Plug some memory leaksTimm Bäder2017-09-281-0/+2
* gtkcombobox: Use scroll event controllerCarlos Garnacho2017-09-191-18/+26
* combobox: Update to using GdkEvent APICarlos Garnacho2017-09-191-7/+13
* ComboBox: Dodge possible surplus disconnectsDaniel Boles2017-09-011-1/+12
* ComboBox: Remove pointless signal ID member fieldsDaniel Boles2017-09-011-28/+13
* ComboBox: Clarify documentation of get_active_iterDaniel Boles2017-08-241-3/+4
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-9/+3
* eventbox: RemoveBenjamin Otte2017-08-021-1/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-9/+5
* Slightly rework clip handlingTimm Bäder2017-07-191-1/+1
* combobox: Remove gadgetTimm Bäder2017-07-191-76/+13
* combobox: Remove css box drawingTimm Bäder2017-07-191-28/+1
* combobox: Only react to UP/DOWN scroll eventsTimm Bäder2017-05-251-2/+2
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-2/+0
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-8/+0
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+2
* combobox: Use gtk_widget_measure to measure widgetsTimm Bäder2017-02-171-5/+10
* combobox—Always popup menu using current eventDaniel Boles2017-02-161-13/+6
* combobox—Remove useless button-press-event handlerDaniel Boles2017-02-161-26/+0
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-2/+0
* combobox: Stop pointlessly NULL-checking the menuDaniel Boles2017-01-211-46/+16
* combobox: Move area and menu to .ui fileDaniel Boles2017-01-211-148/+39
* combobox: Remove property cell-areaDaniel Boles2017-01-211-75/+1
* combobox: Reuse code rather than reimplementing itDaniel Boles2017-01-211-25/+2