Re: Bitmap transparency



On Wed, 2010-12-08 at 21:43 +0100, xapantu wrote:
> Hi,
> 
> Any chance for another release for the 0.x serie ? We need it for gtk2,
> we won't use gtk3 until the summer :)

Yes, I will do a 1.0 release soon.


> And, if no, can we release a patched version in our ppa ?
> (ppa:ella-animation/dev)

You can do that if you like.


> +  g_object_class_install_property (gobject_class, PROP_ALPHA,
> +				   g_param_spec_double ("alpha",
> +							_("Alpha"),
> +							_("The opacity of the image"),
> +							0.0, G_MAXDOUBLE, 0.0,
> +							G_PARAM_READWRITE));

The maximum and default should probably both be 1.0, shouldn't they?

Please test it, and make sure it works with "scale-to-fit" set.

Don't worry about the gtk3 versions though - I'll do that.

Thanks,

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]