Benjamin Otte
|
0bfbf39306
|
cssimage: Implement some equal functions
|
2012-11-01 12:27:31 +01:00 |
|
Benjamin Otte
|
558ffc24c2
|
cssimage: Make image transition a vfunc
|
2012-10-02 14:16:36 +02:00 |
|
Benjamin Otte
|
ee6f886434
|
cssimage: Make cross-fade code safe for non-integer sizes
This includes sizes < 1px, which previously caused a SEGV.
|
2012-09-17 20:39:13 +02:00 |
|
Benjamin Otte
|
eb6ad3562e
|
cssimage: Implement (most of) current cross-fade syntax
The CSS4 spec adapted their cross-fade syntax again. Yay!
(The previous parser was completely broken anyway...)
|
2012-09-17 20:39:13 +02:00 |
|
Benjamin Otte
|
ea9081ae3b
|
cssimage: Make cross-fades cross-fade properly
We need to use OPERATOR_SOURCE to properly fade out the start image
when the end image contains transparency.
|
2012-09-14 17:33:02 -04:00 |
|
Benjamin Otte
|
c9f01ffb43
|
cssimage: No need to pass base file anymore
The file is now part of the GtkCssParser
|
2012-05-11 16:42:12 +02:00 |
|
Benjamin Otte
|
d853a8f2f7
|
cssimage: Add GtkCssImageCrossFade
Supports the cross-fade() css notation the way the old CSS3 specs did.
The main reason for adding it is supporting image transitions though.
|
2012-04-17 08:59:16 +02:00 |
|