~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:column-natural

Last commit made on 2019-02-22
Get this branch:
git clone -b column-natural https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

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

Recent commits

cc63614... by Adrien Plazas

column: Fix the natural width

Set the natural width of the column from the child's one to what is
needed for the child to reach the maximum allocatable width.

This not only makes more sense but it will allow HdyColumn to serve as a
container setting a natural size to its child by giving the same value
to the maximum width and the linear growth width.

https://source.puri.sm/Librem5/libhandy/issues/87

c4a9908... by Adrien Plazas

column: Rework width measurements

Move basic width measurements from get_child_width() into measure(),
which will allow to compute the natural width the column should request.

This also fixes the minimum size request of the column by ensuring it
doesn't allocate less width than its child requires.

3721b49... by Guido Günther

Release libhandy 0.0.8

8feffa7... by Adrien Plazas

leaflet: Support RTL languages when unfolded

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

ce9093c... by Adrien Plazas

expander-row: Animate the arrow rotation

Because we can!

1568205... by Adrien Plazas

meson: Fix the examples option description

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

de3cc1a... by Adrien Plazas

examples: Rename the example program to handy-demo

This also renames the type and files to match the new name.

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

947a216... by maxice8 <email address hidden>

meson: pass -DHANDY_COMPILATION to GIR compiler

Fixes cross compilation of GIR in Void Linux.

ff51f41... by Exalm

leaflet: Clip bottom child during child transitions

Prevents bottom child from being visible through the top one during 'over'
and 'under' child transitions.

1273975... by Exalm

leaflet: Add 'under' child transition

Use same animations as 'over', but with reversed directions.

Documentation descriptions by Adrien Plazas.

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