| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Only print the old value once, above the new one.
|
|
|
|
|
| |
So I don't have to print both styles to the console, paste them both
into a file and then run diff on the 2 files anymore.
|
|
|
|
|
| |
We don't need to compare all their CSS values to figure out that nothing
changed. We know that.
|
| |
|
|
Instead of having old and new style, now have a GtkCssStyleChange opaque
object that will compute the changes you are interested in for you.
This simplifies change signal handlers quite a bit and avoids lots of
repeated computation in every signal handler.
|