summaryrefslogtreecommitdiff
path: root/gtk/gtkborderimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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