summaryrefslogtreecommitdiff
path: root/gtk/gtkdropdown.c
Commit message (Expand)AuthorAgeFilesLines
* dropdown: Fix to work with recent listview changesMatthias Clasen2023-04-021-1/+26
* listview: Add private GtkListFactoryWidgetBenjamin Otte2023-03-231-1/+1
* listitemwidget: split out GtkListItemBaseBenjamin Otte2023-03-231-10/+10
* dropdown: tweak the docsMatthias Clasen2023-03-181-1/+9
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-2/+2
* dropdown: Handle ::selected and ::selected-item separatelyBenjamin Otte2022-10-171-5/+38
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-24/+8
* dropdown: Add UI definition exampleSonny Piers2022-05-081-0/+15
* dropdown: Make DropDown activatableMaximiliano Sandoval R2021-11-041-0/+35
* dropdown: fix extraneous * in documentationChristian Hergert2021-10-061-3/+3
* dropdown: add GtkDropDown:show-arrow propertyChristian Hergert2021-10-061-4/+79
* docs: Reduce redundancyMatthias Clasen2021-05-201-7/+7
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-5/+5
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* dropdown: Small doc tweakMatthias Clasen2021-03-111-1/+1
* dropdown: Add property annotationsMatthias Clasen2021-03-111-20/+20
* dropdown: Convert docsMatthias Clasen2021-03-111-61/+70
* dropdown: Improve search bar stylingnana-42020-12-141-1/+3
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-1/+1
* dropdown: Add a checkmark to the selected itemMatthias Clasen2020-10-271-2/+53
* Give all search entries an iconMatthias Clasen2020-10-231-10/+0
* dropdown: Add an icon the search entryMatthias Clasen2020-10-221-0/+10
* Merge branch 'a11y/atspi' into 'master'Matthias Clasen2020-10-151-0/+5
|\
| * dropdown: Use the combox accessible roleMatthias Clasen2020-10-131-0/+5
* | Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
|/
* Merge branch 'filter-constructors' into 'master'Matthias Clasen2020-09-081-2/+2
|\
| * Make filter constructors return exact typesMatthias Clasen2020-09-051-2/+2
* | docs: Update list widgets docsAndreas Persson2020-09-061-1/+1
|/
* list widgets: Use selection models in the apiMatthias Clasen2020-08-311-5/+5
* docs: Tweak documentation for list widgetsMatthias Clasen2020-08-031-4/+2
* Merge branch 'drop-down-constructor' into 'master'Matthias Clasen2020-07-261-33/+37
|\
| * dropdown: Revise constructorsMatthias Clasen2020-07-261-33/+37
* | singleselection: Make constructor transfer fullMatthias Clasen2020-07-261-2/+1
* | filterlistmodel: Make constructor transfer fullMatthias Clasen2020-07-261-1/+1
|/
* dropdown: Fix popup sizingMatthias Clasen2020-07-241-0/+1
* Cosmetic docs changeMatthias Clasen2020-07-161-1/+1
* stringfilter: Make the constructor take an expressionBenjamin Otte2020-07-161-2/+1
* Annotate string arrayEmmanuele Bassi2020-07-071-1/+1
* stringlist: Take a const char const * argumentBenjamin Otte2020-07-051-1/+1
* dropdown: Annotate the get_selected_item methodCorentin Noël2020-06-261-1/+1
* Add GtkStringList as public apiMatthias Clasen2020-06-231-334/+16
* dropdown: emit notify for selected from the changed callbackBenjamin Otte2020-06-211-3/+3
* dropdown: Add GtkDropDown:selected-itemMatthias Clasen2020-06-201-0/+37
* dropdown: Make the popup as wide as the buttonMatthias Clasen2020-06-111-0/+2
* dropdown: Use our own CSS nameMatthias Clasen2020-06-071-2/+6
* gtk: Documentation fixupsMatthias Clasen2020-06-051-4/+5
* Turn GtkExpression into a GTypeInstanceEmmanuele Bassi2020-06-011-8/+7
* Add GtkDropDownMatthias Clasen2020-05-301-0/+1224