summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* snapshot: Make gtk_snapshot_append_node() take care of offsetBenjamin Otte2018-03-261-21/+10
* snapshot: Remove rendererBenjamin Otte2018-03-241-2/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* Use GtkSnapshot gettersMatthias Clasen2018-03-111-2/+2
* Stop using stack-allocated snapshotsMatthias Clasen2018-03-111-8/+7
* The big versioning cleanupMatthias Clasen2018-02-061-62/+12
* Remove all gtk_widget_get_content_size usagesTimm Bäder2017-12-061-12/+10
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-7/+45
* Stack: Fix copy-paste errorDaniel Boles2017-08-011-1/+1
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-14/+12
* stack: Fix under transitionsTimm Bäder2017-07-191-0/+3
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-23/+24
* stack: Compute clip directlyTimm Bäder2017-07-191-2/+6
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-8/+8
* stack: Remove bin_windowTimm Bäder2017-07-191-117/+20
* stack: Remove gadgetTimm Bäder2017-07-191-62/+11
* Slightly rework clip handlingTimm Bäder2017-07-191-3/+1
* stack: Remove css box drawingTimm Bäder2017-07-191-19/+1
* gtkstack: Remove view windowCarlos Garnacho2017-05-251-24/+7
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-12/+3
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* stack: Fix node position during crossfadeTimm Bäder2017-01-301-3/+8
* snapshot: Redo pop() APIBenjamin Otte2017-01-131-7/+7
* stack: Build stored render node with custom Snapshot objectBenjamin Otte2017-01-131-3/+9
* Add gtk_snapshot_push_cross_fade()Benjamin Otte2017-01-131-26/+7