Benjamin Otte
|
05460f4982
|
render: Make rendering the background a single function
|
2014-10-08 05:20:30 +02:00 |
|
Benjamin Otte
|
5e8d3d533f
|
themingbackground: Remove initializer that takes a GtkThemingEngine
With the unification to use style contexts everywhere, make that
initializer the only one to use.
Also rename it appropriately.
|
2014-08-16 19:39:44 +02:00 |
|
Benjamin Otte
|
2e287576b4
|
themingbackground: Remove struct members
... and put them in the only function they are used in.
|
2012-10-31 11:09:12 +01:00 |
|
Benjamin Otte
|
12dec5279e
|
themingbackground: Add content_box variable
... to go with border_box and padding_box.
|
2012-10-31 11:09:11 +01:00 |
|
Benjamin Otte
|
e9dbfc0e06
|
themingbackground: Get rid of flags variable
|
2012-10-31 11:09:11 +01:00 |
|
Cosimo Cecchi
|
9cdff6ed67
|
themingbackgorund: render all background layers
Now that background properties are arrays, use them in
GtkThemingBackground when rendering.
|
2012-05-15 13:24:40 -04:00 |
|
Benjamin Otte
|
ac6d61f6bb
|
cssvalue: Add GtkCssShadowsValue
This is necessary because shadows get treated differently from other
lists when transitioning.
|
2012-04-17 08:59:18 +02:00 |
|
Benjamin Otte
|
645309e98b
|
shadow: Also rename files
|
2012-04-17 08:59:14 +02:00 |
|
Javier Jardón
|
9d0febc9a6
|
Change FSF Address
|
2012-02-27 17:06:11 +00:00 |
|
Cosimo Cecchi
|
46187037a3
|
themingbackground: make it based on GtkStyleContext
Instead of GtkThemingEngine. This will allow for the object to be also
used from inside e.g. a _draw() method.
|
2012-02-14 16:36:57 -05:00 |
|
Benjamin Otte
|
52af00686b
|
themingbackground: Convert to GtkCssImage
The conversion is incomplete and requires some work to account for
all the CSS crazies, like repeat modes and background-size.
|
2012-01-09 18:37:57 +01:00 |
|
Benjamin Otte
|
9181282d88
|
style: Remove GtkStylePropertyContext again
We need to solve this differently. I have no idea yet how, but I'll
invent something later.
This only affects win32 theming and that's broken anyway.
|
2012-01-09 18:37:56 +01:00 |
|
Cosimo Cecchi
|
a7f3a9ff74
|
themingengine: split a GtkThemingBackground object
Allows easier modification and general sanity of the CSS background
rendering code.
|
2011-12-12 12:46:52 +01:00 |
|