summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Use markdown for css treeMatthias Clasen2021-03-111-5/+5
* combobox: Add property annotationsMatthias Clasen2021-03-111-25/+23
* combobox: Convert docsMatthias Clasen2021-03-111-167/+193
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-7/+5
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-1/+1
* Fix some nullable return annotations 2Sophie Herold2020-11-241-3/+3
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-3/+3
* docs: Fix a copy-paste errorMatthias Clasen2020-10-141-1/+1
* combobox: Use the combobox accessible roleMatthias Clasen2020-10-131-0/+5
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+2
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-26/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-5/+5
* Replace "gchar" with "char"Benjamin Otte2020-07-251-24/+24
* Replace "gint" with "int"Benjamin Otte2020-07-251-19/+19
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-1/+1
* combobox: Use dispose instead of destroyMatthias Clasen2020-05-051-38/+26
* combobox: Derive from GtkWidgetMatthias Clasen2020-05-041-85/+48
* combobox: Add a child propertyMatthias Clasen2020-05-041-1/+56
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+1
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-4/+4
* widget: Return an array from list_controllersTimm Bäder2020-03-291-8/+11
* combobox: Redo key event forwarding hackBenjamin Otte2020-03-251-14/+18
* combobox: Port bindings to use shortcutsBenjamin Otte2020-03-251-52/+71
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-89/+66
* combobox: Redo key event forwarding hackBenjamin Otte2020-03-181-14/+18
* combobox: Port bindings to use shortcutsBenjamin Otte2020-03-181-52/+71
* combobox: Inline variables into return_if_fail()Benjamin Otte2020-02-221-10/+2
* gtk: Stop using GdkEventKeyMatthias Clasen2020-02-211-1/+1
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-3/+3
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-7/+3
* Rename GtkIcon widget to GtkBuiltinIconAlexander Larsson2020-01-301-2/+2
* gtk: Remove menu codeMatthias Clasen2019-12-291-3/+0
* combobox: Replace GtkTreeMenu with a popoverMatthias Clasen2019-12-291-94/+35
* widget: Make gtk_widget_grab_focus() return a booleanBenjamin Otte2019-10-151-4/+6
* Use the new GtkBuildableParser type in GtkBuildable interfacesAlexander Larsson2019-09-101-25/+26
* More menu workMatthias Clasen2019-05-311-4/+9
* gtk: rely on default marshallersChristian Hergert2019-05-301-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-2/+2
* Convert fallthrough comments to G_GNUC_FALLTHROUGHBenjamin Otte2019-04-151-2/+2
* 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