]> Pileus Git - ~andy/gtk/commit - gtk/gtkstylecontext.c
cssvalue: Add a custom value for repeats
authorBenjamin Otte <otte@redhat.com>
Wed, 4 Apr 2012 09:44:57 +0000 (11:44 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:18 +0000 (08:59 +0200)
commitf785f7177c455369f1482ff6582cebf69ddddb7a
tree67d4d3131bd8e69d7ba7c9e7c225beb0ce970ba6
parent5377169ef33d7b17d953ccd464e64dbd32335c47
cssvalue: Add a custom value for repeats

In particular, that's background-repeat and border-image-repeat.

Also, fix up the border-image shorthand to allow any order.
15 files changed:
gtk/Makefile.am
gtk/gtkborderimage.c
gtk/gtkborderimageprivate.h
gtk/gtkcsspositionvalue.c
gtk/gtkcssrepeatvalue.c [new file with mode: 0644]
gtk/gtkcssrepeatvalueprivate.h [new file with mode: 0644]
gtk/gtkcssshorthandpropertyimpl.c
gtk/gtkcssstylefuncs.c
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypes.c
gtk/gtkcsstypesprivate.h
gtk/gtkcssvalue.c
gtk/gtkcssvalueprivate.h
gtk/gtkstylecontext.c
gtk/gtkthemingbackground.c