]> Pileus Git - ~andy/gtk/history - gtk/gtkcsscustomproperty.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcsscustomproperty.c
2012-11-30 Benjamin OtteAPI: Deprecate functions to register custom CSS properties
2012-11-25 Benjamin Ottedeprecations: Move files into deprecated/ dir
2012-11-25 Benjamin Ottesymboliccolor: Deprecate
2012-11-25 Benjamin Ottesymboliccolor: Remove extra includes
2012-08-28 Benjamin Ottecsscustomproperty: Move compute code to GtkCssTypedValue
2012-05-11 Benjamin Ottestyleproperty: Remove base argument
2012-05-11 Benjamin Ottecssstylefuncs: Remove base argument
2012-04-17 Benjamin Ottecssvalue: Split out old value handling to new typed...
2012-04-17 Benjamin Ottecustomproperty: Implement assign vfunc
2012-04-17 Benjamin Ottecustomproperty: Add our own query_value function
2012-04-17 Benjamin Ottecssstyelproperty: Rempove specified-type and computed...
2012-04-17 Benjamin Ottestyleproperty: Simplify compute_value function
2012-04-17 Benjamin Ottecustomproperty: Don't rely on querying style property
2012-04-17 Benjamin Ottestyleproperty: Make _gtk_style_property_parse_value...
2012-04-17 Benjamin Ottecssvalue: Remove _gtk_css_value_new_take_gvalue()
2012-04-09 Benjamin Ottecustomproperty: Fix thinko
2012-04-09 Benjamin Ottecustomproperty: Ensure style properties are registered
2012-04-09 Benjamin Ottecsscustomproperty: Redo RGBA/Color parsing
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-02 Benjamin Ottecss: Ensure proper type for parsing custom properties
2012-02-02 Benjamin Ottecss: Create SymbolicColor fallback properties for colors
2012-02-02 Benjamin Ottestyleproperty: Introduce "specified type" and "computed...
2012-01-09 Benjamin Ottestyleproperty: Move pspec to GtkCssCustomProperty
2012-01-09 Benjamin Ottestyleproperty: Move property_parse_func member
2012-01-09 Benjamin Ottestyleproperty: Add custom parser for custom properties
2012-01-09 Benjamin Ottestyleproperty: Move pspec to GtkCssStyleProperty
2012-01-09 Benjamin Ottecss: No longer expose internal properties
2012-01-09 Benjamin Ottecss: Handle custom properties in a custom object