summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingbackground.c
Commit message (Expand)AuthorAgeFilesLines
* render: Replace gtk_style_context_get_border/padding()Benjamin Otte2015-01-191-3/+9
* themingbackground: Use fill() instead of clip() + paint()Benjamin Otte2014-10-081-6/+1
* themingbackground: Add a quick exit for default caseBenjamin Otte2014-10-081-5/+11
* themingbackground: Call shadow function directlyBenjamin Otte2014-10-081-13/+12
* themingbackground: Don't store (almost) unused variablesBenjamin Otte2014-10-081-15/+8
* themingbackground: Don't store bg_color in structBenjamin Otte2014-10-081-4/+5
* themingbackground: Use an array instead of 3 separate membersBenjamin Otte2014-10-081-34/+15
* render: Make rendering the background a single functionBenjamin Otte2014-10-081-42/+37
* theming: Use gtk_style_context_peek_property()Benjamin Otte2014-10-031-1/+2
* themingbackground: Remove initializer that takes a GtkThemingEngineBenjamin Otte2014-08-161-21/+2
* themingbackground: Outset shadows require border boxBenjamin Otte2014-05-231-1/+1
* cds: enable outset shadowsChris Cummins2013-04-091-3/+7
* themingbackground: Remove struct membersBenjamin Otte2012-10-311-6/+7
* themingbackground: Remove GtkThemingBackgroundLayerBenjamin Otte2012-10-311-22/+8
* themingbackground: Use get_box() for background image sizeBenjamin Otte2012-10-311-45/+10
* themingbackground: Introduce gtk_theming_background_get_box()Benjamin Otte2012-10-311-36/+22
* themingbackground: Add content_box variableBenjamin Otte2012-10-311-0/+5
* themingbackground: Get rid of flags variableBenjamin Otte2012-10-311-4/+4
* themingbackground: Move image variableBenjamin Otte2012-10-311-12/+10
* themingbackground: Restructure code some moreBenjamin Otte2012-10-311-8/+15
* themingbackground: Restructure codeBenjamin Otte2012-10-311-139/+139
* 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