summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate treeviews and cell renderersMatthias Clasen2022-10-111-3016/+0
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-39/+11
* combo_box: Use mnemonic_activate on overrideMaximiliano Sandoval R2021-11-041-1/+1
* combobox: Make combo box activatableMaximiliano Sandoval R2021-11-041-0/+32
* Documentation update for combo_box_new_with_entryDarkTrick2021-06-041-1/+10
* docs: More syntax fixesMatthias Clasen2021-05-221-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-5/+5
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-6/+6
* Documentation fixesMatthias Clasen2021-05-201-2/+2
* 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