summaryrefslogtreecommitdiff
path: root/gtk/gtkbitset.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* Various spelling mistakes (and one use of the wrong verb) across a few domain...Cam Cook2022-11-261-1/+1
* Add a boxed GType for GtkBitsetIterEmmanuele Bassi2021-12-141-4/+22
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* Documentation fixesMatthias Clasen2021-05-201-3/+3
* bitset: Convert docsMatthias Clasen2021-03-111-125/+134
* docs: fix parameter reference in gtk_bitset_contains()David Lechner2021-01-051-1/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-2/+2
* Move roaring bitmaps code to gtk/roaring/ and add a READMESimon McVittie2020-08-081-1/+1
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-3/+3
* bitset: Fix typoTimm Bäder2020-07-281-1/+1
* docs: Document GtkBitsetIterMatthias Clasen2020-07-161-4/+3
* bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice()Benjamin Otte2020-07-061-5/+5
* bitset: Don't overflow when splicingBenjamin Otte2020-07-061-1/+1
* bitset: Add gtk_bitset_new_range()Benjamin Otte2020-07-051-1/+23
* bitset: Add APIs needed for a filterlistmodelBenjamin Otte2020-07-021-0/+70
* bitset: Fix documentation syntaxMatthias Clasen2020-06-281-1/+1
* bitset: Correct preconditions in gtk_bitset_add_rectangleMatthias Clasen2020-06-281-6/+5
* bitset: Fix the right-shift implementationMatthias Clasen2020-06-281-2/+2
* bitset: Cosmetic documentation changesMatthias Clasen2020-06-281-23/+25
* Add GtkBitsetBenjamin Otte2020-06-261-0/+865