summaryrefslogtreecommitdiff
path: root/gtk/gtklistbox.c
Commit message (Expand)AuthorAgeFilesLines
* listbox: Unbind the model before removing childrenEmmanuele Bassi2023-04-041-14/+16
* gtklistbox: Add remove_all()Christopher Davis2023-04-021-4/+26
* Make widget property setters behaveMatthias Clasen2023-03-301-0/+6
* theme: Port .boxed-list style from libadwaitaAlexander Mikhaylenko2023-03-141-1/+4
* Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-1/+1
* Various spelling mistakes across a few domains that show up in documentation.Cam Cook2022-12-081-1/+1
* Merge branch 'ccook/spelling-fixes' into 'main'Matthias Clasen2022-11-291-1/+1
|\
| * | domain | current | suggestion |Cam Cook2022-11-271-1/+1
* | gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-2/+2
|/
* Fix spelling errorsMatthias Clasen2022-11-171-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-21/+7
* gtk: mark gtk_list_box_get_adjustment as nullableBilal Elmoussaoui2022-01-011-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-9/+8
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-8/+8
* Documentation fixesMatthias Clasen2021-05-201-2/+2
* Allow repeated selection extension on gktlistboxJohn Renner2021-04-211-1/+4
* listbox: Convert docsMatthias Clasen2021-03-111-181/+252
* listbox: Fix handling of non-focusable rowsElias Projahn2021-02-031-31/+41
* Document nullability of gtk_list_box_get_selected_rowMichael McClurg2021-01-301-3/+3
* Use function setter for WidgetClass.activate_signalEmmanuele Bassi2020-12-051-2/+2
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-2/+2
* docs: Document accessible roles of some classesMatthias Clasen2020-10-201-0/+5
* listbox: Reorder the widgets when sortingBenjamin Otte2020-10-201-13/+4
* Revert "listbox: Activate single-click rows if n_press >= 1"Matthias Clasen2020-10-151-2/+2
* listbox: Set accessible rolesMatthias Clasen2020-10-141-0/+2
* listbox: Update accessible state for rowsMatthias Clasen2020-10-131-1/+33
* listbox: Activate single-click rows if n_press >= 1Timm Bäder2020-09-151-2/+2
* listbox: Add preconditions to remove()Timm Bäder2020-09-151-3/+7
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-2/+0
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* lists: Mention list style classes in docsMatthias Clasen2020-08-131-5/+9
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-2/+3
* Avoid refering to old GtkContainer API in the docsTimm Bäder2020-08-011-8/+6
* listbox: Add _appendTimm Bäder2020-08-011-0/+16
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-8/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-12/+12
* Replace "gchar" with "char"Benjamin Otte2020-07-251-4/+4
* Replace "gint" with "int"Benjamin Otte2020-07-251-21/+21
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* listbox: Make Shift-Tab work againMatthias Clasen2020-05-131-0/+4
* listbox: Don't steal focus-on-clickMatthias Clasen2020-05-131-1/+7
* listbox: Derive from GtkWidgetMatthias Clasen2020-05-111-58/+35
* Don't use container api on GtkListBoxMatthias Clasen2020-05-111-1/+1
* listbox: Add gtk_list_box_removeMatthias Clasen2020-05-111-6/+10
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-0/+3
* listboxrow: Derive from GtkWidgetMatthias Clasen2020-05-041-7/+84