~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:debian/sid

Last commit made on 2019-09-07
Get this branch:
git clone -b debian/sid https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

Recent commits

1fab941... by Guido Günther

Document changes and release 0.0.11-1

fa647fc... by Guido Günther

Merge tag 'v0.0.11' into debian/sid

libhandy 0.0.11

f5909a8... by Guido Günther

Release libhandy 0.0.11

ff30bfb... by Adrien Plazas

view-switcher-button: Don't make transparent on hover

This doesn't make the background transparent when hovering and apply the
same style as non-hovered buttons on hovered buttons in a headerbar.

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

943b92e... by Adrien Plazas

animation: Make some functions public

This makes hdy_get_enable_animations() and hdy_ease_out_cubic() public.

b74ec72... by Exalm

tests: Add HdyPaginator test

ab92d92... by Exalm

paginator: Add missing G_PARAM_EXPLICIT_NOTIFY

02d23ef... by Exalm

paginator: Only notify properties if value changed

388e73e... by Exalm

paginator: Remove unused disconnect

Nothing connects to the paginator box, so no need to disconnect anything.

091052f... by Exalm

paginator: Support disabling animation

While there's nothing to be done with stick-to-finger movement, at least
snap-back should be instant.