summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingbackground.c
Commit message (Expand)AuthorAgeFilesLines
* themingbackground: fix drawing for repeating positioned imagesCosimo Cecchi2012-05-301-4/+25
* themingbackground: don't clear the window bg cairo surfaceCosimo Cecchi2012-05-241-13/+0
* themingbackgorund: render all background layersCosimo Cecchi2012-05-151-37/+106
* styleproperty: make background-image an array valueCosimo Cecchi2012-05-151-1/+1
* styleproperty: make background-size an array propertyCosimo Cecchi2012-05-151-1/+1
* styleproperty: make background-position an array propertyCosimo Cecchi2012-05-151-1/+1
* styleproperty: make background-repeat an array propertyCosimo Cecchi2012-05-151-1/+1
* styleproperty: make background-clip and background-area array propertiesCosimo Cecchi2012-05-151-4/+4
* themingbackground: fix copy/paste typoCosimo Cecchi2012-04-301-1/+1
* cssvalue: Add a cssvalue for background-sizeBenjamin Otte2012-04-171-49/+7
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-18/+17
* cssvalue: Add a value for background-positionBenjamin Otte2012-04-171-6/+7
* cssvalue: Add a value for border-radius corner propertiesBenjamin Otte2012-04-171-1/+1
* cssvalue: Add GtkCssShadowsValueBenjamin Otte2012-04-171-11/+4
* cssvalue: Make GtkCssShadowValue only hold one shadowBenjamin Otte2012-04-171-3/+12
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-6/+6
* cssvalue: Add GtkCssArea to the enum valuesBenjamin Otte2012-04-171-8/+3
* cssvalue: Add a cssvalue for imagesBenjamin Otte2012-04-171-2/+4
* shadow: Rename to GtkCssShadowValueBenjamin Otte2012-04-171-3/+3
* shadow: Make this a GtkCssValueBenjamin Otte2012-04-171-8/+3
* theming: Use peek_property() calls to query shadowsBenjamin Otte2012-04-171-4/+1
* cssvalue: Constify a bunch of APIsBenjamin Otte2012-04-171-2/+2
* css: Support background-position propertyAlexander Larsson2012-03-171-2/+7
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* themingbackground: make it based on GtkStyleContextCosimo Cecchi2012-02-141-23/+43
* themingbackground: Implement background-size supportBenjamin Otte2012-02-021-4/+49
* themingengine: Don't draw background image if no areaBenjamin Otte2012-01-111-1/+5
* background: Implement all options of background-repeatBenjamin Otte2012-01-091-5/+114
* background: Simplify background-repeatBenjamin Otte2012-01-091-1/+1
* themingbackground: Convert to GtkCssImageBenjamin Otte2012-01-091-44/+19
* theme: Apply background merging codeBenjamin Otte2012-01-091-184/+0
* style: Remove GtkStylePropertyContext againBenjamin Otte2012-01-091-8/+6
* css: 'none' is not a value background-repeatBenjamin Otte2012-01-091-2/+1
* themingbackground: Avoid erroring cairo contextBenjamin Otte2011-12-231-11/+14
* themingengine: split a GtkThemingBackground objectCosimo Cecchi2011-12-121-0/+438