summaryrefslogtreecommitdiff
path: root/gtk/gtksingleselection.c
Commit message (Expand)AuthorAgeFilesLines
* Implement GtkSectionModel for all selection modelsBenjamin Otte2023-05-091-0/+20
* models: Fix up property notificationsMatthias Clasen2023-03-301-1/+1
* singleselection: Be more careful about notifiesBenjamin Otte2022-10-171-3/+5
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* singleselection: Add ::item-type and ::n-itemsBenjamin Otte2022-06-111-13/+52
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-15/+5
* docs: Fix links in selection modelsMaximiliano Sandoval R2022-04-011-3/+3
* g-i: add nullable annotation to gtk_single_selection_get_modelBilal Elmoussaoui2022-02-111-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* gtk: Allow selection models to take null list model during constructionJason Francis2021-03-151-1/+1
* singleselection: Convert docsMatthias Clasen2021-03-111-59/+60
* gtk: update annotation of gtk_single_selection_get_selected_itemBilal Elmoussaoui2021-03-031-1/+1
* docs: Tweak documentation for list widgetsMatthias Clasen2020-08-031-11/+15
* singleselection: Make constructor transfer fullMatthias Clasen2020-07-261-2/+9
* selectionmodels: Add set_model() supportBenjamin Otte2020-07-051-7/+64
* listmodels: Stop respecting item-typeBenjamin Otte2020-07-051-3/+1
* selectionmodel: Replace query_range() with get_selection()Benjamin Otte2020-06-261-45/+17
* singleselection: Clarify docsMatthias Clasen2020-06-061-1/+6
* singleselection: Fix a memory leakMohammed Sadiq2020-03-221-0/+3
* singleselection: Fix model propertyBenjamin Otte2019-10-151-4/+19
* singleselection: Add forgotten notify emissionBenjamin Otte2019-03-191-1/+8
* simpleselection: Improve items-changedBenjamin Otte2019-02-151-7/+17
* selectionmodel: Change prototype of query_range()Benjamin Otte2019-02-151-18/+29
* gtk: Add GtkSingleSelectionBenjamin Otte2019-02-101-0/+637