summaryrefslogtreecommitdiff
path: root/gtk/gtkborderimage.c
Commit message (Expand)AuthorAgeFilesLines
* themingengine: Draw fradctional border sizesBenjamin Otte2012-10-311-7/+7
* cssvalue: Convert border-image-width to border valueBenjamin Otte2012-04-171-27/+36
* cssvalue: Add a border valueBenjamin Otte2012-04-171-5/+7
* cssvalue: Add a custom value for repeatsBenjamin Otte2012-04-171-5/+6
* stylecontext: Convert _gtk_style_context_peek_property()Benjamin Otte2012-04-171-4/+4
* cssvalue: Add a cssvalue for imagesBenjamin Otte2012-04-171-1/+2
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-5/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* borderimage: Change memory managementBenjamin Otte2012-01-091-72/+20
* border-image: Remove pack/unpack functionsBenjamin Otte2012-01-091-71/+0
* borderimage: Add _gtk_border_image_new_for_context()Benjamin Otte2012-01-091-0/+16
* borderimage: Remove unused enumsBenjamin Otte2012-01-091-16/+0
* borderimage: Convert to using GtkCssImageBenjamin Otte2012-01-091-91/+28
* styleproperty: Remove context arg from _gtk_style_context_query()Benjamin Otte2012-01-091-8/+7
* Rename GTK_CSS_REPEAT_STYLE_NONE to GTK_CSS_REPEAT_STYLE_STRETCHAlexander Larsson2011-11-251-5/+5
* Add GtkStylePropertyContext and use it in when getting style propertiesAlexander Larsson2011-11-171-7/+9
* Save a generic boxes source in GtkImageBorderAlexander Larsson2011-11-171-13/+17
* Rename s/GtkCssRepeatStyle/GtkCssBorderRepeatStyle/gMarc-André Lureau2011-11-081-2/+2
* Include C89 fallback codeChun-wei Fan2011-08-201-0/+5
* border-image: Fix leakageXan Lopez2011-06-151-0/+2
* border-image: unpack the GtkGradient if there's oneCosimo Cecchi2011-06-091-2/+11
* border-image: add support for border-image-width tooCosimo Cecchi2011-06-091-9/+31
* border-image: fix a horizontal/vertical index typoCosimo Cecchi2011-06-091-1/+1
* border-image: don't try to unpack values from a NULL border-imageCosimo Cecchi2011-06-091-3/+7
* border-image: Redo border-image renderingBenjamin Otte2011-06-091-347/+189
* border-image-repeat: Fix order of hrepeat and vrepeatBenjamin Otte2011-06-091-8/+8
* border-image: Don't use NEAREST filteringBenjamin Otte2011-06-091-7/+7
* borderimage: No need to resolveBenjamin Otte2011-06-091-32/+0
* border-image: move private types to gtkcsstypes.cCosimo Cecchi2011-06-091-35/+15
* border-image: don't cache the cairo_surface_t in GtkBorderImageCosimo Cecchi2011-06-091-212/+185
* border-image: ensure image->resolved is set when resolving the gradientCosimo Cecchi2011-06-091-1/+4
* border-image: change Gtk9Slice to GtkBorderImageCosimo Cecchi2011-06-091-0/+685