summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* widget: Remove gtk_widget_get_allocated_size()Benjamin Otte2019-02-191-5/+2
* stack: Fix a crashMatthias Clasen2019-02-141-0/+4
* stack: Add a pages propertyMatthias Clasen2019-02-131-0/+8
* stack: Don't emit bad ::selection-changed signalsMatthias Clasen2019-02-131-5/+14
* stack: Fix a corner-caseMatthias Clasen2019-02-131-3/+0
* stack: Don't leak a referenceMatthias Clasen2019-02-131-1/+1
* stack: Avoid some ugly unrefsMatthias Clasen2019-02-131-4/+2
* stack: Drop the position propertyMatthias Clasen2019-02-101-85/+0
* stack: Provide a selection modelMatthias Clasen2019-02-101-6/+234
* stack: Add a GtkStackPage::visible propertyMatthias Clasen2019-02-101-0/+24
* stack: Fix up property notificationMatthias Clasen2019-02-081-4/+7
* stack: Make the child meta work without stackMatthias Clasen2019-02-081-3/+9
* stack: Convert child properties to a child meta objectMatthias Clasen2019-02-081-246/+387
* stack: Don't queue an unnecessary redrawTimm Bäder2019-01-031-2/+2
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-17/+19
* gtkstack: fix null pointer dereferenceHugo Lefeuvre2018-09-271-5/+8
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-1/+1
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-8/+4
* stack: protect set_visible_child_name from NULL stackMarco Trevisan (Treviño)2018-04-191-0/+2
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-9/+4
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-1/+0