summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errorsMatthias Clasen2022-11-171-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* GtkStack: Create stack pages with childMatthias Clasen2022-07-131-7/+5
* stack: Assert that StackPage:child is setEmmanuele Bassi2022-07-131-1/+16
* stack: Add ::item-type and ::n-items to the pages listBenjamin Otte2022-06-111-5/+63
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-30/+16
* stack: Make sure to not under-measure childrenBenjamin Otte2021-11-201-1/+10
* stack: Index the homogeneous array by orientationBenjamin Otte2021-11-201-16/+13
* stack: Turn the homogenenous variables into an arrayBenjamin Otte2021-11-201-18/+17
* stack: Dispose children before emitting items-changedJulian Sparber2021-09-131-3/+4
* stack: GtkStackPage:name is not construct-onlyMatthias Clasen2021-07-221-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* stack: Static analysis fixesMatthias Clasen2021-05-031-1/+1
* stack: Don't leak the pages propertyMatthias Clasen2021-03-271-1/+1
* stack: Fix check if page is selectedMohammed Sadiq2021-03-241-1/+1
* stack: Increase reference only if page is non-NULLMohammed Sadiq2021-03-241-0/+3
* stack: Convert docsMatthias Clasen2021-03-111-174/+249
* a11y: Use the stack page title as its accessible labelEmmanuele Bassi2020-11-121-0/+4
* a11y: GtkStack is a group of stack pagesEmmanuele Bassi2020-11-121-0/+1
* Handle empty stack pages when creating an ATContextEmmanuele Bassi2020-11-121-1/+6
* Unrealize the ATContext in StackPage on disposeEmmanuele Bassi2020-11-121-0/+12
* a11y: Do not leak the ATContext in GtkStackPageEmmanuele Bassi2020-11-111-0/+2
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-10-271-0/+3
|\
| * stack: assert for some assumptionsTimm Bäder2020-10-221-0/+3
* | stack: Update HIDDEN a11y state for stack pagesMatthias Clasen2020-10-241-0/+4
* | stack: Don't transition when the visible child is removeMatthias Clasen2020-10-241-6/+1
* | stack: Change ordering for removalMatthias Clasen2020-10-221-4/+4
|/
* stack: Minor doc additionMatthias Clasen2020-10-191-1/+1
* Document accessible roles for stacks and notebooksMatthias Clasen2020-10-141-0/+5
* stack: Turn pages into accessiblesMatthias Clasen2020-10-141-2/+51
* stack: Add gtk_stack_add_childstack-add-childMatthias Clasen2020-09-151-0/+19
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* stack: Allow NULL namesTimm Bäder2020-08-011-7/+7
* stack: Only compare page names if the new page has oneTimm Bäder2020-08-011-6/+9
* Remove ATKEmmanuele Bassi2020-07-261-8/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-3/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-6/+6
* stack: Fix handling of GtkStackPage:visibleMatthias Clasen2020-07-071-13/+25
* stack: Cosmetic documentation fixesMatthias Clasen2020-06-281-7/+9
* stack: Avoid using an uninitialized valueTimm Bäder2020-06-191-4/+3
* stack: Add missing accessors for GtkStackPage propertiesTimm Bäder2020-06-191-72/+250
* stack: Fix some documentation mishapsTimm Bäder2020-06-191-2/+2
* stack: Fix :needs-attention docsTimm Bäder2020-06-191-2/+2
* stack: stop keeping a cached child render node aroundTimm Bäder2020-06-191-65/+27
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* stack: Derive from GtkWidgetMatthias Clasen2020-05-111-57/+53
* stack: Add gtk_stack_removeMatthias Clasen2020-05-111-7/+16
* stack: Add a :use-underline propertyMatthias Clasen2020-04-301-2/+23