summaryrefslogtreecommitdiff
path: root/gtk/gtkcsscustomproperty.c
Commit message (Expand)AuthorAgeFilesLines
* API: Deprecate functions to register custom CSS propertiesBenjamin Otte2012-11-301-0/+7
* deprecations: Move files into deprecated/ dirBenjamin Otte2012-11-251-1/+2
* symboliccolor: DeprecateBenjamin Otte2012-11-251-0/+4
* symboliccolor: Remove extra includesBenjamin Otte2012-11-251-0/+1
* csscustomproperty: Move compute code to GtkCssTypedValueBenjamin Otte2012-08-281-13/+0
* styleproperty: Remove base argumentBenjamin Otte2012-05-111-2/+1
* cssstylefuncs: Remove base argumentBenjamin Otte2012-05-111-1/+1
* cssvalue: Split out old value handling to new typed valueBenjamin Otte2012-04-171-10/+8
* customproperty: Implement assign vfuncBenjamin Otte2012-04-171-0/+16
* customproperty: Add our own query_value functionBenjamin Otte2012-04-171-0/+18
* cssstyelproperty: Rempove specified-type and computed-type propsBenjamin Otte2012-04-171-2/+0
* styleproperty: Simplify compute_value functionBenjamin Otte2012-04-171-1/+13
* customproperty: Don't rely on querying style propertyBenjamin Otte2012-04-171-2/+11
* styleproperty: Make _gtk_style_property_parse_value() return a CssValueBenjamin Otte2012-04-171-8/+15
* cssvalue: Remove _gtk_css_value_new_take_gvalue()Benjamin Otte2012-04-171-1/+5
* customproperty: Fix thinkoBenjamin Otte2012-04-091-2/+2
* customproperty: Ensure style properties are registeredBenjamin Otte2012-04-091-0/+16
* csscustomproperty: Redo RGBA/Color parsingBenjamin Otte2012-04-091-14/+9
* css: Use GtkCssValues instead of GValue in the css machineryAlexander Larsson2012-03-081-17/+20
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* css: Ensure proper type for parsing custom propertiesBenjamin Otte2012-02-021-3/+8
* css: Create SymbolicColor fallback properties for colorsBenjamin Otte2012-02-021-3/+14
* styleproperty: Introduce "specified type" and "computed type"Benjamin Otte2012-02-021-0/+2
* styleproperty: Move pspec to GtkCssCustomPropertyBenjamin Otte2012-01-091-3/+3
* styleproperty: Move property_parse_func memberBenjamin Otte2012-01-091-5/+8
* styleproperty: Add custom parser for custom propertiesBenjamin Otte2012-01-091-0/+37
* styleproperty: Move pspec to GtkCssStylePropertyBenjamin Otte2012-01-091-3/+3
* css: No longer expose internal propertiesBenjamin Otte2012-01-091-1/+1
* css: Handle custom properties in a custom objectBenjamin Otte2012-01-091-0/+209