~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:leaflet-natural-unfolded

Last commit made on 2020-01-22
Get this branch:
git clone -b leaflet-natural-unfolded https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

Name:
leaflet-natural-unfolded
Repository:
lp:~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Recent commits

ee743ca... by Adrien Plazas

leaflet: Fold depending on the children's minimum size

Use the minimum size rather than the natural size to compute the
leaflet's fold state.

3bed9bb... by Adrien Plazas

leaflet: Properly handle natural size

When unfolded, children were automatically allocated their natural size,
whether it would fit or not. This properly handles natural size
repartition.

Fixes https://source.puri.sm/Librem5/libhandy/issues/189.

7a4b61f... by Adrien Plazas

leaflet: Simplify orientation checks

Add an is_horizontal boolean to allocation functions, to be used instead
of checking the orientation's value as they do it a lot, making them
easier to read.

349eea8... by Adrien Plazas

leaflet: Split unfold animation from child allocation

Add the hdy_leaflet_size_allocate_unfolded_animate() taking care of
animating the unfold, simplifying the allocation function a bit.

b9c354f... by Adrien Plazas

leaflet: Drop the deprecated transition types

Drop the deprecated HdyLeafletChildTransitionType and
HdyLeafletModeTransitionType types.

48d25e5... by Adrien Plazas

leaflet: Drop usage of the deprecated transition types

Drop usage of the deprecated HdyLeafletChildTransitionType and
HdyLeafletModeTransitionType types.

3e6ec2d... by Adrien Plazas

leaflet: Drop the deprecated transition props

Drop the deprecated child-transition-type and mode-transition-type
properties and their matching functions.

5ffe51b... by Adrien Plazas

Remove the deprecated HdyDialerButton

3268755... by Adrien Plazas

Remove the deprecated HdyDialerCycleButton

99f3828... by Adrien Plazas

Remove the deprecated HdyDialer