summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* css: 'transparent' is a valid color everywhereBenjamin Otte2012-01-092-22/+12
* css: No longer expose internal propertiesBenjamin Otte2012-01-091-1/+1
* css: Handle custom properties in a custom objectBenjamin Otte2012-01-097-128/+266
* shorthand: Remove a bunch of unused functionalityBenjamin Otte2012-01-092-194/+8
* styleproperties: Implement unsetting directlyBenjamin Otte2012-01-091-2/+15
* styleproperty: Move member variablesBenjamin Otte2012-01-094-36/+106
* shorthand: shorthands can't be inheritedBenjamin Otte2012-01-091-9/+0
* css: Move a bunch of functionsBenjamin Otte2012-01-098-85/+75
* styleproperty: Move id handlingBenjamin Otte2012-01-094-19/+122
* styleproperty: Add gtk_style_property_assign()Benjamin Otte2012-01-093-56/+56
* styleproperties: Use _gtk_style_property_get_value_type()Benjamin Otte2012-01-091-8/+22
* styleproperty: Add GtkStyleProperty::value-typeBenjamin Otte2012-01-093-1/+39
* styleproperty: Use _gtk_style_property_get_name()Benjamin Otte2012-01-092-4/+4
* shorthand: Add a property for all subpropertiesBenjamin Otte2012-01-093-0/+91
* styleproperty: unconstifyBenjamin Otte2012-01-096-56/+56
* styleproperty: Remove unuse args from register()Benjamin Otte2012-01-093-115/+36
* styleproperty: Add custom registration func for shorthandsBenjamin Otte2012-01-091-7/+37
* styleproperty: Move shorthand declarations to new fileBenjamin Otte2012-01-094-803/+861
* styleproperty: border image is not a generic conversion thingyBenjamin Otte2012-01-091-3/+0
* styleproperty: Add a name propertyBenjamin Otte2012-01-092-27/+112
* styleproperty: Get rid of _gtk_style_property_is_shorthand()Benjamin Otte2012-01-094-13/+6
* styleproperty: Split into shorthand and real style propertiesBenjamin Otte2012-01-096-2/+191
* styleproperty: Make this an objectBenjamin Otte2012-01-092-3/+45
* styleproperty: Add _gtk_style_property_query()Benjamin Otte2012-01-093-30/+36
* styleproperties: Add _gtk_style_properties_peek_property()Benjamin Otte2012-01-092-15/+25
* styleproperties: Remove unused function from private headerBenjamin Otte2012-01-091-7/+0
* css: 'none' is not a value background-repeatBenjamin Otte2012-01-092-3/+1
* css: Remove generic 'none' handlingBenjamin Otte2012-01-091-8/+0
* win32: Fix CSS for 'none' value going awayBenjamin Otte2012-01-091-19/+19
* styleproperty: Add custom 'none' handlingBenjamin Otte2012-01-091-1/+18
* css: Add generic support for 'inherit' and 'initial'Benjamin Otte2012-01-093-3/+32
* css: Change prototype of _gtk_css_selector_matches()Benjamin Otte2012-01-093-23/+15
* cssprovider: Remove has_inherit flag from rulesetsBenjamin Otte2012-01-091-3/+0
* cssprovider: Don't do inheritance anymoreBenjamin Otte2012-01-091-65/+45
* css: Make CSS resolving work according to specBenjamin Otte2012-01-091-7/+91
* styleproperty: Add _gtk_style_property_get_initial_value()Benjamin Otte2012-01-092-0/+10
* css: Pass the parent context to _gtk_css_lookup_resolve()Benjamin Otte2012-01-093-3/+9
* widget: Set parent style contextBenjamin Otte2012-01-091-0/+8
* API: Add GtkStyleContext::parentBenjamin Otte2012-01-093-1/+93
* styleproperty: Pass initial value explicitlyBenjamin Otte2012-01-093-65/+91
* css: Add GtkCssSpecialValueBenjamin Otte2012-01-091-0/+6
* css: Add some docs to GtkCssLookupBenjamin Otte2012-01-091-0/+22
* css: Redo StyleProvider interfaceBenjamin Otte2012-01-0913-49/+634
* styleproperties: Add a hacky function to redirect color lookupsBenjamin Otte2012-01-092-0/+24
* symboliccolor: Add _gtk_symbolic_color_resolve_full()Benjamin Otte2012-01-093-10/+69
* stylecontext: Separate properties by statesBenjamin Otte2012-01-091-10/+29
* stylecontext: Pass state to style data lookup functionBenjamin Otte2012-01-091-13/+14
* css: Add _gtk_style_property_get_count()Benjamin Otte2012-01-092-0/+8
* cssprovider: Keep a bitmask for the propertiesBenjamin Otte2012-01-091-4/+14
* css: Add _gtk_style_property_get_id()Benjamin Otte2012-01-092-0/+9