summaryrefslogtreecommitdiff
path: root/tests/testbaseline2.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce GTK_ALIGN_BASELINE_FILL/CENTERMatthias Clasen2023-05-071-23/+23
| | | | | | It turns out that the old behavior of GTK_ALIGN_BASELINE was actually used in libadwaita, so bring it back, and introduce a new GtkAlign value for the new behavior.
* testbaseline2: Don't set height-requestsMatthias Clasen2023-04-291-1/+1
| | | | | Widget with height requests have their baselines ignored. Oops.
* Stop using gtk_widget_get_allocated_baselineMatthias Clasen2023-04-281-1/+1
| | | | Use gtk_widget_get_baseline instead.
* Add another baseline test clientMatthias Clasen2023-04-281-0/+448