summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop GtkStack:homogeneousMatthias Clasen2020-04-281-79/+0
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* stack: Make static analyzer happyBenjamin Otte2020-03-061-0/+1
* stack: Add GtkStackPage:visible accessorsTimm Bäder2020-02-201-14/+51
* stack: return the stack page when adding a child, to ease setting propsAndy Holmes2019-11-031-11/+17
* stack: Make finalMatthias Clasen2019-05-281-0/+10
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* stack: Add a cube spin transitionBenjamin Otte2019-03-291-2/+107
* Port widgets to the root focus APIMatthias Clasen2019-03-161-18/+16
* stack: Use new snapshot transformsBenjamin Otte2019-02-211-10/+11