]> Pileus Git - ~andy/gtk/history - gtk/gtkthemingbackground.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkthemingbackground.c
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-10-31 Benjamin Ottethemingbackground: Remove struct members
2012-10-31 Benjamin Ottethemingbackground: Remove GtkThemingBackgroundLayer
2012-10-31 Benjamin Ottethemingbackground: Use get_box() for background image...
2012-10-31 Benjamin Ottethemingbackground: Introduce gtk_theming_background_get...
2012-10-31 Benjamin Ottethemingbackground: Add content_box variable
2012-10-31 Benjamin Ottethemingbackground: Get rid of flags variable
2012-10-31 Benjamin Ottethemingbackground: Move image variable
2012-10-31 Benjamin Ottethemingbackground: Restructure code some more
2012-10-31 Benjamin Ottethemingbackground: Restructure code
2012-05-30 Cosimo Cecchithemingbackground: fix drawing for repeating positioned...
2012-05-24 Cosimo Cecchithemingbackground: don't clear the window bg cairo...
2012-05-15 Cosimo Cecchithemingbackgorund: render all background layers
2012-05-15 Cosimo Cecchistyleproperty: make background-image an array value
2012-05-15 Cosimo Cecchistyleproperty: make background-size an array property
2012-05-15 Cosimo Cecchistyleproperty: make background-position an array property
2012-05-15 Cosimo Cecchistyleproperty: make background-repeat an array property
2012-05-15 Cosimo Cecchistyleproperty: make background-clip and background...
2012-04-30 Cosimo Cecchithemingbackground: fix copy/paste typo
2012-04-17 Benjamin Ottecssvalue: Add a cssvalue for background-size
2012-04-17 Benjamin Ottecssvalue: Add a custom value for repeats
2012-04-17 Benjamin Ottecssvalue: Add a value for background-position
2012-04-17 Benjamin Ottecssvalue: Add a value for border-radius corner properties
2012-04-17 Benjamin Ottecssvalue: Add GtkCssShadowsValue
2012-04-17 Benjamin Ottecssvalue: Make GtkCssShadowValue only hold one shadow
2012-04-17 Benjamin Ottestylecontext: Convert _gtk_style_context_peek_property()
2012-04-17 Benjamin Ottecssvalue: Add GtkCssArea to the enum values
2012-04-17 Benjamin Ottecssvalue: Add a cssvalue for images
2012-04-17 Benjamin Otteshadow: Rename to GtkCssShadowValue
2012-04-17 Benjamin Otteshadow: Make this a GtkCssValue
2012-04-17 Benjamin Ottetheming: Use peek_property() calls to query shadows
2012-04-17 Benjamin Ottecssvalue: Constify a bunch of APIs
2012-03-17 Alexander Larssoncss: Support background-position property
2012-03-08 Alexander LarssonMerge branch 'wip/cssvalue'
2012-03-08 Alexander Larssoncss: Use GtkCssValues instead of GValue in the css...
2012-02-27 Javier JardónChange FSF Address
2012-02-14 Cosimo Cecchithemingbackground: make it based on GtkStyleContext
2012-02-02 Benjamin Ottethemingbackground: Implement background-size support
2012-01-11 Benjamin Ottethemingengine: Don't draw background image if no area
2012-01-09 Benjamin Ottebackground: Implement all options of background-repeat
2012-01-09 Benjamin Ottebackground: Simplify background-repeat
2012-01-09 Benjamin Ottethemingbackground: Convert to GtkCssImage
2012-01-09 Benjamin Ottetheme: Apply background merging code
2012-01-09 Benjamin Ottestyle: Remove GtkStylePropertyContext again
2012-01-09 Benjamin Ottecss: 'none' is not a value background-repeat
2011-12-23 Benjamin Ottethemingbackground: Avoid erroring cairo context
2011-12-12 Cosimo Cecchithemingengine: split a GtkThemingBackground object